getStockSnapshotByNumArr method
Implementation
$async.Future<SnapshotResponse> getStockSnapshotByNumArr($pb.ClientContext? ctx, $2.StockNumArr request) =>
_client.invoke<SnapshotResponse>(ctx, 'RealTimeDataInterface', 'GetStockSnapshotByNumArr', request, SnapshotResponse())
;