AstsFixDialect
StockSharp.Fix.Dialects.Moex.Asts
ASTS FIX protocol dialect.
Erbt von: BaseFixDialect
Konstruktoren
AstsFixDialect(IdGenerator)
Initializes a new instance of the AstsFixDialect.
- transactionIdGenerator
- Transaction id generator.
Eigenschaften
FeatureName : string
Feature name.
PossibleSupportedMessages : IEnumerable<MessageTypeInfo>
Possible supported message types.
Methoden
ApplyTimeInForce(ExecutionReport, ExecutionMessage, bool) : bool
Apply time in force.
- report
- msg
- throwInvalid
IsLogoutError(string) : bool
Check Logout contains error message.
- text
- Text message.
Rückgabe: 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
Rückgabe: 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.
Rückgabe: FixMessages value.
WriteSecurityIdAsync(IFixWriter, SecurityMessage, CancellationToken) : ValueTask
Write security id.
- writer
- FIX data writer.
- secMsg
- Security ID.
- cancellationToken
- Cancellation token.