pub type DeriveCancelByInstrumentResult = DeriveCancelByLabelResult;Expand description
Result returned by private/cancel_by_instrument.
Aliased Type§
pub struct DeriveCancelByInstrumentResult {
pub cancelled_orders: i64,
}Fields§
§cancelled_orders: i64Number of open orders cancelled by the venue.