| Package | Description |
|---|---|
| com.webull.openapi.data | |
| com.webull.openapi.data.quotes.api | |
| com.webull.openapi.data.quotes.domain |
| Modifier and Type | Method and Description |
|---|---|
List<NBar> |
DataClient.getCryptoBars(Set<String> symbols,
String category,
String timespan,
int count,
Boolean realTimeRequired) |
List<NBar> |
DataClient.getFuturesBars(List<String> symbols,
String category,
String timespan,
int count,
Boolean realTimeRequired) |
| Modifier and Type | Method and Description |
|---|---|
List<NBar> |
IDataClient.getCryptoBars(Set<String> symbols,
String category,
String timespan,
int count,
Boolean realTimeRequired) |
List<NBar> |
IDataClient.getFuturesBars(List<String> symbols,
String category,
String timespan,
int count,
Boolean realTimeRequired) |
| Modifier and Type | Method and Description |
|---|---|
List<NBar> |
BatchBarResponse.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchBarResponse.setResult(List<NBar> result) |
Copyright © 2025 Webull. All rights reserved.