pub struct OrderEmulatedBuilder { /* private fields */ }
Expand description
Builder for OrderEmulated
.
Implementations§
Source§impl OrderEmulatedBuilder
impl OrderEmulatedBuilder
pub fn trader_id(&mut self, value: TraderId) -> &mut Self
pub fn strategy_id(&mut self, value: StrategyId) -> &mut Self
pub fn instrument_id(&mut self, value: InstrumentId) -> &mut Self
pub fn client_order_id(&mut self, value: ClientOrderId) -> &mut Self
pub fn event_id(&mut self, value: UUID4) -> &mut Self
pub fn ts_event(&mut self, value: UnixNanos) -> &mut Self
pub fn ts_init(&mut self, value: UnixNanos) -> &mut Self
Sourcepub fn build(&self) -> Result<OrderEmulated, OrderEmulatedBuilderError>
pub fn build(&self) -> Result<OrderEmulated, OrderEmulatedBuilderError>
Trait Implementations§
Source§impl Clone for OrderEmulatedBuilder
impl Clone for OrderEmulatedBuilder
Source§fn clone(&self) -> OrderEmulatedBuilder
fn clone(&self) -> OrderEmulatedBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for OrderEmulatedBuilder
impl RefUnwindSafe for OrderEmulatedBuilder
impl Send for OrderEmulatedBuilder
impl Sync for OrderEmulatedBuilder
impl Unpin for OrderEmulatedBuilder
impl UnwindSafe for OrderEmulatedBuilder
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