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<Boolean>, pub orig_ord_mod_time: Option<UtcTimestamp>, 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<LocalMktDate>, pub trade_date: Option<LocalMktDate>, pub transact_time: Option<UtcTimestamp>, pub cxl_rej_response_to: CxlRejResponseTo, pub cxl_rej_reason: Option<CxlRejReason>, pub text: Option<FixString>, pub encoded_text: Option<Data>,
}

Fields§

§order_id: FixString§secondary_order_id: Option<FixString>§secondary_cl_ord_id: Option<FixString>§cl_ord_id: FixString§cl_ord_link_id: Option<FixString>§orig_cl_ord_id: Option<FixString>§ord_status: OrdStatus§working_indicator: Option<Boolean>§orig_ord_mod_time: Option<UtcTimestamp>§list_id: Option<FixString>§account: Option<FixString>§acct_id_source: Option<AcctIdSource>§account_type: Option<AccountType>§trade_origination_date: Option<LocalMktDate>§trade_date: Option<LocalMktDate>§transact_time: Option<UtcTimestamp>§cxl_rej_response_to: CxlRejResponseTo§cxl_rej_reason: Option<CxlRejReason>§text: Option<FixString>§encoded_text: Option<Data>

Implementations§

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
Converts to this type from the input type.

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.