makeOrderSell abstract method

Future<MakeOrderSellReply> makeOrderSell(
  1. ServiceCall call,
  2. MakeOrderSellRequest request
)

Implementation

$async.Future<$1.MakeOrderSellReply> makeOrderSell($grpc.ServiceCall call, $1.MakeOrderSellRequest request);