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