Struct cfix::types::OrderStatusReport
source · pub struct OrderStatusReport {
pub symbol: u32,
pub order_id: String,
pub cum_qty: f64,
pub order_qty: f64,
pub leaves_qty: f64,
pub order_status: OrderStatus,
pub order_type: OrderType,
pub price: f64,
pub side: Side,
pub time_in_force: String,
pub transact_time: NaiveDateTime,
pub pos_main_rept_id: String,
}
Fields§
§symbol: u32
§order_id: String
§cum_qty: f64
§order_qty: f64
§leaves_qty: f64
§order_status: OrderStatus
§order_type: OrderType
§price: f64
§side: Side
§time_in_force: String
§transact_time: NaiveDateTime
§pos_main_rept_id: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OrderStatusReport
impl Send for OrderStatusReport
impl Sync for OrderStatusReport
impl Unpin for OrderStatusReport
impl UnwindSafe for OrderStatusReport
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