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_id(&self) -> Pipeline
pub fn get_account_id(&self) -> Pipeline
pub fn get_opening_order_id(&self) -> Pipeline
pub fn get_closing_order_id(&self) -> Pipeline
pub fn get_quantity(&self) -> Pipeline
pub fn get_peak_qty(&self) -> Pipeline
pub fn get_multiplier(&self) -> Pipeline
pub fn get_base_currency(&self) -> Pipeline
pub fn get_quote_currency(&self) -> Pipeline
pub fn get_settlement_currency(&self) -> Pipeline
pub fn get_ts_init(&self) -> Pipeline
pub fn get_ts_opened(&self) -> Pipeline
pub fn get_ts_last(&self) -> Pipeline
pub fn get_ts_closed(&self) -> Pipeline
pub fn get_realized_pnl(&self) -> Pipeline
pub fn get_buy_qty(&self) -> Pipeline
pub fn get_sell_qty(&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