pub struct MarketSegmentGrp {
Show 21 fields pub market_id: Option<[u8; 4]>, pub market_segment_id: Option<FixString>, pub tick_rules: Option<Vec<TickRules, Global>>, pub lot_type_rules: Option<Vec<LotTypeRules, Global>>, pub price_limit_type: Option<PriceLimitType>, pub low_limit_price: Option<Decimal>, pub high_limit_price: Option<Decimal>, pub trading_reference_price: Option<Decimal>, pub expiration_cycle: Option<ExpirationCycle>, pub min_trade_vol: Option<Decimal>, pub max_trade_vol: Option<Decimal>, pub max_price_variation: Option<Decimal>, pub implied_market_indicator: Option<ImpliedMarketIndicator>, pub trading_currency: Option<Currency>, pub round_lot: Option<Decimal>, pub multileg_model: Option<MultilegModel>, pub multileg_price_method: Option<MultilegPriceMethod>, pub price_type: Option<PriceType>, pub trading_session_rules_grp: Option<Vec<TradingSessionRulesGrp, Global>>, pub nested_instrument_attribute: Option<Vec<NestedInstrumentAttribute, Global>>, pub strike_rules: Option<Vec<StrikeRules, Global>>,
}

Fields

market_id: Option<[u8; 4]>market_segment_id: Option<FixString>tick_rules: Option<Vec<TickRules, Global>>lot_type_rules: Option<Vec<LotTypeRules, Global>>price_limit_type: Option<PriceLimitType>low_limit_price: Option<Decimal>high_limit_price: Option<Decimal>trading_reference_price: Option<Decimal>expiration_cycle: Option<ExpirationCycle>min_trade_vol: Option<Decimal>max_trade_vol: Option<Decimal>max_price_variation: Option<Decimal>implied_market_indicator: Option<ImpliedMarketIndicator>trading_currency: Option<Currency>round_lot: Option<Decimal>multileg_model: Option<MultilegModel>multileg_price_method: Option<MultilegPriceMethod>price_type: Option<PriceType>trading_session_rules_grp: Option<Vec<TradingSessionRulesGrp, Global>>nested_instrument_attribute: Option<Vec<NestedInstrumentAttribute, Global>>strike_rules: Option<Vec<StrikeRules, Global>>

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

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.