getStockHistoryKbar method
Implementation
$async.Future<HistoryKbarResponse> getStockHistoryKbar($pb.ClientContext? ctx, StockNumArrWithDate request) =>
_client.invoke<HistoryKbarResponse>(ctx, 'HistoryDataInterface', 'GetStockHistoryKbar', request, HistoryKbarResponse())
;