BovespaFastDialect
StockSharp.Fix.Dialects.Bovespa
B3 BM & F Bovespa SCHNELL Dialekt.
Erbt von: BaseUdpDialect
Konstruktoren
BovespaFastDialect
public BovespaFastDialect()
bovespaFastDialect = BovespaFastDialect()
Initialisiert eine neue Instanz von BovespaFastDialect.
Eigenschaften
Derivatives
public DerivativesSection Derivatives { get; }
value = bovespaFastDialect.Derivatives
Derivate.
DumpBooks
public bool DumpBooks { get; set; }
value = bovespaFastDialect.DumpBooks
bovespaFastDialect.DumpBooks = value
Dump Bücher.
FeatureName
public override string FeatureName { get; }
value = bovespaFastDialect.FeatureName
Name des Merkmals.
IsNativeIdentifiers
public override bool IsNativeIdentifiers { get; }
value = bovespaFastDialect.IsNativeIdentifiers
Identifizieren Sie das Finanzinstrument in Nachrichten nach nativer Kennung Native.
IsSupportOrderBookIncrements
public override bool IsSupportOrderBookIncrements { get; }
value = bovespaFastDialect.IsSupportOrderBookIncrements
Adapter übersetzt inkrementelle Auftragsbücher.
SenderCompId
public string SenderCompId { get; set; }
value = bovespaFastDialect.SenderCompId
bovespaFastDialect.SenderCompId = value
Absenderkennung.
TargetCompId
public string TargetCompId { get; set; }
value = bovespaFastDialect.TargetCompId
bovespaFastDialect.TargetCompId = value
Ziel-ID.
Methoden
ConnectAsync
protected override ValueTask ConnectAsync(ConnectMessage connectMsg, CancellationToken cancellationToken)
result = bovespaFastDialect.ConnectAsync(connectMsg, cancellationToken)
CreateParser
public override IUdpSettingsParser CreateParser()
result = bovespaFastDialect.CreateParser()
Erstellen Sie eine neue Instanz der Klasse IUdpSettingsParser @.
Rückgabe: IUdpSettingsParser
DisconnectAsync
protected override ValueTask DisconnectAsync(DisconnectMessage disconnectMsg, CancellationToken cancellationToken)
result = bovespaFastDialect.DisconnectAsync(disconnectMsg, cancellationToken)
GetSupportedMarketDataTypesAsync
public override IAsyncEnumerable<DataType> GetSupportedMarketDataTypesAsync(SecurityId securityId, DateTime? from, DateTime? to)
result = bovespaFastDialect.GetSupportedMarketDataTypesAsync(securityId, from, to)
Unterstützt werden sie von adapter-nachrichtentypen.
- securityId
- SecurityId
- from
- Startdatum für die Anfrage. Wenn , werden alle verfügbaren Nachrichten zurückgegeben.
- to
- Enddatum der Anfrage: Wenn , werden alle verfügbaren Nachrichten zurückgegeben.
Rückgabe: Unterstützt durch Adapter-Marktdatentypen.
Load
public override void Load(SettingsStorage storage)
bovespaFastDialect.Load(storage)
Lasteinstellungen.
- storage
- Einstellungen Lagerung.
LoadSettingsFromFile
public override void LoadSettingsFromFile(IDictionary<string, UdpFeedGroup> feeds)
bovespaFastDialect.LoadSettingsFromFile(feeds)
Laden Sie Einstellungen aus einer bestimmten Datei.
- feeds
- UDP-Einstellungen.
MarketDataAsync
protected override ValueTask MarketDataAsync(MarketDataMessage mdMsg, CancellationToken cancellationToken)
result = bovespaFastDialect.MarketDataAsync(mdMsg, cancellationToken)
Save
public override void Save(SettingsStorage storage)
bovespaFastDialect.Save(storage)
Einstellungen speichern.
- storage
- Einstellungen Lagerung.
SecurityLookupAsync
protected override ValueTask SecurityLookupAsync(SecurityLookupMessage lookupMsg, CancellationToken cancellationToken)
result = bovespaFastDialect.SecurityLookupAsync(lookupMsg, cancellationToken)
TimeAsync
protected override ValueTask TimeAsync(TimeMessage timeMsg, CancellationToken cancellationToken)
result = bovespaFastDialect.TimeAsync(timeMsg, cancellationToken)