XOpenHubFixDialect

StockSharp.Fix.Dialects

XOpenHub FIX protocol dialect.

継承元: BaseFixDialect

コンストラクター

XOpenHubFixDialect(IdGenerator)

Initializes a new instance of the XOpenHubFixDialect.

transactionIdGenerator
Transaction id generator.

プロパティ

FeatureName : string

Feature name.

LoginAsPortfolioName : bool

Use Login as portfolio name.

PossibleSupportedMessages : IEnumerable<MessageTypeInfo>

Possible supported message types.

メソッド

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.

IsLogoutError(string) : bool

Check Logout contains error message.

text
Text message.

戻り値: 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.

戻り値: FixMessages value.