Skip to main content
Version: 8.5.11.3

Schema: MLinkSubscribeAck (ID: 3387)

METADATA

AttributeValue
Topic3325-mlink
MLink TokenMLinkWs

Note: The symbol = next to a field number indicates that it is a primary key.

BODY

#FieldTypeDefault ValueComment
100sessionIDshortfrom MLinkSubscribe.sessionID
103subscribeIDlongfrom MLinkSubscribe.subscribeID
152succeededenum : YesNodid the subscribe succeed?
153errorMsgstring(128)if it did not succeed errorMsg will be populated
106numActiveSubscriptionsint
109didResetenum : YesNoif Yes all current subscriptions were removed prior to applying the actions below

REPEATING FIELDS

View

#FieldTypeDefault ValueComment
115msgNamestring(32)a SpiderRock message name (topic channel) (can be string name or protobuf message number)
118viewstring(128)list (subset) of field names to return with this message type (eg. bidprice,askprice,bidsize,asksize)
121resultenum : SubscribeMsgResult
124detailstring(32)

Unsubscribe

#FieldTypeDefault ValueComment
130msgNamestring(32)(required) a SpiderRock message name (topic channel)
133msgPKeystring(128)an existing message.pkey; can be in either flat string or JSON format; if missing/empty all active msgName subscriptions will be removed
136resultenum : SubscribeMsgResult

Subscribe

#FieldTypeDefault ValueComment
142msgNamestring(32)(required) a SpiderRock message name (topic channel)
145msgPKeystring(128)(required) must be an existing message.pkey; can be in either flat string or JSON format
148resultenum : SubscribeMsgResult
151detailstring(32)