Table of Contents

Struct MDEntryType

Namespace
Tooq.Tech.MD.BinaryProtocol.Client
Assembly
Tooq.MD.BinaryProtocol.dll
public struct MDEntryType : IComparable, IComparable<MDEntryType>, IEquatable<MDEntryType>
Implements
Inherited Members

Constructors

MDEntryType(int)
MDEntryType(MDEntryType)

Fields

BID
CLOSING_PRICE
COMPOSITE_UNDERLYING_PRICE
EMPTY_BOOK
EXECUTION_STATISTICS
EXECUTION_SUMMARY
IMBALANCE
INDEX_VALUE
NULL_VALUE
OFFER
OPENING_PRICE
OPEN_INTEREST
PRICE_BAND
QUANTITY_BAND
SECURITY_TRADING_STATE_PHASE
SESSION_HIGH_PRICE
SESSION_LOW_PRICE
SETTLEMENT_PRICE
TRADE
TRADE_BUST
TRADE_VOLUME
VOLATILITY_PRICE
_BID_
_CLOSING_PRICE_
_COMPOSITE_UNDERLYING_PRICE_
_EMPTY_BOOK_
_EXECUTION_STATISTICS_
_EXECUTION_SUMMARY_
_IMBALANCE_
_INDEX_VALUE_
_NULL_VALUE_
_OFFER_
_OPENING_PRICE_
_OPEN_INTEREST_
_PRICE_BAND_
_QUANTITY_BAND_
_SECURITY_TRADING_STATE_PHASE_
_SESSION_HIGH_PRICE_
_SESSION_LOW_PRICE_
_SETTLEMENT_PRICE_
_TRADE_
_TRADE_BUST_
_TRADE_VOLUME_
_VOLATILITY_PRICE_

Properties

Default
Value

Methods

CompareTo(object)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

CompareTo(MDEntryType)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

CreateFieldModel(Buffer, long)
Equals(object)

Indicates whether this instance and a specified object are equal.

Equals(MDEntryType)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

operator ==(MDEntryType, MDEntryType)
operator !=(MDEntryType, MDEntryType)