| 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<Bar> |
DataClient.getBars(String symbol,
String category,
String timespan,
int count) |
List<Bar> |
DataClient.getBars(String symbol,
String category,
String timespan,
int count,
Boolean realTimeRequired,
List<String> tradingSessions) |
| Modifier and Type | Method and Description |
|---|---|
default List<Bar> |
IDataClient.getBars(String symbol,
String category,
String timespan) |
List<Bar> |
IDataClient.getBars(String symbol,
String category,
String timespan,
int count) |
List<Bar> |
IDataClient.getBars(String symbol,
String category,
String timespan,
int count,
Boolean realTimeRequired,
List<String> tradingSessions) |
| Modifier and Type | Method and Description |
|---|---|
List<Bar> |
EodBars.getBars() |
List<Bar> |
NBar.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
EodBars.setBars(List<Bar> bars) |
void |
NBar.setResult(List<Bar> result) |
Copyright © 2025 Webull. All rights reserved.