pub struct Trade {Show 15 fields
pub account_id: String,
pub conid: u32,
pub currency: Currency,
pub execution_exchange: String,
pub execution_id: String,
pub execution_timestamp_ms: i64,
pub commission: f64,
pub listing_exchange: String,
pub open_close_indicator: OpenCloseIndicator,
pub order_id: String,
pub order_type: OrderType,
pub price: f64,
pub quantity: f64,
pub side: TradeSide,
pub ticker: String,
}Fields§
§account_id: String§conid: u32§currency: Currency§execution_exchange: String§execution_id: String§execution_timestamp_ms: i64§commission: f64§listing_exchange: String§open_close_indicator: OpenCloseIndicator§order_id: String§order_type: OrderType§price: f64§quantity: f64§side: TradeSide§ticker: StringTrait Implementations§
Source§impl StatementSectionWithTimezone for Trade
impl StatementSectionWithTimezone for Trade
impl StructuralPartialEq for Trade
Auto Trait Implementations§
impl Freeze for Trade
impl RefUnwindSafe for Trade
impl Send for Trade
impl Sync for Trade
impl Unpin for Trade
impl UnsafeUnpin for Trade
impl UnwindSafe for Trade
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