Skip to main content

DeriveCancelByInstrumentResult

Type Alias DeriveCancelByInstrumentResult 

Source
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: i64

Number of open orders cancelled by the venue.