TopicReportMsg
StockSharp.SpbEx.Protocol
По завершении передачи данных клиент получит уведомление TopicReport. Сообщение включает в себя справочные поля topic_lastseq и topic_lastseqsent, содержащие номер последнего сообщения, сформированного в потоке, и номер последнего сообщения, переданного клиенту, соответственно.
Campos
Marker
public MarkerTypes Marker
value = topicReportMsg.Marker
int2 Sign of the beginning and end of the data transfer.
Status
public StatusEnum Status
value = topicReportMsg.Status
int2 Estado de suscripción. Valores admisibles: 0 (SNAPSHOT): rebanada de datos
TopicLastSeq
public long TopicLastSeq
value = topicReportMsg.TopicLastSeq
El último número de mensaje con los datos en esa secuencia.
TopicLastSeqSent
public long TopicLastSeqSent
value = topicReportMsg.TopicLastSeqSent
El último número de datos transmitidos al cliente.