pub struct Execution {Show 25 fields
pub execution_id: String,
pub symbol: String,
pub supports_tax_opt: String,
pub side: String,
pub order_description: String,
pub trade_time: String,
pub trade_time_r: DateTime<Utc>,
pub size: i64,
pub price: String,
pub order_ref: String,
pub submitter: String,
pub exchange: String,
pub commission: String,
pub net_amount: Decimal,
pub account: String,
pub account_code: String,
pub company_name: String,
pub contract_description_1: String,
pub sec_type: String,
pub listing_exchange: String,
pub conid: String,
pub conidex: String,
pub clearing_id: String,
pub clearing_name: String,
pub liquidation_trade: String,
}
Fields§
§execution_id: String
§symbol: String
§supports_tax_opt: String
§side: String
§order_description: String
§trade_time: String
§trade_time_r: DateTime<Utc>
§size: i64
§price: String
§order_ref: String
§submitter: String
§exchange: String
§commission: String
§net_amount: Decimal
§account: String
§account_code: String
§company_name: String
§contract_description_1: String
§sec_type: String
§listing_exchange: String
§conid: String
§conidex: String
§clearing_id: String
§clearing_name: String
§liquidation_trade: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Execution
impl<'de> Deserialize<'de> for Execution
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Execution
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