GetAssetBySymbolRequestBuilder, GetAssetsRequestBuilderpublic abstract class AssetsRequestBuilder extends AlpacaRequestBuilder
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ASSETS_ENDPOINT |
The Constant ASSETS_ENDPOINT.
|
bodyProperties, URL_SEPARATOR, urlParameters| Constructor | Description |
|---|---|
AssetsRequestBuilder(java.lang.String baseUrl) |
Instantiates a new assets request builder.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEndpoint() |
Gets the endpoint.
|
appendBodyProperty, appendEndpoint, appendURLParameter, getBodyAsJSON, getURL, isDefaultEndpoint, setDefaultEndpointpublic static final java.lang.String ASSETS_ENDPOINT
public AssetsRequestBuilder(java.lang.String baseUrl)
baseUrl - the base urlpublic java.lang.String getEndpoint()
AlpacaRequestBuildergetEndpoint in class AlpacaRequestBuilder