Struct easyfix_messages::groups::ExecAllocGrp
source · [−]pub struct ExecAllocGrp {
pub last_qty: Option<Qty>,
pub exec_id: Option<FixString>,
pub secondary_exec_id: Option<FixString>,
pub last_px: Option<Price>,
pub last_par_px: Option<Price>,
pub last_capacity: Option<LastCapacity>,
pub trade_id: Option<FixString>,
pub firm_trade_id: Option<FixString>,
}Fields
last_qty: Option<Qty>exec_id: Option<FixString>secondary_exec_id: Option<FixString>last_px: Option<Price>last_par_px: Option<Price>last_capacity: Option<LastCapacity>trade_id: Option<FixString>firm_trade_id: Option<FixString>Trait Implementations
sourceimpl Clone for ExecAllocGrp
impl Clone for ExecAllocGrp
sourcefn clone(&self) -> ExecAllocGrp
fn clone(&self) -> ExecAllocGrp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExecAllocGrp
impl Send for ExecAllocGrp
impl Sync for ExecAllocGrp
impl Unpin for ExecAllocGrp
impl UnwindSafe for ExecAllocGrp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more