QuikPreTradeFixDialect
StockSharp.Fix.Dialects
QUIK PreTrade FIX protocol dialect.
Наследует: BaseFixDialect
Конструкторы
QuikPreTradeFixDialect(IdGenerator)
Initializes a new instance of the QuikPreTradeFixDialect.
- transactionIdGenerator
- Transaction id generator.
Свойства
FeatureName : string
Feature name.
PossibleSupportedMessages : IEnumerable<MessageTypeInfo>
Possible supported message types.
Методы
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.