getFutureHistoryKbar method

Future<HistoryKbarResponse> getFutureHistoryKbar(
  1. ClientContext? ctx,
  2. FutureCodeArrWithDate request
)

Implementation

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