OneZeroFixDialect
StockSharp.Fix.Dialects
oneZero FIX protocol dialect.
Наследует: BaseFixDialect
Конструкторы
OneZeroFixDialect(IdGenerator)
Initializes a new instance of the OneZeroFixDialect.
- transactionIdGenerator
- Transaction id generator.
Свойства
FeatureName : string
Feature name.
PossibleSupportedMessages : IEnumerable<MessageTypeInfo>
Possible supported message types.
Методы
GetOrderState(ExecutionReport) : OrderStates?
Convert OrdStatus to OrderStates value.
- report
- ExecutionReport value.
Возвращает: OrderStates value.
GetSupportedMarketDataTypesAsync(SecurityId, DateTime?, DateTime?) : IAsyncEnumerable<DataType>
Get supported by adapter message types.
- securityId
- SecurityId
- from
- Start date for request. If , then all available messages will be returned.
- to
- End date for request. If , then all available messages will be returned.
Возвращает: Supported by adapter market data 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.