Пример #1
0
 public override void QueryOrderBooksSummary(IRpcController controller, QueryOrderBooksSummaryRequest request, Action<QueryOrderBooksSummaryResponse> done)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public override void QueryOrderBooksSummary(IRpcController controller, QueryOrderBooksSummaryRequest request, Action <QueryOrderBooksSummaryResponse> done)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public override void QueryOrderBooksSummary(IRpcController controller, QueryOrderBooksSummaryRequest request, Action<QueryOrderBooksSummaryResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
Пример #4
0
 public override void QueryOrderBooksSummary(IRpcController controller, QueryOrderBooksSummaryRequest request, Action <QueryOrderBooksSummaryResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }