Struct easyfix_messages::groups::OrdAllocGrp
source · pub struct OrdAllocGrp {
pub cl_ord_id: Option<FixString>,
pub order_id: Option<FixString>,
pub secondary_order_id: Option<FixString>,
pub secondary_cl_ord_id: Option<FixString>,
pub list_id: Option<FixString>,
pub nested_parties_2: Option<Vec<NestedParties2>>,
pub order_qty: Option<Qty>,
pub order_avg_px: Option<Price>,
pub order_booking_qty: Option<Qty>,
}Fields§
§cl_ord_id: Option<FixString>§order_id: Option<FixString>§secondary_order_id: Option<FixString>§secondary_cl_ord_id: Option<FixString>§list_id: Option<FixString>§nested_parties_2: Option<Vec<NestedParties2>>§order_qty: Option<Qty>§order_avg_px: Option<Price>§order_booking_qty: Option<Qty>Trait Implementations§
source§impl Clone for OrdAllocGrp
impl Clone for OrdAllocGrp
source§fn clone(&self) -> OrdAllocGrp
fn clone(&self) -> OrdAllocGrp
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