pub struct MassQuoteAcknowledgement {Show 15 fields
pub quote_req_id: Option<FixString>,
pub quote_id: Option<FixString>,
pub quote_status: QuoteStatus,
pub quote_reject_reason: Option<QuoteRejectReason>,
pub quote_response_level: Option<QuoteResponseLevel>,
pub quote_type: Option<QuoteType>,
pub quote_cancel_type: Option<QuoteCancelType>,
pub parties: Option<Vec<Parties>>,
pub account: Option<FixString>,
pub acct_id_source: Option<AcctIdSource>,
pub account_type: Option<AccountType>,
pub text: Option<FixString>,
pub encoded_text: Option<Data>,
pub quot_set_ack_grp: Option<Vec<QuotSetAckGrp>>,
pub target_parties: Option<Vec<TargetParties>>,
}
Fields
quote_req_id: Option<FixString>
quote_id: Option<FixString>
quote_status: QuoteStatus
quote_reject_reason: Option<QuoteRejectReason>
quote_response_level: Option<QuoteResponseLevel>
quote_type: Option<QuoteType>
quote_cancel_type: Option<QuoteCancelType>
parties: Option<Vec<Parties>>
account: Option<FixString>
acct_id_source: Option<AcctIdSource>
account_type: Option<AccountType>
text: Option<FixString>
encoded_text: Option<Data>
quot_set_ack_grp: Option<Vec<QuotSetAckGrp>>
target_parties: Option<Vec<TargetParties>>
Implementations
Trait Implementations
sourceimpl Clone for MassQuoteAcknowledgement
impl Clone for MassQuoteAcknowledgement
sourcefn clone(&self) -> MassQuoteAcknowledgement
fn clone(&self) -> MassQuoteAcknowledgement
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MassQuoteAcknowledgement
impl Debug for MassQuoteAcknowledgement
sourceimpl From<MassQuoteAcknowledgement> for Message
impl From<MassQuoteAcknowledgement> for Message
sourcefn from(msg: MassQuoteAcknowledgement) -> Message
fn from(msg: MassQuoteAcknowledgement) -> Message
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for MassQuoteAcknowledgement
impl Send for MassQuoteAcknowledgement
impl Sync for MassQuoteAcknowledgement
impl Unpin for MassQuoteAcknowledgement
impl UnwindSafe for MassQuoteAcknowledgement
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