Object List
Less than 1 minute
Object List
Request Clients
| object | name | description |
|---|---|---|
| PushClient | Subscription class. Requests such as real-time market push, asset/order/position change push are implemented by this class | |
| QuoteClient | Quote class. Requests such as K-line, real-time price are implemented by this class | |
| TradeClient | Trade class. Requests such as Placing or modifying orders are implemented by this class |
Accounts
Prime/Paper Account
| object name | reference path | description |
|---|---|---|
| PortfolioAccount | tigeropen.trade.domain.prime_account.PortfolioAccount | Account Asset Information |
| Segment | tigeropen.trade.domain.prime_account.Segment | Assets by symbol (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 | Aggregated 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 | MarketValue Object |
Trade
| 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 |
Quote
| object name | reference path | description |
|---|---|---|
| MarketStatus | tigeropen.quote.domain.market_status.MarketStatus | Market Status Object |
| OptionFilter | tigeropen.quote.domain.filter.OptionFilter | Option Filter |
