Subscribed constructor

Subscribed(
  1. int subscribeRequestId,
  2. int subscriptionId
)

the constructor with a subscribeRequestId initially sent to the server and a subscriptionId that was generated by the server

Implementation

Subscribed(this.subscribeRequestId, this.subscriptionId) {
  id = MessageTypes.codeSubscribed;
}