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