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

Fields

md_req_id: FixStringsubscription_request_type: SubscriptionRequestTypeparties: Option<Vec<Parties, Global>>market_depth: i64md_update_type: Option<MdUpdateType>aggregated_book: Option<bool>open_close_settl_flag: Option<Vec<OpenCloseSettlFlag, Global>>scope: Option<Vec<Scope, Global>>md_implicit_delete: Option<bool>md_req_grp: Vec<MdReqGrp, Global>instrmt_md_req_grp: Vec<InstrmtMdReqGrp, Global>trdg_ses_grp: Option<Vec<TrdgSesGrp, Global>>appl_queue_action: Option<ApplQueueAction>appl_queue_max: Option<i64>md_quote_type: Option<MdQuoteType>

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.