Class MsgType
IMessage types.
Inheritance
System.Object
MsgType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public static class MsgType
Fields
Heartbeat
Heartbeat message.
Declaration
public const string Heartbeat = "0"
Field Value
Type | Description |
---|---|
System.String |
Logon
Logon message.
Declaration
public const string Logon = "A"
Field Value
Type | Description |
---|---|
System.String |
Logout
Logout message.
Declaration
public const string Logout = "5"
Field Value
Type | Description |
---|---|
System.String |
MarketDataIncrementalRefresh
Market Data Incremental Refresh message.
Declaration
public const string MarketDataIncrementalRefresh = "X"
Field Value
Type | Description |
---|---|
System.String |
MarketDataRequest
Market Data Request message.
Declaration
public const string MarketDataRequest = "V"
Field Value
Type | Description |
---|---|
System.String |
MarketDataSnapshotFullRefresh
Market Data Snapshot / Full Refresh message.
Declaration
public const string MarketDataSnapshotFullRefresh = "W"
Field Value
Type | Description |
---|---|
System.String |
News
News message.
Declaration
public const string News = "B"
Field Value
Type | Description |
---|---|
System.String |
QuoteRequest
Quote Request message.
Declaration
public const string QuoteRequest = "R"
Field Value
Type | Description |
---|---|
System.String |
SecurityDefinition
Security Definition message.
Declaration
public const string SecurityDefinition = "d"
Field Value
Type | Description |
---|---|
System.String |
SecurityStatus
Security Status message.
Declaration
public const string SecurityStatus = "f"
Field Value
Type | Description |
---|---|
System.String |