getNasdaqFuture method

Future<YahooFinancePrice> getNasdaqFuture(
  1. ClientContext? ctx,
  2. Empty request
)

Implementation

$async.Future<YahooFinancePrice> getNasdaqFuture($pb.ClientContext? ctx, $1.Empty request) =>
  _client.invoke<YahooFinancePrice>(ctx, 'RealTimeDataInterface', 'GetNasdaqFuture', request, YahooFinancePrice())
;