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§
source§impl Clone for ExecAllocGrp
impl Clone for ExecAllocGrp
source§fn clone(&self) -> ExecAllocGrp
fn clone(&self) -> ExecAllocGrp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more