LseFixDialect

StockSharp.Fix.Dialects

LSE FIX protocol dialect.

Herda de: BaseFixDialect

Construtores

LseFixDialect(IdGenerator)

LSE FIX protocol dialect.

transactionIdGenerator
Transaction id generator.

Propriedades

FeatureName : string

Feature name.

Métodos

OnWriteAsync(IFixWriter, Message, CancellationToken) : ValueTask<string>

Write the specified message into FIX protocol.

writer
The recorder of data in the FIX protocol format.
message
The message.
cancellationToken
Cancellation token.

Retorna: FixMessages value.