pub struct QuoteRequest {
Show 13 fields pub quote_req_id: FixString, pub rfq_req_id: Option<FixString>, pub cl_ord_id: Option<FixString>, pub order_capacity: Option<OrderCapacity>, pub private_quote: Option<Boolean>, pub respondent_type: Option<RespondentType>, pub pre_trade_anonymity: Option<Boolean>, pub root_parties: Option<Vec<RootParties>>, pub quot_req_grp: Vec<QuotReqGrp>, pub text: Option<FixString>, pub encoded_text: Option<Data>, pub booking_type: Option<BookingType>, pub order_restrictions: Option<Vec<OrderRestrictions>>,
}

Fields§

§quote_req_id: FixString§rfq_req_id: Option<FixString>§cl_ord_id: Option<FixString>§order_capacity: Option<OrderCapacity>§private_quote: Option<Boolean>§respondent_type: Option<RespondentType>§pre_trade_anonymity: Option<Boolean>§root_parties: Option<Vec<RootParties>>§quot_req_grp: Vec<QuotReqGrp>§text: Option<FixString>§encoded_text: Option<Data>§booking_type: Option<BookingType>§order_restrictions: Option<Vec<OrderRestrictions>>

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.