• 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 EventIndicator

Represents event indicator.

Inheritance
System.Object
BitmapField
EventIndicator
Inherited Members
BitmapField.Assign(Int32)
BitmapField.Assign(IFieldSet, Int32)
BitmapField.Get(Int32)
BitmapField.Any
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class EventIndicator : BitmapField

Constructors

EventIndicator()

Constructor.

Declaration
public EventIndicator()

EventIndicator(IFieldSet)

Constructor.

Declaration
public EventIndicator(IFieldSet message)
Parameters
Type Name Description
IFieldSet message

Fieldset that contains value.

Properties

IsEndOfAny

Indicates any 'end of' event.

Declaration
public bool IsEndOfAny { get; }
Property Value
Type Description
System.Boolean

IsEndOfElectronicVolumes

Indicates 'end of electronic volumes' event.

Declaration
public bool IsEndOfElectronicVolumes { get; }
Property Value
Type Description
System.Boolean

True if message is 'end of electronic volumes' event

IsEndOfEvent

Indicates 'end of event' event.

Declaration
public bool IsEndOfEvent { get; }
Property Value
Type Description
System.Boolean

True if message is 'end of event' event

IsEndOfImpliedQuotes

Indicates 'end of implied quotes' event.

Declaration
public bool IsEndOfImpliedQuotes { get; }
Property Value
Type Description
System.Boolean

True if message is 'end of implied quotes' event

IsEndOfRealQuotes

Indicates 'end of real quotes' event.

Declaration
public bool IsEndOfRealQuotes { get; }
Property Value
Type Description
System.Boolean

True if message is 'end of real quotes' event

IsEndOfStatistic

Indicates 'end of statistic' event.

Declaration
public bool IsEndOfStatistic { get; }
Property Value
Type Description
System.Boolean

True if message is 'end of statistic' event

IsEndOfTrades

Indicates 'end of trades' event.

Declaration
public bool IsEndOfTrades { get; }
Property Value
Type Description
System.Boolean

True if message is 'end of trades' event

IsMessageRecovered

Indicates 'message resent during recovery' event.

Declaration
public bool IsMessageRecovered { get; }
Property Value
Type Description
System.Boolean

True if message is 'message resent during recovery' event

Methods

Assign(IFieldSet)

Assign existing object to new value.

Declaration
public void Assign(IFieldSet message)
Parameters
Type Name Description
IFieldSet message

Fieldset that contains value.

ToString()

Convert object to its string representation.

Declaration
public override string ToString()
Returns
Type Description
System.String

String representation

Overrides
BitmapField.ToString()
In This Article
Back to top Copyright © Onix Solutions.
Generated by DocFX