pub struct SideCrossOrdCxlGrp {
Show 17 fields pub side: Side, pub orig_cl_ord_id: Option<FixString>, pub cl_ord_id: FixString, pub secondary_cl_ord_id: Option<FixString>, pub cl_ord_link_id: Option<FixString>, pub orig_ord_mod_time: Option<UtcTimestamp>, pub parties: Option<Vec<Parties>>, pub trade_origination_date: Option<LocalMktDate>, pub trade_date: Option<LocalMktDate>, pub order_qty: Option<Qty>, pub cash_order_qty: Option<Qty>, pub order_percent: Option<Percentage>, pub rounding_direction: Option<RoundingDirection>, pub rounding_modulus: Option<Float>, pub compliance_id: Option<FixString>, pub text: Option<FixString>, pub encoded_text: Option<Data>,
}

Fields

side: Sideorig_cl_ord_id: Option<FixString>cl_ord_id: FixStringsecondary_cl_ord_id: Option<FixString>cl_ord_link_id: Option<FixString>orig_ord_mod_time: Option<UtcTimestamp>parties: Option<Vec<Parties>>trade_origination_date: Option<LocalMktDate>trade_date: Option<LocalMktDate>order_qty: Option<Qty>cash_order_qty: Option<Qty>order_percent: Option<Percentage>rounding_direction: Option<RoundingDirection>rounding_modulus: Option<Float>compliance_id: Option<FixString>text: Option<FixString>encoded_text: Option<Data>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.