Exemplo n.º 1
0
        public ProtoMessage CreateGetAllSpotSubscriptionsRequest(string clientMsgId = null)
        {
            var _msg = ProtoOAGetAllSpotSubscriptionsReq.CreateBuilder();

            return(CreateMessage((uint)_msg.PayloadType, _msg.Build().ToByteString(), clientMsgId));
        }
Exemplo n.º 2
0
 public ProtoOAGetAllSpotSubscriptionsReq GetGetAllSpotSubscriptionsRequest(byte[] msg = null)
 {
     return(ProtoOAGetAllSpotSubscriptionsReq.CreateBuilder().MergeFrom(GetPayload(msg)).Build());
 }