Object List

Less than 1 minute

Object List

This section includes description of some important Classes or Objects used in the SDK.

Clients

ObjectsDescription
TigerHttpClientHttp Client. It is used to send requests related to market quote and orders
WebSocketClientWebsocket client. It is used for data streaming (subscription)

Objects

Constant
Path: com.tigerbrokers.stock.openapi.client.constant sourceopen in new window

NameDescription
MethodNameAPI Requests
OrderChangeKeyData fields related to order status streaming (data push)
PositionChangeKeyData fields related to position changes streaming (data push)
AssetChangeKeyData fields related to asset changes streaming (data push)

HTTP Request
Path com.tigerbrokers.stock.openapi.client.https sourceopen in new window

NameDescription
client.TigerHttpClienthttp client
domainData being returned from the server
requestObject that contains the request to the server
responseObject that contains the response from the server

Long Connection
Path com.tigerbrokers.stock.openapi.client.socket sourceopen in new window

NameDescription
ApiComposeCallbackCallback Interface Class
WebSocketClientWebsockect Client

Enumeration and Data Structure
Path: com.tigerbrokers.stock.openapi.client.struct sourceopen in new window

Other Tools
Path: com.tigerbrokers.stock.openapi.client.util sourceopen in new window

Last update: