getStockSnapshotTSE method

Future<SnapshotResponse> getStockSnapshotTSE(
  1. ClientContext? ctx,
  2. Empty request
)

Implementation

$async.Future<SnapshotResponse> getStockSnapshotTSE($pb.ClientContext? ctx, $1.Empty request) =>
  _client.invoke<SnapshotResponse>(ctx, 'RealTimeDataInterface', 'GetStockSnapshotTSE', request, SnapshotResponse())
;