pub struct MassQuote {
    pub quote_req_id: Option<Vec<u8, Global>>,
    pub quote_id: Vec<u8, Global>,
    pub quote_type: Option<QuoteType>,
    pub quote_response_level: Option<QuoteResponseLevel>,
    pub parties: Option<Vec<Parties, Global>>,
    pub account: Option<Vec<u8, Global>>,
    pub acct_id_source: Option<AcctIdSource>,
    pub account_type: Option<AccountType>,
    pub def_bid_size: Option<Decimal>,
    pub def_offer_size: Option<Decimal>,
    pub quot_set_grp: Vec<QuotSetGrp, Global>,
}

Fields

quote_req_id: Option<Vec<u8, Global>>quote_id: Vec<u8, Global>quote_type: Option<QuoteType>quote_response_level: Option<QuoteResponseLevel>parties: Option<Vec<Parties, Global>>account: Option<Vec<u8, Global>>acct_id_source: Option<AcctIdSource>account_type: Option<AccountType>def_bid_size: Option<Decimal>def_offer_size: Option<Decimal>quot_set_grp: Vec<QuotSetGrp, Global>

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.