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