Object List
Client Objects
| Object Name | Description |
|---|---|
| TigerClient | Base connection class. Handles communication and authentication, base class for QuoteClient and TradeClient |
| QuoteClient | Market data client for operations such as retrieving bars and real-time quotes |
| TradeClient | Trading client for operations such as placing and modifying orders |
Account Objects
In the C++ SDK, account asset methods return web::json::value JSON objects whose field names correspond to the Python SDK object properties.
Standard/Paper Accounts
| Object Name | Header File | Description |
|---|---|---|
| PortfolioAccount | tigerapi/model.h | Account asset information |
| Segment | tigerapi/model.h | Assets categorized by trading product (futures/securities) |
| CurrencyAsset | tigerapi/model.h | Cash asset information by currency |
Global Accounts
| Object Name | Header File | Description |
|---|---|---|
| PortfolioAccount | tigerapi/model.h | Account asset information |
| Account | tigerapi/model.h | Summarized account information |
| CommoditySegment | tigerapi/model.h | Futures asset information |
| SecuritySegment | tigerapi/model.h | Securities asset information |
| MarketValue | tigerapi/model.h | Market value object |
Trade Objects
Quote Objects
| Object Name | Header File | Description |
|---|---|---|
| MarketStatus | tigerapi/model.h | Market status object |
Updated 4 days ago
Did this page help you?
