pub struct Pipeline { /* private fields */ }Implementations§
Source§impl Pipeline
impl Pipeline
pub fn get_trader_id(&self) -> Pipeline
pub fn get_strategy_id(&self) -> Pipeline
pub fn get_instrument_id(&self) -> Pipeline
pub fn get_client_order_id(&self) -> Pipeline
pub fn get_quantity(&self) -> Pipeline
pub fn get_event_id(&self) -> Pipeline
pub fn get_ts_event(&self) -> Pipeline
pub fn get_ts_init(&self) -> Pipeline
pub fn get_price(&self) -> Pipeline
pub fn get_trigger_price(&self) -> Pipeline
pub fn get_limit_offset(&self) -> Pipeline
pub fn get_trailing_offset(&self) -> Pipeline
pub fn get_expire_time(&self) -> Pipeline
pub fn get_display_qty(&self) -> Pipeline
pub fn get_trigger_instrument_id(&self) -> Pipeline
pub fn get_order_list_id(&self) -> Pipeline
pub fn get_parent_order_id(&self) -> Pipeline
pub fn get_exec_algorithm_id(&self) -> Pipeline
pub fn get_exec_algorithm_params(&self) -> Pipeline
pub fn get_exec_spawn_id(&self) -> Pipeline
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pipeline
impl !RefUnwindSafe for Pipeline
impl !Send for Pipeline
impl !Sync for Pipeline
impl Unpin for Pipeline
impl !UnwindSafe for Pipeline
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more