Package org.knowm.xchange.dydx
Class dydxExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.dydx.dydxExchange
- All Implemented Interfaces:
Exchange
- Direct Known Subclasses:
dydxStreamingExchange
Author: Max Gao (gaamox@tutanota.com) Created: 20-02-2021
V3 Documentation: https://docs.dydx.exchange Legacy Documentation: https://legacy-docs.dydx.exchange
-
Field Summary
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService
Fields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applySpecification
(ExchangeSpecification exchangeSpecification) Applies any exchange specific parametersvoid
Methods inherited from class org.knowm.xchange.BaseExchange
getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getMetaDataFileName, getNonceFactory, getTradeService, loadExchangeMetaData, loadMetaData, remoteInit, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.knowm.xchange.Exchange
getResilienceRegistries
-
Field Details
-
V3
- See Also:
-
V3_ROPSTEN
- See Also:
-
V1
- See Also:
-
-
Constructor Details
-
dydxExchange
public dydxExchange()
-
-
Method Details
-
initServices
public void initServices()- Specified by:
initServices
in classBaseExchange
-
getDefaultExchangeSpecification
- Returns:
- A default ExchangeSpecification to use during the creation process if one is not supplied
-
applySpecification
Description copied from interface:Exchange
Applies any exchange specific parameters- Specified by:
applySpecification
in interfaceExchange
- Overrides:
applySpecification
in classBaseExchange
- Parameters:
exchangeSpecification
- TheExchangeSpecification
-