pub struct TradingSessionRulesGrp {
    pub trading_session_id: Option<TradingSessionId>,
    pub trading_session_sub_id: Option<TradingSessionSubId>,
    pub ord_type_rules: Option<Vec<OrdTypeRules, Global>>,
    pub time_in_force_rules: Option<Vec<TimeInForceRules, Global>>,
    pub exec_inst_rules: Option<Vec<ExecInstRules, Global>>,
    pub match_rules: Option<Vec<MatchRules, Global>>,
    pub market_data_feed_types: Option<Vec<MarketDataFeedTypes, Global>>,
}

Fields

trading_session_id: Option<TradingSessionId>trading_session_sub_id: Option<TradingSessionSubId>ord_type_rules: Option<Vec<OrdTypeRules, Global>>time_in_force_rules: Option<Vec<TimeInForceRules, Global>>exec_inst_rules: Option<Vec<ExecInstRules, Global>>match_rules: Option<Vec<MatchRules, Global>>market_data_feed_types: Option<Vec<MarketDataFeedTypes, 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.