pub struct QuoteRequest {
Show 13 fields pub quote_req_id: Str, pub rfq_req_id: Option<Str>, pub cl_ord_id: Option<Str>, 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<Str>, pub encoded_text: Option<Data>, pub booking_type: Option<BookingType>, pub order_restrictions: Option<Vec<OrderRestrictions>>,
}

Fields

quote_req_id: Strrfq_req_id: Option<Str>cl_ord_id: Option<Str>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<Str>encoded_text: Option<Data>booking_type: Option<BookingType>order_restrictions: Option<Vec<OrderRestrictions>>

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.