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