TopicReportMsg

StockSharp.SpbEx.Protocol

По завершении передачи данных клиент получит уведомление TopicReport. Сообщение включает в себя справочные поля topic_lastseq и topic_lastseqsent, содержащие номер последнего сообщения, сформированного в потоке, и номер последнего сообщения, переданного клиенту, соответственно.

Campos

Frame
public Frame Frame
value = topicReportMsg.Frame

Período de sesiones

GateHeader
public GateHeader GateHeader
value = topicReportMsg.GateHeader

Título estándar

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

Topic
public AsciiString64 Topic
value = topicReportMsg.Topic

ascii64 Código de flujo

TopicId
public int TopicId
value = topicReportMsg.TopicId

int4 Código de flujo numérico

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.