Object List
Less than 1 minute
Object List
This section includes description of some important Classes or Objects used in the SDK.
Clients
Objects | Description |
---|---|
TigerHttpClient | Http Client. It is used to send requests related to market quote and orders |
WebSocketClient | Websocket client. It is used for data streaming (subscription) |
Objects
Constant
Path: com.tigerbrokers.stock.openapi.client.constant
source
Name | Description |
---|---|
MethodName | API Requests |
OrderChangeKey | Data fields related to order status streaming (data push) |
PositionChangeKey | Data fields related to position changes streaming (data push) |
AssetChangeKey | Data fields related to asset changes streaming (data push) |
HTTP Request
Path com.tigerbrokers.stock.openapi.client.https
source
Name | Description |
---|---|
client.TigerHttpClient | http client |
domain | Data being returned from the server |
request | Object that contains the request to the server |
response | Object that contains the response from the server |
Long Connection
Path com.tigerbrokers.stock.openapi.client.socket
source
Name | Description |
---|---|
ApiComposeCallback | Callback Interface Class |
WebSocketClient | Websockect Client |
Enumeration and Data Structure
Path: com.tigerbrokers.stock.openapi.client.struct
source
Other Tools
Path: com.tigerbrokers.stock.openapi.client.util
source