pub struct Execution {Show 18 fields
pub order_id: i32,
pub client_id: i32,
pub exec_id: String,
pub time: String,
pub acct_number: String,
pub exchange: String,
pub side: String,
pub shares: f64,
pub price: f64,
pub perm_id: i32,
pub liquidation: i32,
pub cum_qty: f64,
pub avg_price: f64,
pub order_ref: String,
pub ev_rule: String,
pub ev_multiplier: f64,
pub model_code: String,
pub last_liquidity: Liquidities,
}
Fields§
§order_id: i32
§client_id: i32
§exec_id: String
§time: String
§acct_number: String
§exchange: String
§side: String
§price: f64
§perm_id: i32
§liquidation: i32
§cum_qty: f64
§avg_price: f64
§order_ref: String
§ev_rule: String
§ev_multiplier: f64
§model_code: String
§last_liquidity: Liquidities
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Execution
impl RefUnwindSafe for Execution
impl Send for Execution
impl Sync for Execution
impl Unpin for Execution
impl UnwindSafe for Execution
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self
to an expression for Diesel’s query builder. Read more