Class MsgType
IMessage types.
Inherited Members
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 |
|---|---|
| string |
Logon
Logon message.
Declaration
public const string Logon = "A"
Field Value
| Type | Description |
|---|---|
| string |
Logout
Logout message.
Declaration
public const string Logout = "5"
Field Value
| Type | Description |
|---|---|
| string |
MarketDataIncrementalRefresh
Market Data Incremental Refresh message.
Declaration
public const string MarketDataIncrementalRefresh = "X"
Field Value
| Type | Description |
|---|---|
| string |
MarketDataRequest
Market Data Request message.
Declaration
public const string MarketDataRequest = "V"
Field Value
| Type | Description |
|---|---|
| string |
MarketDataSnapshotFullRefresh
Market Data Snapshot / Full Refresh message.
Declaration
public const string MarketDataSnapshotFullRefresh = "W"
Field Value
| Type | Description |
|---|---|
| string |
News
News message.
Declaration
public const string News = "B"
Field Value
| Type | Description |
|---|---|
| string |
QuoteRequest
Quote Request message.
Declaration
public const string QuoteRequest = "R"
Field Value
| Type | Description |
|---|---|
| string |
SecurityDefinition
Security Definition message.
Declaration
public const string SecurityDefinition = "d"
Field Value
| Type | Description |
|---|---|
| string |
SecurityStatus
Security Status message.
Declaration
public const string SecurityStatus = "f"
Field Value
| Type | Description |
|---|---|
| string |