Class BovespaFastDialect
- Namespace
- StockSharp.Fix.Dialects.Bovespa
- Assembly
- StockSharp.FAST.dll
B3 BM&F Bovespa FAST dialect.
[MediaIcon("B3_logo.png")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "BrasilBolsa", GroupName = "Stock")]
public class BovespaFastDialect : BaseFastDialect, IFastDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable
- Inheritance
-
BovespaFastDialect
- Implements
-
ICloneable<IMessageChannel>IPersistable
- Inherited Members
- Extension Methods
Constructors
BovespaFastDialect()
Initializes a new instance of the BovespaFastDialect.
public BovespaFastDialect()
Properties
Derivatives
Derivatives.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Derivatives", Description = "DerivativesDot", GroupName = "General", Order = 1)]
public BovespaFastDialect.DerivativesSection Derivatives { get; }
Property Value
DumpBooks
Dump books.
[Display(ResourceType = typeof(LocalizedStrings), Name = "DumpBooks", Description = "DumpBooks", GroupName = "General", Order = 12)]
public bool DumpBooks { get; set; }
Property Value
Equities
Equities.
[Display(ResourceType = typeof(LocalizedStrings), Name = "FondMarket", Description = "FondMarketDot", GroupName = "General", Order = 0)]
public BovespaFastDialect.EquitiesSection Equities { get; }
Property Value
FeatureName
Feature name.
public override string FeatureName { get; }
Property Value
Historical
History.
[Display(ResourceType = typeof(LocalizedStrings), Name = "History", Description = "HistoryServer", GroupName = "Replay", Order = 11)]
public BovespaFastDialect.ReplayGroup Historical { get; }
Property Value
IsNativeIdentifiers
Identify security in messages by native identifier Native.
public override bool IsNativeIdentifiers { get; }
Property Value
RealTime
Real-time.
[Display(ResourceType = typeof(LocalizedStrings), Name = "RealTime", Description = "RealTimeData", GroupName = "Replay", Order = 10)]
public BovespaFastDialect.ReplayGroup RealTime { get; }
Property Value
SupportedMarketDataTypes
Supported by adapter market data types.
public override IEnumerable<DataType> SupportedMarketDataTypes { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
LoadSettingsFromFile(string)
Load settings from specified file.
public override void LoadSettingsFromFile(string settingsFile)
Parameters
settingsFile
stringSettings file.
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
SendInMessage(Message)
Send message.
public override bool SendInMessage(Message message)
Parameters
message
MessageMessage.