Object List
Object List
This section contains supplementary explanations of some important common objects, with the following object list:
Client
| Object | Basic Function |
|---|---|
| TigerHttpClient | HTTP client responsible for sending trading and market data requests |
| WebSocketClient | WebSocket client responsible for handling subscription requests |
Common Objects
Constants
Reference Path com.tigerbrokers.stock.openapi.client.constant source
| Name | Description |
|---|---|
| MethodName | API Request Methods |
| OrderChangeKey | Order Push Fields |
| PositionChangeKey | Position Push Fields |
| AssetChangeKey | Asset Push Fields |
HTTP Request Related Objects
Reference Path com.tigerbrokers.stock.openapi.client.https source
| Name | Description |
|---|---|
| client.TigerHttpClient | HTTP Request Client |
| domain | Returned Business Data Objects |
| request | Encapsulated Request Objects |
| response | Encapsulated Response Objects |
Long Connection Related
Reference Path com.tigerbrokers.stock.openapi.client.socket source
| Name | Description |
|---|---|
| ApiComposeCallback | Callback Interface Class |
| WebSocketClient | Long Connection Client |
Enums, Data Structures
Reference Path com.tigerbrokers.stock.openapi.client.struct source
Utility Classes
Reference Path com.tigerbrokers.stock.openapi.client.util source
Updated 9 days ago
