Skip to content

Commit

Permalink
chore: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Apr 16, 2024
1 parent 26600ba commit ba728bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/backtest/proc/partialfillexchange.rs
Expand Up @@ -27,7 +27,7 @@ use crate::{
state::State,
Error,
},
depth::{MarketDepth as _, MarketDepth, INVALID_MAX, INVALID_MIN},
depth::{MarketDepth, INVALID_MAX, INVALID_MIN},
ty::{Event, Order, Side, Status, TimeInForce, BUY, SELL},
};

Expand Down
2 changes: 2 additions & 0 deletions rust/src/connector/binancefutures/mod.rs
Expand Up @@ -27,6 +27,8 @@ use crate::{
BuildError,
};

pub use rest::RequestError;

#[derive(Clone)]
pub enum Endpoint {
Public,
Expand Down

0 comments on commit ba728bc

Please sign in to comment.