InteractiveBrokersFixDialect

StockSharp.Fix.Dialects

Interactive Brokers FIX protocol dialect.

Inherits: BaseFixDialect

Constructors

InteractiveBrokersFixDialect(IdGenerator)

Initializes a new instance of the InteractiveBrokersFixDialect.

transactionIdGenerator
Transaction id generator.

Properties

FeatureName : string

Feature name.

OrderConditionType : Type

Type of OrderCondition.

PossibleSupportedMessages : IEnumerable<MessageTypeInfo>

Possible supported message types.

Methods

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.

Returns: Supported by adapter market data types.

IsLogoutError(string) : bool

Check Logout contains error message.

text
Text message.

Returns: if the specified text contains error message, otherwise, .

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.

Returns: FixMessages value.