pub struct QuoteRequestReject {
    pub quote_req_id: Str,
    pub rfq_req_id: Option<Str>,
    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<Str>,
    pub encoded_text: Option<Data>,
}

Fields

quote_req_id: Strrfq_req_id: Option<Str>quote_request_reject_reason: QuoteRequestRejectReasonprivate_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<Str>encoded_text: Option<Data>

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.