Struct easyfix_messages::messages::MassQuote  
source · [−]pub struct MassQuote {
    pub quote_req_id: Option<Str>,
    pub quote_id: Str,
    pub quote_type: Option<QuoteType>,
    pub quote_response_level: Option<QuoteResponseLevel>,
    pub parties: Option<Vec<Parties>>,
    pub account: Option<Str>,
    pub acct_id_source: Option<AcctIdSource>,
    pub account_type: Option<AccountType>,
    pub def_bid_size: Option<Qty>,
    pub def_offer_size: Option<Qty>,
    pub quot_set_grp: Vec<QuotSetGrp>,
}Fields
quote_req_id: Option<Str>quote_id: Strquote_type: Option<QuoteType>quote_response_level: Option<QuoteResponseLevel>parties: Option<Vec<Parties>>account: Option<Str>acct_id_source: Option<AcctIdSource>account_type: Option<AccountType>def_bid_size: Option<Qty>def_offer_size: Option<Qty>quot_set_grp: Vec<QuotSetGrp>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MassQuote
impl Send for MassQuote
impl Sync for MassQuote
impl Unpin for MassQuote
impl UnwindSafe for MassQuote
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more