Package org.knowm.xchange.idex
Class IdexExchangeSpecification
java.lang.Object
org.knowm.xchange.ExchangeSpecification
org.knowm.xchange.idex.IdexExchangeSpecification
-
Nested Class Summary
Nested classes/interfaces inherited from class org.knowm.xchange.ExchangeSpecification
ExchangeSpecification.ResilienceSpecification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the exchange name.Get the URI to reach the root of the exchange API for SSL queries (e.g.Methods inherited from class org.knowm.xchange.ExchangeSpecification
getApiKey, getExchangeClass, getExchangeDescription, getExchangeSpecificParameters, getExchangeSpecificParametersItem, getHost, getHttpConnTimeout, getHttpReadTimeout, getMetaDataJsonFileOverride, getOverrideWebsocketApiUri, getParameter, getPassword, getPlainTextUri, getPort, getProxyHost, getProxyPort, getResilience, getSecretKey, getUserName, isShouldLoadRemoteMetaData, setApiKey, setExchangeDescription, setExchangeName, setExchangeSpecificParameters, setExchangeSpecificParametersItem, setHost, setHttpConnTimeout, setHttpReadTimeout, setMetaDataJsonFileOverride, setOverrideWebsocketApiUri, setPassword, setPlainTextUri, setPort, setProxyHost, setProxyPort, setResilience, setSecretKey, setShouldLoadRemoteMetaData, setSslUri, setUserName
-
Field Details
-
IDEX_API
-
-
Constructor Details
-
IdexExchangeSpecification
public IdexExchangeSpecification()
-
-
Method Details
-
getExchangeClassName
- Overrides:
getExchangeClassName
in classExchangeSpecification
- Returns:
- The exchange class name for loading at runtime
-
getExchangeName
Description copied from class:ExchangeSpecification
Get the exchange name.- Overrides:
getExchangeName
in classExchangeSpecification
- Returns:
- the exchange name (e.g. "Mt Gox")
-
getSslUri
Description copied from class:ExchangeSpecification
Get the URI to reach the root of the exchange API for SSL queries (e.g. use "https://example.com:8443/exchange", not "https://example.com:8443/exchange/api/v3/trades").- Overrides:
getSslUri
in classExchangeSpecification
- Returns:
- the SSL URI
-