pub struct order_rejected_insufficient_margin {}
Implementations§
Source§impl order_rejected_insufficient_margin
impl order_rejected_insufficient_margin
pub fn get( trader_id: TraderId, account_id: AccountId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, uuid4: UUID4, ) -> OrderRejected
pub fn default() -> OrderRejected
pub fn partial_1(trader_id: TraderId) -> OrderRejected
pub fn partial_2(trader_id: TraderId, account_id: AccountId) -> OrderRejected
pub fn partial_3( trader_id: TraderId, account_id: AccountId, strategy_id_ema_cross: StrategyId, ) -> OrderRejected
pub fn partial_4( trader_id: TraderId, account_id: AccountId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, ) -> OrderRejected
pub fn partial_5( trader_id: TraderId, account_id: AccountId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, ) -> OrderRejected
pub fn partial_6( trader_id: TraderId, account_id: AccountId, strategy_id_ema_cross: StrategyId, instrument_id_btc_usdt: InstrumentId, client_order_id: ClientOrderId, uuid4: UUID4, ) -> OrderRejected
Auto Trait Implementations§
impl Freeze for order_rejected_insufficient_margin
impl RefUnwindSafe for order_rejected_insufficient_margin
impl Send for order_rejected_insufficient_margin
impl Sync for order_rejected_insufficient_margin
impl Unpin for order_rejected_insufficient_margin
impl UnwindSafe for order_rejected_insufficient_margin
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