BvmtMarketDataAdapter

StockSharp.Bvmt

Der Nachrichtenadapter für Bvmt.

Erbt von: MessageAdapter

Konstruktoren

BvmtMarketDataAdapter
public BvmtMarketDataAdapter(IdGenerator transactionIdGenerator)
bvmtMarketDataAdapter = BvmtMarketDataAdapter(transactionIdGenerator)

Initialisiert eine neue Instanz von BvmtMarketDataAdapter.

transactionIdGenerator
Transaktions-ID-Generator.

Eigenschaften

BBBOAddress
public EndPoint BBBOAddress { get; set; }
value = bvmtMarketDataAdapter.BBBOAddress
bvmtMarketDataAdapter.BBBOAddress = value

Bester Biet-/Angebotskanal.

CashTickSizeReferentialFilePath
public string CashTickSizeReferentialFilePath { get; set; }
value = bvmtMarketDataAdapter.CashTickSizeReferentialFilePath
bvmtMarketDataAdapter.CashTickSizeReferentialFilePath = value

Pfad zur Cash Tick Größen Referenzdatei.

FBMUAddress
public EndPoint FBMUAddress { get; set; }
value = bvmtMarketDataAdapter.FBMUAddress
bvmtMarketDataAdapter.FBMUAddress = value

Vollständige Auftragsbuchtiefe und BBO mit Market Update Nachrichtenkanaladresse.

FBOUAddress
public EndPoint FBOUAddress { get; set; }
value = bvmtMarketDataAdapter.FBOUAddress
bvmtMarketDataAdapter.FBOUAddress = value

Vollständige Auftragsbuchtiefe mit Order Update Nachricht und BBO mit Market Update Nachrichtenkanaladresse.

Group
public string Group { get; set; }
value = bvmtMarketDataAdapter.Group
bvmtMarketDataAdapter.Group = value

Adaptergruppe.

IsNativeIdentifiers
public override bool IsNativeIdentifiers { get; }
value = bvmtMarketDataAdapter.IsNativeIdentifiers

Identifizieren Sie das Finanzinstrument in Nachrichten nach nativer Kennung Native.

IsSupportOrderBookIncrements
public override bool IsSupportOrderBookIncrements { get; }
value = bvmtMarketDataAdapter.IsSupportOrderBookIncrements

Adapter übersetzt inkrementelle Auftragsbücher.

REFIAddress
public EndPoint REFIAddress { get; set; }
value = bvmtMarketDataAdapter.REFIAddress
bvmtMarketDataAdapter.REFIAddress = value

Referenzdaten und Indexpaketkanaladresse.

REFTAddress
public EndPoint REFTAddress { get; set; }
value = bvmtMarketDataAdapter.REFTAddress
bvmtMarketDataAdapter.REFTAddress = value

Referenzdaten und vollständige Handelsinformationskanaladresse.

StorageName
public override string StorageName { get; }
value = bvmtMarketDataAdapter.StorageName

Speichername.

Methoden

ConnectAsync
protected override ValueTask ConnectAsync(ConnectMessage msg, CancellationToken token)
result = bvmtMarketDataAdapter.ConnectAsync(msg, token)
DisconnectAsync
protected override ValueTask DisconnectAsync(DisconnectMessage disconnectMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.DisconnectAsync(disconnectMsg, cancellationToken)
IsAllDownloadingSupported
public override bool IsAllDownloadingSupported(DataType dataType)
result = bvmtMarketDataAdapter.IsAllDownloadingSupported(dataType)

Ist für die angegebenen alle Finanzinstrumente Download aktiviert.

dataType
Datenart-Info.

Rückgabe: Prüfergebnis.

IsSecurityRequired
public override bool IsSecurityRequired(DataType dataType)
result = bvmtMarketDataAdapter.IsSecurityRequired(dataType)

Unterstützen Sie das Filtern von Abonnements (Abonnement/Abonnement für ein bestimmtes Finanzinstrument).

dataType
Datenart-Info.

Rückgabe: Prüfergebnis.

Load
public override void Load(SettingsStorage storage)
bvmtMarketDataAdapter.Load(storage)

Lasteinstellungen.

storage
Einstellungen Lagerung.
MarketDataAsync
protected override ValueTask MarketDataAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.MarketDataAsync(mdMsg, token)
OnLevel1SubscriptionAsync
protected override ValueTask OnLevel1SubscriptionAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.OnLevel1SubscriptionAsync(mdMsg, token)

Behandelt Abonnementanfrage für Level1-Daten. Überschreiben, um Implementierung für Level1-Abonnementverarbeitung bereitzustellen. Die Standardimplementierung wirft NotSupported.

mdMsg
Marktdaten-Abonnementmeldung.
cancellationToken
Stornierungs-Token, um die Operation abzubrechen.

Rückgabe: Ein ValueTask, der die asynchrone Operation darstellt.

OnMarketDepthSubscriptionAsync
protected override ValueTask OnMarketDepthSubscriptionAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.OnMarketDepthSubscriptionAsync(mdMsg, token)

Überschreiben, um Implementierung für die Verarbeitung von Abonnements für Markttiefen bereitzustellen. Die Standardimplementierung wirft NotSupported.

mdMsg
Marktdaten-Abonnementmeldung.
cancellationToken
Stornierungs-Token, um die Operation abzubrechen.

Rückgabe: Ein ValueTask, der die asynchrone Operation darstellt.

OnTicksSubscriptionAsync
protected override ValueTask OnTicksSubscriptionAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.OnTicksSubscriptionAsync(mdMsg, token)

Behandelt Abonnementanfrage für Ticks-Daten. Überschreiben, um Implementierung für Ticks-Abonnementverarbeitung bereitzustellen. Die Standardimplementierung wirft NotSupported.

mdMsg
Marktdaten-Abonnementmeldung.
cancellationToken
Stornierungs-Token, um die Operation abzubrechen.

Rückgabe: Ein ValueTask, der die asynchrone Operation darstellt.

ResetAsync
protected override ValueTask ResetAsync(ResetMessage resetMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.ResetAsync(resetMsg, cancellationToken)
Save
public override void Save(SettingsStorage storage)
bvmtMarketDataAdapter.Save(storage)

Einstellungen speichern.

storage
Einstellungen Lagerung.
SecurityLookupAsync
protected override ValueTask SecurityLookupAsync(SecurityLookupMessage lookupMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.SecurityLookupAsync(lookupMsg, cancellationToken)
TimeAsync
protected override ValueTask TimeAsync(TimeMessage timeMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.TimeAsync(timeMsg, cancellationToken)