Table of Contents

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

BovespaFastDialect.DerivativesSection

DumpBooks

Dump books.

[Display(ResourceType = typeof(LocalizedStrings), Name = "DumpBooks", Description = "DumpBooks", GroupName = "General", Order = 12)]
public bool DumpBooks { get; set; }

Property Value

bool

Equities

Equities.

[Display(ResourceType = typeof(LocalizedStrings), Name = "FondMarket", Description = "FondMarketDot", GroupName = "General", Order = 0)]
public BovespaFastDialect.EquitiesSection Equities { get; }

Property Value

BovespaFastDialect.EquitiesSection

FeatureName

Feature name.

public override string FeatureName { get; }

Property Value

string

Historical

History.

[Display(ResourceType = typeof(LocalizedStrings), Name = "History", Description = "HistoryServer", GroupName = "Replay", Order = 11)]
public BovespaFastDialect.ReplayGroup Historical { get; }

Property Value

BovespaFastDialect.ReplayGroup

IsNativeIdentifiers

Identify security in messages by native identifier Native.

public override bool IsNativeIdentifiers { get; }

Property Value

bool

RealTime

Real-time.

[Display(ResourceType = typeof(LocalizedStrings), Name = "RealTime", Description = "RealTimeData", GroupName = "Replay", Order = 10)]
public BovespaFastDialect.ReplayGroup RealTime { get; }

Property Value

BovespaFastDialect.ReplayGroup

SupportedMarketDataTypes

Supported by adapter market data types.

public override IEnumerable<DataType> SupportedMarketDataTypes { get; }

Property Value

IEnumerable<DataType>

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

LoadSettingsFromFile(string)

Load settings from specified file.

public override void LoadSettingsFromFile(string settingsFile)

Parameters

settingsFile string

Settings file.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

SendInMessage(Message)

Send message.

public override bool SendInMessage(Message message)

Parameters

message Message

Message.

Returns

bool

true if the specified message was processed successfully, otherwise, false.