Object List

Less than 1 minute

Object List

This section includes description of some important Classes or Objects used in the SDK.

Clients

ObjectsDescription
PushClientPush Client. websocket push will use this client.
QuoteClientQuote Client. Market-related interfaces use this type of processing, such as requesting k-lines and real-time prices
TradeClientTrade Client. Transaction-related interfaces use this type of processing, such as placing orders and changing orders

Account

Prime/Paper Account

ObjectsClass PathDescription
PortfolioAccounttigerapi/model.h PortfolioAccountAccount asset information
Segmenttigerapi/model.h SegmentAssets by Trading Type (Futures/Stocks)
CurrencyAssettigerapi/model.h CurrencyAssetCash asset information

Global Account

ObjectsClass PathDescription
PortfolioAccounttigerapi/model.h PortfolioAccountAccount asset information
Accounttigerapi/model.h AccountAccount Summary information
CommoditySegmenttigerapi/model.h CommoditySegmentFutures asset information
SecuritySegmenttigerapi/model.h SecuritySegmentStock asset information
MarketValuetigerapi/model.h MarketValueMarket Value

Trading Class

ObjectsClass PathDescription
Positiontigerapi/model.h PositionPositoin Object
Ordertigerapi/model.h OrderOrder Object
OrderLegtigerapi/model.h OrderLegAttach Order Object
AlgoParamstigerapi/model.h AlgoParamsVWAP/TWAP Order Param
Contracttigeropen.trade.domain.contract.ContractContract Object

Quote Class

ObjectsClass PathDescription
MarketStatustigerapi/model.h MarketStatusMarket status object
OptionFiltertigerapi/model.h OptionFilterOption Filter
Last update: