Table of Contents

Class FixExtendedMessages

Namespace
StockSharp.Fix.Native
Assembly
StockSharp.Fix.Core.dll

FIX extended messages codes.

public static class FixExtendedMessages
Inheritance
FixExtendedMessages
Inherited Members

Fields

AvailableDataInfo

Message type for AvailableDataInfoMessage.

public const string AvailableDataInfo = "ADI"

Field Value

string

AvailableDataRequest

Message type for AvailableDataRequestMessage.

public const string AvailableDataRequest = "ADR"

Field Value

string

Board

The response of board lookup.

public const string Board = "bb"

Field Value

string

BoardLookup

The request for board lookup.

public const string BoardLookup = "bl"

Field Value

string

BoardUpdate

The request for board update.

public const string BoardUpdate = "bu"

Field Value

string

Command

Message type for CommandMessage.

public const string Command = "DC"

Field Value

string

HistoryEnd

The request for stop historical data.

public const string HistoryEnd = "he"

Field Value

string

HistoryStart

The request for start historical data.

public const string HistoryStart = "hs"

Field Value

string

RemoteFile

Message type for RemoteFileMessage.

public const string RemoteFile = "RF"

Field Value

string

RemoteFileCommand

Message type for RemoteFileCommandMessage.

public const string RemoteFileCommand = "RC"

Field Value

string

Remove

Message type for RemoveMessage.

public const string Remove = "bd"

Field Value

string

SecurityLegsInfo

Message type for SecurityLegsInfoMessage.

public const string SecurityLegsInfo = "LR"

Field Value

string

SecurityLegsRequest

Message type for SecurityLegsRequestMessage.

public const string SecurityLegsRequest = "LQ"

Field Value

string

SecurityListDelete

The request for instruments deleting.

public const string SecurityListDelete = "xd"

Field Value

string

SecurityListUpload

The request for instruments uploading.

public const string SecurityListUpload = "xu"

Field Value

string

SecurityMapping

Message type for SecurityMappingMessage.

public const string SecurityMapping = "SM"

Field Value

string

Subscription

Message type for MarketDataMessage.

public const string Subscription = "CC"

Field Value

string

SubscriptionFinished

Message type for SubscriptionFinishedMessage.

public const string SubscriptionFinished = "MF"

Field Value

string

SubscriptionListRequest

public const string SubscriptionListRequest = "CR"

Field Value

string

SubscriptionOnline

Message type for SubscriptionOnlineMessage.

public const string SubscriptionOnline = "SO"

Field Value

string

SubscriptionResponse

Message type for SubscriptionResponseMessage.

public const string SubscriptionResponse = "MO"

Field Value

string

TimeFramesInfo

The response for TimeFramesRequest.

public const string TimeFramesInfo = "TS"

Field Value

string

TimeFramesRequest

The request for available time-frames.

public const string TimeFramesRequest = "TR"

Field Value

string

UserInfo

Message type for UserInfoMessage.

public const string UserInfo = "ui"

Field Value

string

UserRequest

Message type for UserRequestMessage.

public const string UserRequest = "ur"

Field Value

string