ProcessSnapshotResult
StockSharp.Fix.Dialects.Moex.Asts
Eigenschaften
CanStopFeed
public bool CanStopFeed { get; set; }
value = processSnapshotResult.CanStopFeed
processSnapshotResult.CanStopFeed = value
Die Futterverarbeitung kann gestoppt werden, z.B. IDF.
LastFragment
public bool LastFragment { get; set; }
value = processSnapshotResult.LastFragment
processSnapshotResult.LastFragment = value
Wenn SnapshotSecurityId gesetzt ist und LastFragment wahr ist, ist der Snapshot für dieses Finanzinstrument vollständig.
RptSeq
public int RptSeq { get; set; }
value = processSnapshotResult.RptSeq
processSnapshotResult.RptSeq = value
RptSeq verwendet, um alte inkrementelle Nachrichten für jedes Finanzinstrument herauszufiltern.
SnapshotSecurityId
public SecurityId? SnapshotSecurityId { get; set; }
value = processSnapshotResult.SnapshotSecurityId
processSnapshotResult.SnapshotSecurityId = value
Kennung des Finanzinstruments der bearbeiteten Momentaufnahme: Nicht anwendbar auf IDF, da dort kein zusätzlicher Zustand vorliegt.