Class EventIndicator
Represents event indicator.
Inherited Members
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 |