getStockSnapshotByNumArr method

Future<SnapshotResponse> getStockSnapshotByNumArr(
  1. ClientContext? ctx,
  2. StockNumArr request
)

Implementation

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