BovespaFastDialect
StockSharp.Fix.Dialects.Bovespa
B3 BM&F Bovespa FAST dialect.
Inherits: BaseUdpDialect
Constructors
BovespaFastDialect()
Initializes a new instance of the BovespaFastDialect.
Properties
Derivatives : DerivativesSection
Derivatives.
Equities : EquitiesSection
Equities.
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.
LoadSettingsFromFile(IDictionary<string, UdpFeedGroup>)
Load settings from specified file.
- feeds
- UDP settings.