RealTimeDataInterfaceApi class

Constructors

RealTimeDataInterfaceApi(RpcClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllStockSnapshot(ClientContext? ctx, Empty request) Future<SnapshotResponse>
getFutureSnapshotByCodeArr(ClientContext? ctx, FutureCodeArr request) Future<SnapshotResponse>
getNasdaq(ClientContext? ctx, Empty request) Future<YahooFinancePrice>
getNasdaqFuture(ClientContext? ctx, Empty request) Future<YahooFinancePrice>
getStockSnapshotByNumArr(ClientContext? ctx, StockNumArr request) Future<SnapshotResponse>
getStockSnapshotOTC(ClientContext? ctx, Empty request) Future<SnapshotResponse>
getStockSnapshotTSE(ClientContext? ctx, Empty request) Future<SnapshotResponse>
getStockVolumeRank(ClientContext? ctx, VolumeRankRequest request) Future<StockVolumeRankResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited