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.