pub struct QuoteRequestReject {
    pub quote_req_id: FixString,
    pub rfq_req_id: Option<FixString>,
    pub quote_request_reject_reason: QuoteRequestRejectReason,
    pub private_quote: Option<bool>,
    pub respondent_type: Option<RespondentType>,
    pub pre_trade_anonymity: Option<bool>,
    pub root_parties: Option<Vec<RootParties, Global>>,
    pub quot_req_rjct_grp: Vec<QuotReqRjctGrp, Global>,
    pub text: Option<FixString>,
    pub encoded_text: Option<Vec<u8, Global>>,
}

Fields

quote_req_id: FixStringrfq_req_id: Option<FixString>quote_request_reject_reason: QuoteRequestRejectReasonprivate_quote: Option<bool>respondent_type: Option<RespondentType>pre_trade_anonymity: Option<bool>root_parties: Option<Vec<RootParties, Global>>quot_req_rjct_grp: Vec<QuotReqRjctGrp, Global>text: Option<FixString>encoded_text: Option<Vec<u8, Global>>

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.