BovespaFastDialect

StockSharp.Fix.Dialects.Bovespa

B3 BM&F Bovespa FAST dialect.

Inherits: BaseUdpDialect

Constructors

BovespaFastDialect()

Initializes a new instance of the BovespaFastDialect.

Properties

DumpBooks : bool

Dump books.

FeatureName : string

Feature name.

IsNativeIdentifiers : bool

Identify security in messages by native identifier Native.

IsSupportOrderBookIncrements : bool

Adapter translates incremental order books.

SenderCompId : string

Sender ID.

TargetCompId : string

Target ID.

Methods

CreateParser() : IUdpSettingsParser

Create a new instance of the IUdpSettingsParser class.

Returns: IUdpSettingsParser

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.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
LoadSettingsFromFile(IDictionary<string, UdpFeedGroup>)

Load settings from specified file.

feeds
UDP settings.
Save(SettingsStorage)

Save settings.

storage
Settings storage.