LseFixDialect

StockSharp.Fix.Dialects

LSE FIX protocol dialect.

继承自: BaseFixDialect

构造函数

LseFixDialect(IdGenerator)

LSE FIX protocol dialect.

transactionIdGenerator
Transaction id generator.

属性

FeatureName : string

Feature name.

方法

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.

返回值: FixMessages value.