CmeFixDialect
StockSharp.Fix.Dialects
CME FIX protocol dialect.
Inherits: BaseFixDialect
Constructors
CmeFixDialect
public CmeFixDialect(IdGenerator transactionIdGenerator)
cmeFixDialect = CmeFixDialect(transactionIdGenerator)
CME FIX protocol dialect.
- transactionIdGenerator
- Transaction id generator.
Properties
FeatureName
public override string FeatureName { get; }
value = cmeFixDialect.FeatureName
Feature name.
Methods
OnWriteAsync
protected override ValueTask<string> OnWriteAsync(IFixWriter writer, Message message, CancellationToken cancellationToken)
result = cmeFixDialect.OnWriteAsync(writer, message, cancellationToken)
Write the specified message into FIX protocol.
- writer
- The recorder of data in the FIX protocol format.
- message
- The message.
- cancellationToken
- Cancellation token.
Returns: FixMessages value.