Skip to content

Commit

Permalink
fix(rust): fix the live bot examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Oct 1, 2024
1 parent 2d4ed9c commit 235f9c9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hftbacktest/examples/gridtrading_live.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ fn prepare_live() -> LiveBot<HashMapMarketDepth> {
.build()
.unwrap();

hbt.run().unwrap();
hbt
}

Expand Down
1 change: 0 additions & 1 deletion hftbacktest/examples/live_order_error_handling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ fn prepare_live() -> LiveBot<HashMapMarketDepth> {
.build()
.unwrap();

hbt.run().unwrap();
hbt
}

Expand Down
1 change: 0 additions & 1 deletion hftbacktest/examples/logging_order_latency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ fn prepare_live() -> LiveBot<HashMapMarketDepth> {
.build()
.unwrap();

hbt.run().unwrap();
hbt
}

Expand Down

0 comments on commit 235f9c9

Please sign in to comment.