getStockHistoryTick method

Future<HistoryTickResponse> getStockHistoryTick(
  1. ClientContext? ctx,
  2. StockNumArrWithDate request
)

Implementation

$async.Future<HistoryTickResponse> getStockHistoryTick($pb.ClientContext? ctx, StockNumArrWithDate request) =>
  _client.invoke<HistoryTickResponse>(ctx, 'HistoryDataInterface', 'GetStockHistoryTick', request, HistoryTickResponse())
;