| Object Name | Description |
|---|
| PushClient | Subscription client for persistent WebSocket notifications, including real-time quotes and asset, order, and position updates |
| QuoteClient | Client for market data APIs, including candlestick bars (K-line data) and real-time prices |
| TradeClient | Client for trading APIs, including order placement and modification |
Prime/Paper Trading Account
| Object Name | Reference Path | Description |
|---|
| PortfolioAccount | tigeropen.trade.domain.prime_account.PortfolioAccount | Account asset information |
| Segment | tigeropen.trade.domain.prime_account.Segment | Assets grouped by instrument category |
| CurrencyAsset | tigeropen.trade.domain.prime_account.CurrencyAsset | Cash asset information |
Global Account
| Object Name | Reference Path | Description |
|---|
| PortfolioAccount | tigeropen.trade.domain.account.PortfolioAccount | Account asset information |
| Account | tigeropen.trade.domain.account.Account | Summarized account information |
| CommoditySegment | tigeropen.trade.domain.account.CommoditySegment | Futures asset information |
| SecuritySegment | tigeropen.trade.domain.account.SecuritySegment | Stock asset information |
| MarketValue | tigeropen.trade.domain.account.MarketValue | Market value object |
| Object Name | Reference Path | Description |
|---|
| Position | tigeropen.trade.domain.position.Position | Position object |
| Order | tigeropen.trade.domain.order.Order | Order object |
| OrderLeg | tigeropen.trade.domain.order.OrderLeg | Attached order object |
| AlgoParams | tigeropen.trade.domain.order.AlgoParams | Algorithmic order (VWAP/TWAP) parameters |
| Contract | tigeropen.trade.domain.contract.Contract | Contract object |
| Object Name | Reference Path | Description |
|---|
| MarketStatus | tigeropen.quote.domain.market_status.MarketStatus | Market status object |
| OptionFilter | tigeropen.quote.domain.filter.OptionFilter | Option filter |