Class AlpacaProperties
java.lang.Object
net.jacobpeterson.alpaca.properties.AlpacaProperties
public class AlpacaProperties extends Object
AlpacaProperties
defines properties for AlpacaAPI
.-
Field Summary
Fields Modifier and Type Field Description static DataAPIType
DATA_API_TYPE
The value ofDATA_API_TYPE_KEY
inALPACA_PROPERTIES_FILE
.static EndpointAPIType
ENDPOINT_API_TYPE
The value ofENDPOINT_API_TYPE_KEY
inALPACA_PROPERTIES_FILE
.static String
KEY_ID
The value ofKEY_ID_KEY
inALPACA_PROPERTIES_FILE
.static String
SECRET_KEY
The value ofSECRET_KEY_KEY
inALPACA_PROPERTIES_FILE
.static String
USER_AGENT
The value ofUSER_AGENT_KEY
inALPACA_PROPERTIES_FILE
. -
Constructor Summary
Constructors Constructor Description AlpacaProperties()
-
Method Summary
-
Field Details
-
KEY_ID
The value ofKEY_ID_KEY
inALPACA_PROPERTIES_FILE
. -
SECRET_KEY
The value ofSECRET_KEY_KEY
inALPACA_PROPERTIES_FILE
. -
ENDPOINT_API_TYPE
The value ofENDPOINT_API_TYPE_KEY
inALPACA_PROPERTIES_FILE
. -
DATA_API_TYPE
The value ofDATA_API_TYPE_KEY
inALPACA_PROPERTIES_FILE
. -
USER_AGENT
The value ofUSER_AGENT_KEY
inALPACA_PROPERTIES_FILE
.
-
-
Constructor Details
-
AlpacaProperties
public AlpacaProperties()
-