getStockHistoryClose method

Future<HistoryCloseResponse> getStockHistoryClose(
  1. ClientContext? ctx,
  2. StockNumArrWithDate request
)

Implementation

$async.Future<HistoryCloseResponse> getStockHistoryClose($pb.ClientContext? ctx, StockNumArrWithDate request) =>
  _client.invoke<HistoryCloseResponse>(ctx, 'HistoryDataInterface', 'GetStockHistoryClose', request, HistoryCloseResponse())
;