pub struct QuoteRequestReject {
    pub quote_req_id: FixString,
    pub rfq_req_id: Option<FixString>,
    pub quote_request_reject_reason: QuoteRequestRejectReason,
    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_rjct_grp: Vec<QuotReqRjctGrp>,
    pub text: Option<FixString>,
    pub encoded_text: Option<Data>,
}

Fields§

§quote_req_id: FixString§rfq_req_id: Option<FixString>§quote_request_reject_reason: QuoteRequestRejectReason§private_quote: Option<Boolean>§respondent_type: Option<RespondentType>§pre_trade_anonymity: Option<Boolean>§root_parties: Option<Vec<RootParties>>§quot_req_rjct_grp: Vec<QuotReqRjctGrp>§text: Option<FixString>§encoded_text: Option<Data>

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.