QuikServerFixDialect
StockSharp.Fix.Dialects
QUIK server FIX protocol dialect.
Hereda de: BaseFixDialect
Constructores
QuikServerFixDialect(IdGenerator)
Initializes a new instance of the QuikServerFixDialect.
- transactionIdGenerator
- Transaction id generator.
Propiedades
FeatureName : string
Feature name.
PossibleSupportedMessages : IEnumerable<MessageTypeInfo>
Possible supported message types.
SupportedOrderBookDepths : IEnumerable<int>
Available options for MaxDepth.
Métodos
FromSecurityTradingStatus(int?) : SecurityStates?
Convert SecurityTradingStatus to SecurityStates value.
- status
- SecurityTradingStatus value.
Devuelve: SecurityStates value.
IsLogoutError(string) : bool
Check Logout contains error message.
- text
- Text message.
Devuelve: 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
Devuelve: 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.
Devuelve: FixMessages value.
ProcessSecurityDefinitionAsync(FixTags, IFixReader, SecurityMessage, CancellationToken) : ValueTask<bool>
Process SecurityDefinition message.
- tag
- Tag.
- reader
- The reader of data recorded in the FIX protocol format.
- message
- A message containing info about the security.
- cancellationToken
- CancellationToken
Devuelve: Processing result.
ReadOrderConditionAsync(IFixReader, FixTags, Func<OrderCondition>, CancellationToken) : ValueTask<bool>
Read order condition.
- reader
- The reader of data recorded in the FIX protocol format.
- tag
- Tag.
- getCondition
- Condition.
- cancellationToken
- CancellationToken
Devuelve: Result.