Enum fefix::definitions::fix50sp1::MdEntryType[][src]

pub enum MdEntryType {
Show 31 variants Bid, Offer, Trade, IndexValue, OpeningPrice, ClosingPrice, SettlementPrice, TradingSessionHighPrice, TradingSessionLowPrice, TradingSessionVwapPrice, Imbalance, TradeVolume, OpenInterest, CompositeUnderlyingPrice, SimulatedSellPrice, SimulatedBuyPrice, MarginRate, MidPrice, EmptyBook, SettleHighPrice, SettleLowPrice, PriorSettlePrice, SessionHighBid, SessionLowOffer, EarlyPrices, AuctionClearingPrice, SwapValueFactor, DailyValueAdjustmentForLongPositions, CumulativeValueAdjustmentForLongPositions, DailyValueAdjustmentForShortPositions, CumulativeValueAdjustmentForShortPositions,
}
This is supported on crate feature fix50sp1 only.
Expand description

Field type variants for MdEntryType.

Variants

Bid

Field variant ‘0’.

Offer

Field variant ‘1’.

Trade

Field variant ‘2’.

IndexValue

Field variant ‘3’.

OpeningPrice

Field variant ‘4’.

ClosingPrice

Field variant ‘5’.

SettlementPrice

Field variant ‘6’.

TradingSessionHighPrice

Field variant ‘7’.

TradingSessionLowPrice

Field variant ‘8’.

TradingSessionVwapPrice

Field variant ‘9’.

Imbalance

Field variant ‘A’.

TradeVolume

Field variant ‘B’.

OpenInterest

Field variant ‘C’.

CompositeUnderlyingPrice

Field variant ‘D’.

SimulatedSellPrice

Field variant ‘E’.

SimulatedBuyPrice

Field variant ‘F’.

MarginRate

Field variant ‘G’.

MidPrice

Field variant ‘H’.

EmptyBook

Field variant ‘J’.

SettleHighPrice

Field variant ‘K’.

SettleLowPrice

Field variant ‘L’.

PriorSettlePrice

Field variant ‘M’.

SessionHighBid

Field variant ‘N’.

SessionLowOffer

Field variant ‘O’.

EarlyPrices

Field variant ‘P’.

AuctionClearingPrice

Field variant ‘Q’.

SwapValueFactor

Field variant ‘S’.

DailyValueAdjustmentForLongPositions

Field variant ‘R’.

CumulativeValueAdjustmentForLongPositions

Field variant ‘T’.

DailyValueAdjustmentForShortPositions

Field variant ‘U’.

CumulativeValueAdjustmentForShortPositions

Field variant ‘V’.

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

The error type that can arise during deserialization.

A type with values that customize the serialization algorithm, e.g. padding information. Read more

Writes self to buffer using custom serialization settings.

Parses and deserializes from data.

Writes self to buffer using default settings.

Like FixValue::deserialize, but it’s allowed to skip some amount of input checking. Invalid inputs might not trigger errors and instead be deserialized as random values. Read more

Serializes self to a Vec of bytes, allocated on the fly.

Allocates a String representation of self. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.