pub struct MarketDataRequest {
Show 15 fields pub md_req_id: Str, pub subscription_request_type: SubscriptionRequestType, pub parties: Option<Vec<Parties>>, pub market_depth: Int, pub md_update_type: Option<MdUpdateType>, pub aggregated_book: Option<Boolean>, pub open_close_settl_flag: Option<Vec<OpenCloseSettlFlag>>, pub scope: Option<Vec<Scope>>, pub md_implicit_delete: Option<Boolean>, pub md_req_grp: Vec<MdReqGrp>, pub instrmt_md_req_grp: Vec<InstrmtMdReqGrp>, pub trdg_ses_grp: Option<Vec<TrdgSesGrp>>, pub appl_queue_action: Option<ApplQueueAction>, pub appl_queue_max: Option<Int>, pub md_quote_type: Option<MdQuoteType>,
}

Fields

md_req_id: Strsubscription_request_type: SubscriptionRequestTypeparties: Option<Vec<Parties>>market_depth: Intmd_update_type: Option<MdUpdateType>aggregated_book: Option<Boolean>open_close_settl_flag: Option<Vec<OpenCloseSettlFlag>>scope: Option<Vec<Scope>>md_implicit_delete: Option<Boolean>md_req_grp: Vec<MdReqGrp>instrmt_md_req_grp: Vec<InstrmtMdReqGrp>trdg_ses_grp: Option<Vec<TrdgSesGrp>>appl_queue_action: Option<ApplQueueAction>appl_queue_max: Option<Int>md_quote_type: Option<MdQuoteType>

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.