getFutureHistoryKbar method
Future<HistoryKbarResponse>
getFutureHistoryKbar(
- ClientContext? ctx,
- FutureCodeArrWithDate request
Implementation
$async.Future<HistoryKbarResponse> getFutureHistoryKbar($pb.ClientContext? ctx, FutureCodeArrWithDate request) =>
_client.invoke<HistoryKbarResponse>(ctx, 'HistoryDataInterface', 'GetFutureHistoryKbar', request, HistoryKbarResponse())
;