• Programming Guide
  • Api Documentation
  • OnixS .NET Core CME Market Data Handler, version 4.2.2
Show / Hide Table of Contents
  • OnixS.CmeMdHandler
    • BestBidOfferTrackingOptions
    • BestBidOfferTrackingParameters
    • BitmapField
    • BookBase<T>
    • BookChangeType
    • BookUpdatedCallbackPolicy
    • ConnectionType
    • ConsolidatedOrderBook
    • ErrorHandler
    • ErrorReason
    • EventIndicator
    • FeedState
    • FeedStateChangedHandler
    • FeedType
    • Handler
    • HandlerStartupStrategy
    • HandlerState
    • ImpliedOrderBook
    • ImpliedOrderBookChangedHandler
    • ImpliedPriceLevel
    • InfoHandler
    • ISecurityDefinition
    • LicenseException
    • LicenseExpiredException
    • LicenseNotFoundException
    • MarketByOrderBook
    • MarketByOrderBookChangedHandler
    • MarketByPriceBookBase<T>
    • MDEntryType
    • MDUpdateAction
    • MessageProcessingHandler
    • MsgType
    • NoDataOnFeedReceivedHandler
    • Order
    • OrderBookHandler<T>
    • OrderBookType
    • OrderBookUpdatedHandler<T>
    • OrderBookUtils
    • OrderIdsReceivedHandler
    • Packet
    • PacketProcessingHandler
    • RegularOrderBook
    • RegularOrderBookChangedHandler
    • RegularPriceLevel
    • ReplayErrorHandler
    • ReplayFinishedHandler
    • ReplayOptions
    • RequestForQuoteReceivedHandler
    • SecurityDefinitionHandler
    • SecurityStatus
    • SecurityStatusChangedHandler
    • SecurityTradingEvent
    • SecurityUpdateAction
    • Side
    • StateChangedHandler
    • StatisticsHandler
    • StatisticsResetHandler
    • StatisticsType
    • Tags
    • Timestamp
    • TimestampHelper
    • TopOfTheOrderBookUpdatedHandler<T>
    • TradeHandler
    • TradeUpdateAction
    • WarningHandler
    • WarningReason
  • OnixS.SimpleBinaryEncoding
    • BaseComposite
    • BaseGroup
    • BaseMessage<THeader>
    • BufferOverflowException
    • CmeILinkHeader
    • CmeMdp3Header
    • ConstantFieldException
    • Decimal32Ref
    • Decimal64Ref
    • DecimalHelper
    • EncodingType
    • FieldIsRequiredException
    • FieldNotFoundException
    • Helper
    • IComposite
    • IDecimal
    • IDecoder
    • IEncoder
    • IFieldSet
    • IGroup
    • IHeader
    • IMaturityMonthYear
    • IMessage
    • InvalidFieldValueTypeException
    • ITimestamp
    • IVariableLengthField
    • LicenseException
    • LicenseExpiredException
    • LicenseNotFoundException
    • MaturityMonthYearRef
    • MemoryPointer<T>
    • ResizableMessage
    • SbeHeader
    • SimpleOpenFramingHeader
    • TimestampRef
    • TimeUnit
    • VariableLengthField16Ref
    • VariableLengthField8Ref
  • OnixS.SimpleBinaryEncoding.CodeGenerator
    • MessageSchemaByteOrderAttribute
    • MessageSchemaDescriptionAttribute
    • MessageSchemaIdAttribute
    • MessageSchemaPackageAttribute
    • MessageSchemaSemanticVersionAttribute
    • MessageSchemaVersionAttribute
    • StrongTypedCodeGenerator
  • OnixS.SimpleBinaryEncoding.Templates
    • ByteOrder
    • CompositeTypeInfo
    • EnumTypeInfo
    • EnumValue
    • FieldInfo
    • FieldSetFieldInfo
    • GroupFieldInfo
    • MessageInfo
    • Presence
    • PrimitiveFieldInfo
    • PrimitiveType
    • PrimitiveTypeInfo
    • TemplateLibrary
    • TypeInfo
    • VariableLengthFieldInfo

Class MDEntryType

Market data entry types.

Inheritance
System.Object
MDEntryType
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public static class MDEntryType : object

Fields

Bid

Bid.

Declaration
public const char Bid = null
Field Value
Type Description
System.Char

ElectronicVolume

Electronic Volume.

Declaration
public const char ElectronicVolume = null
Field Value
Type Description
System.Char

EmptyBook

Empty Book.

Declaration
public const char EmptyBook = null
Field Value
Type Description
System.Char

FixingPrice

Fixing Price.

Declaration
public const char FixingPrice = null
Field Value
Type Description
System.Char

ImpliedBid

Implied Bid.

Declaration
public const char ImpliedBid = null
Field Value
Type Description
System.Char

ImpliedOffer

Implied Offer.

Declaration
public const char ImpliedOffer = null
Field Value
Type Description
System.Char

Offer

Offer.

Declaration
public const char Offer = null
Field Value
Type Description
System.Char

OpeningPrice

Opening Price.

Declaration
public const char OpeningPrice = null
Field Value
Type Description
System.Char

OpenInterest

Open Interest.

Declaration
public const char OpenInterest = null
Field Value
Type Description
System.Char

SessionHighBid

Session High Bid.

Declaration
public const char SessionHighBid = null
Field Value
Type Description
System.Char

SessionLowOffer

Session Low Offer.

Declaration
public const char SessionLowOffer = null
Field Value
Type Description
System.Char

SettlementPrice

Settlement Price.

Declaration
public const char SettlementPrice = null
Field Value
Type Description
System.Char

ThresholdLimits

Threshold Limits.

Declaration
public const char ThresholdLimits = null
Field Value
Type Description
System.Char

Trade

Trade.

Declaration
public const char Trade = null
Field Value
Type Description
System.Char

TradeVolume

Trade Volume.

Declaration
public const char TradeVolume = null
Field Value
Type Description
System.Char

TradingSessionHighPrice

Session High Trade Price.

Declaration
public const char TradingSessionHighPrice = null
Field Value
Type Description
System.Char

TradingSessionLowPrice

Session Low Trade Price.

Declaration
public const char TradingSessionLowPrice = null
Field Value
Type Description
System.Char

Methods

ToString(Char)

Convert char value to string representation.

Declaration
public static string ToString(char value)
Parameters
Type Name Description
System.Char value

Raw value.

Returns
Type Description
System.String

String representation of a value.

In This Article
Back to top Copyright © Onix Solutions.
Generated by DocFX