Market Data

QuoteApiService contains operation-name constants only. Put the constant, exact ApiModel, and exact response class in TigerRequest<TResponse>, then call QuoteClient.ExecuteAsync.

Every HTTP response derives from TigerResponse. Check IsSuccess(), Code, and Message before reading Data. Real-time quotes, market depth, and trade ticks require the applicable market data access. Use only batch, history-window, pagination, and rate limits stated on the relevant API page; the client does not automatically split oversized requests.


Did this page help you?