You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sir, I found that in L3_nopartialfillexchange.rs file, in the following code, the order.req = Status::None, which directly
causes the bussiness to be BacktestError::InvalidOrderRequest ?
Hi, sir, I found that in L3_nopartialfillexchange.rs file, in the following code, the order.req = Status::None, which directly
causes the bussiness to be BacktestError::InvalidOrderRequest ?
fn process_recv_order_(
&mut self,
mut order: Order,
recv_timestamp: i64,
) -> Result<(), BacktestError> {
order.req = Status::None; <------------
The text was updated successfully, but these errors were encountered: