public class GetBarsRequestBuilder extends BarsRequestBuilder
bodyProperties, URL_SEPARATOR, urlParameters
BARS_ENDPOINT
Constructor | Description |
---|---|
GetBarsRequestBuilder(java.lang.String baseUrl) |
Instantiates a new gets the bars request builder.
|
Modifier and Type | Method | Description |
---|---|---|
GetBarsRequestBuilder |
after(java.time.LocalDateTime after) |
After.
|
GetBarsRequestBuilder |
end(java.time.LocalDateTime end) |
End.
|
GetBarsRequestBuilder |
limit(java.lang.Integer limit) |
Limit.
|
GetBarsRequestBuilder |
start(java.time.LocalDateTime start) |
Start.
|
GetBarsRequestBuilder |
symbols(java.lang.String... symbols) |
Symbols.
|
GetBarsRequestBuilder |
timeframe(BarsTimeFrame timeframe) |
Timeframe.
|
GetBarsRequestBuilder |
until(java.time.LocalDateTime until) |
Until.
|
appendBodyProperty, appendEndpoint, appendURLParameter, getBodyAsJSON, getURL, isDefaultEndpoint, setDefaultEndpoint
getEndpoint
public GetBarsRequestBuilder(java.lang.String baseUrl)
baseUrl
- the base urlpublic GetBarsRequestBuilder timeframe(BarsTimeFrame timeframe)
timeframe
- the timeframepublic GetBarsRequestBuilder start(java.time.LocalDateTime start)
start
- the startpublic GetBarsRequestBuilder end(java.time.LocalDateTime end)
end
- the endpublic GetBarsRequestBuilder after(java.time.LocalDateTime after)
after
- the afterpublic GetBarsRequestBuilder until(java.time.LocalDateTime until)
until
- the untilpublic GetBarsRequestBuilder limit(java.lang.Integer limit)
limit
- the limitpublic GetBarsRequestBuilder symbols(java.lang.String... symbols)
symbols
- the symbols