config, MAX_TICKERS, reqMan, RH_URL
Modifier | Constructor and Description |
---|---|
|
GetOptionsMethod(Configuration config)
Create an API method using the Robinhood API as a default host.
|
protected |
GetOptionsMethod(Configuration config,
java.lang.String host)
Deprecated.
|
addAuthTokenParameter, addFieldParameter, addFieldParameters, addHeaderParameter, addHeaderParameters, addQueryParameter, addQueryParameters, addRouteParameter, addRoutParameters, execute, getBaseUrl, getFieldParameters, getHeaderParameters, getMethodType, getQueryParameters, getReturnType, getRouteParameters, requiresToken, requireToken, setMethodType, setReturnType, setUrlBase, toString
public GetOptionsMethod(Configuration config)
config
- The configuration associated with this method.NotLoggedInException
- If instance is not logged in@Deprecated protected GetOptionsMethod(Configuration config, java.lang.String host)
config
- The configuration associated with this method.host
- The target of the method call (i.e.
http://localhost:8080
).NotLoggedInException
- If instance is not logged in