ProcessSnapshotResult

StockSharp.Fix.Dialects.Moex.Asts

Properties

CanStopFeed
public bool CanStopFeed { get; set; }
value = processSnapshotResult.CanStopFeed
processSnapshotResult.CanStopFeed = value

Feed processing can be stopped. IDF for example.

LastFragment
public bool LastFragment { get; set; }
value = processSnapshotResult.LastFragment
processSnapshotResult.LastFragment = value

if SnapshotSecurityId is set, AND LastFragment is true, then snapshot for this security is complete.

RptSeq
public int RptSeq { get; set; }
value = processSnapshotResult.RptSeq
processSnapshotResult.RptSeq = value

RptSeq used to filter out old incremental messages for each security.

SnapshotSecurityId
public SecurityId? SnapshotSecurityId { get; set; }
value = processSnapshotResult.SnapshotSecurityId
processSnapshotResult.SnapshotSecurityId = value

Security id of the snapshot that was handled. Not applicable to IDF since no incremental state there.