CboeFixDialect

StockSharp.Fix.Dialects

CBOE FIX protocol dialect.

Inherits: BaseFixDialect

Constructors

CboeFixDialect
public CboeFixDialect(IdGenerator transactionIdGenerator)
cboeFixDialect = CboeFixDialect(transactionIdGenerator)

CBOE FIX protocol dialect.

transactionIdGenerator
Transaction id generator.

Properties

FeatureName
public override string FeatureName { get; }
value = cboeFixDialect.FeatureName

Feature name.

Methods

OnWriteAsync
protected override ValueTask<string> OnWriteAsync(IFixWriter writer, Message message, CancellationToken cancellationToken)
result = cboeFixDialect.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.