getStockHistoryKbar method

Future<HistoryKbarResponse> getStockHistoryKbar(
  1. ClientContext? ctx,
  2. StockNumArrWithDate request
)

Implementation

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