• Version 4.2.7
Show / Hide Table of Contents

Class MsgType

IMessage types.

Inheritance
object
MsgType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX