pub struct SideCrossOrdCxlGrp {
Show 17 fields pub side: Side, pub orig_cl_ord_id: Option<Str>, pub cl_ord_id: Str, pub secondary_cl_ord_id: Option<Str>, pub cl_ord_link_id: Option<Str>, 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<Str>, pub text: Option<Str>, pub encoded_text: Option<Data>,
}

Fields

side: Sideorig_cl_ord_id: Option<Str>cl_ord_id: Strsecondary_cl_ord_id: Option<Str>cl_ord_link_id: Option<Str>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<Str>text: Option<Str>encoded_text: Option<Data>

Trait Implementations

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 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.