pub struct order_pending_cancel {}
Implementations§
Source§impl order_pending_cancel
impl order_pending_cancel
pub fn get( trader_id: TraderId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, account_id: AccountId, venue_order_id: VenueOrderId, uuid4: UUID4, ) -> OrderPendingCancel
pub fn default() -> OrderPendingCancel
pub fn partial_1(trader_id: TraderId) -> OrderPendingCancel
pub fn partial_2( trader_id: TraderId, strategy_id_ema_cross: StrategyId, ) -> OrderPendingCancel
pub fn partial_3( trader_id: TraderId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, ) -> OrderPendingCancel
pub fn partial_4( trader_id: TraderId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, ) -> OrderPendingCancel
pub fn partial_5( trader_id: TraderId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, account_id: AccountId, ) -> OrderPendingCancel
pub fn partial_6( trader_id: TraderId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, account_id: AccountId, venue_order_id: VenueOrderId, ) -> OrderPendingCancel
pub fn partial_7( trader_id: TraderId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, account_id: AccountId, venue_order_id: VenueOrderId, uuid4: UUID4, ) -> OrderPendingCancel
Auto Trait Implementations§
impl Freeze for order_pending_cancel
impl RefUnwindSafe for order_pending_cancel
impl Send for order_pending_cancel
impl Sync for order_pending_cancel
impl Unpin for order_pending_cancel
impl UnwindSafe for order_pending_cancel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more