| Object Name | Description |
|---|
| PushClient | Subscription class. Used for websocket long connection push processing, such as real-time quote push, asset/order/position change push |
| QuoteClient | Market data class. Used for market data related interface processing, such as requesting K-lines, real-time prices |
| TradeClient | Trading class. Used for trading related interface processing, such as placing orders, modifying orders |
Comprehensive/Simulation Account
| Object Name | Reference Path | Description |
|---|
| PortfolioAccount | tigeropen.trade.domain.prime_account.PortfolioAccount | Account asset information |
| Segment | tigeropen.trade.domain.prime_account.Segment | Assets divided by trading varieties (futures/stocks) |
| 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 | Additional 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 |