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