pub struct OrderCancelReject {
Show 20 fields pub order_id: FixString, pub secondary_order_id: Option<FixString>, pub secondary_cl_ord_id: Option<FixString>, pub cl_ord_id: FixString, pub cl_ord_link_id: Option<FixString>, pub orig_cl_ord_id: Option<FixString>, pub ord_status: OrdStatus, pub working_indicator: Option<bool>, pub orig_ord_mod_time: Option<DateTime<Utc>>, pub list_id: Option<FixString>, pub account: Option<FixString>, pub acct_id_source: Option<AcctIdSource>, pub account_type: Option<AccountType>, pub trade_origination_date: Option<NaiveDate>, pub trade_date: Option<NaiveDate>, pub transact_time: Option<DateTime<Utc>>, pub cxl_rej_response_to: CxlRejResponseTo, pub cxl_rej_reason: Option<CxlRejReason>, pub text: Option<FixString>, pub encoded_text: Option<Vec<u8, Global>>,
}

Fields

order_id: FixStringsecondary_order_id: Option<FixString>secondary_cl_ord_id: Option<FixString>cl_ord_id: FixStringcl_ord_link_id: Option<FixString>orig_cl_ord_id: Option<FixString>ord_status: OrdStatusworking_indicator: Option<bool>orig_ord_mod_time: Option<DateTime<Utc>>list_id: Option<FixString>account: Option<FixString>acct_id_source: Option<AcctIdSource>account_type: Option<AccountType>trade_origination_date: Option<NaiveDate>trade_date: Option<NaiveDate>transact_time: Option<DateTime<Utc>>cxl_rej_response_to: CxlRejResponseTocxl_rej_reason: Option<CxlRejReason>text: Option<FixString>encoded_text: Option<Vec<u8, Global>>

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.