Table of Contents

Class CmeFixDialect

Namespace
StockSharp.Fix.Dialects
Assembly
StockSharp.Fix.dll

CME FIX protocol dialect.

[MediaIcon("Cme_logo.svg")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "ChicagoMercantileExchange")]
public class CmeFixDialect : BaseFixDialect, IFixDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, IDemoAdapter
Inheritance
CmeFixDialect
Implements
ICloneable<IMessageChannel>
IPersistable
Inherited Members
Extension Methods

Constructors

CmeFixDialect(IdGenerator)

Initializes a new instance of the CmeFixDialect.

public CmeFixDialect(IdGenerator transactionIdGenerator)

Parameters

transactionIdGenerator IdGenerator

Transaction id generator.

Properties

FeatureName

Feature name.

public override string FeatureName { get; }

Property Value

string

Methods

OnWrite(IFixWriter, Message)

Write the specified message into FIX protocol.

protected override string OnWrite(IFixWriter writer, Message message)

Parameters

writer IFixWriter

The recorder of data in the FIX protocol format.

message Message

The message.

Returns

string

FixMessages value.