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.