| Package | Description |
|---|---|
| com.webull.openapi.trade | |
| com.webull.openapi.trade.http |
| Modifier and Type | Method and Description |
|---|---|
OrderHistory |
TradeClientV2.getOrderDetails(String accountId,
String clientOrderId)
This interface is currently supported only for Webull HK and Webull US.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderHistory> |
TradeClientV2.listOrders(String accountId,
Integer pageSize,
String startDate,
String endDate,
String lastClientOrderId)
Deprecated.
|
List<OrderHistory> |
TradeClientV2.listOrders(String accountId,
Integer pageSize,
String startDate,
String endDate,
String lastClientOrderId,
String lastOrderId)
This interface is currently supported only for Webull HK and Webull US.
|
List<OrderHistory> |
TradeClientV2.openOrders(String accountId,
Integer pageSize,
String lastOrderId)
Deprecated.
|
List<OrderHistory> |
TradeClientV2.openOrders(String accountId,
Integer pageSize,
String lastClientOrderId,
String lastOrderId)
This interface is currently supported only for Webull HK.
|
| Modifier and Type | Method and Description |
|---|---|
OrderHistory |
ITradeV2Client.getOrderDetails(String accountId,
String clientOrderId)
This interface is currently supported only for Webull HK and Webull US.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderHistory> |
ITradeV2Client.listOrders(String accountId,
Integer pageSize,
String startDate,
String endDate,
String lastClientOrderId)
Deprecated.
|
List<OrderHistory> |
ITradeV2Client.listOrders(String accountId,
Integer pageSize,
String startDate,
String endDate,
String lastClientOrderId,
String lastOrderId)
This interface is currently supported only for Webull HK and Webull US.
|
List<OrderHistory> |
ITradeV2Client.openOrders(String accountId,
Integer pageSize,
String lastOrderId)
Deprecated.
|
List<OrderHistory> |
ITradeV2Client.openOrders(String accountId,
Integer pageSize,
String lastClientOrderId,
String lastOrderId)
This interface is currently supported only for Webull HK.
|
Copyright © 2025 Webull. All rights reserved.