pub struct MarketDataIncrementalRefresh {
    pub appl_id: Option<Vec<u8, Global>>,
    pub appl_seq_num: Option<u64>,
    pub appl_last_seq_num: Option<u64>,
    pub appl_resend_flag: Option<bool>,
    pub md_book_type: Option<MdBookType>,
    pub md_feed_type: Option<Vec<u8, Global>>,
    pub trade_date: Option<(u16, u8, u8)>,
    pub md_req_id: Option<Vec<u8, Global>>,
    pub md_inc_grp: Vec<MdIncGrp, Global>,
    pub appl_queue_depth: Option<i64>,
    pub appl_queue_resolution: Option<ApplQueueResolution>,
    pub routing_grp: Option<Vec<RoutingGrp, Global>>,
}

Fields

appl_id: Option<Vec<u8, Global>>appl_seq_num: Option<u64>appl_last_seq_num: Option<u64>appl_resend_flag: Option<bool>md_book_type: Option<MdBookType>md_feed_type: Option<Vec<u8, Global>>trade_date: Option<(u16, u8, u8)>md_req_id: Option<Vec<u8, Global>>md_inc_grp: Vec<MdIncGrp, Global>appl_queue_depth: Option<i64>appl_queue_resolution: Option<ApplQueueResolution>routing_grp: Option<Vec<RoutingGrp, Global>>

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.