SpectraFixDialect
StockSharp.Fix.Dialects.Moex.Spectra
SPECTRA FIX protocol dialect.
継承元: BaseFixDialect
コンストラクター
SpectraFixDialect(IdGenerator)
Initializes a new instance of the SpectraFixDialect.
- transactionIdGenerator
- Transaction id generator.
プロパティ
FeatureName : string
Feature name.
PossibleSupportedMessages : IEnumerable<MessageTypeInfo>
Possible supported message types.
メソッド
IsLogoutError(string) : bool
Check Logout contains error message.
- text
- Text message.
戻り値: if the specified text contains error message, otherwise, .
OnReadAsync(IFixReader, string, CancellationToken) : IAsyncEnumerable<Message>
Read next message from FIX protocol.
- reader
- The reader of data recorded in the FIX protocol format.
- msgType
- Message type.
- cancellationToken
- CancellationToken
戻り値: The sequence of messages.
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.