Package org.knowm.xchange.binance
Class BinanceExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.binance.BinanceExchange
- All Implemented Interfaces:
Exchange
public class BinanceExchange extends BaseExchange
-
Field Summary
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService -
Constructor Summary
Constructors Constructor Description BinanceExchange() -
Method Summary
Modifier and Type Method Description voidapplySpecification(ExchangeSpecification exchangeSpecification)ExchangeSpecificationgetDefaultExchangeSpecification()BinanceExchangeInfogetExchangeInfo()si.mazi.rescu.SynchronizedValueFactory<Long>getNonceFactory()ResilienceRegistriesgetResilienceRegistries()si.mazi.rescu.SynchronizedValueFactory<Long>getTimestampFactory()protected voidinitServices()voidremoteInit()static voidresetResilienceRegistries()Methods inherited from class org.knowm.xchange.BaseExchange
getAccountService, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getMetaDataFileName, getTradeService, loadExchangeMetaData, loadMetaData, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.knowm.xchange.Exchange
getExchangeInstruments
-
Constructor Details
-
BinanceExchange
public BinanceExchange()
-
-
Method Details
-
initServices
protected void initServices()- Specified by:
initServicesin classBaseExchange
-
getTimestampFactory
-
getNonceFactory
- Specified by:
getNonceFactoryin interfaceExchange- Overrides:
getNonceFactoryin classBaseExchange
-
resetResilienceRegistries
public static void resetResilienceRegistries() -
getResilienceRegistries
-
getDefaultExchangeSpecification
-
applySpecification
- Specified by:
applySpecificationin interfaceExchange- Overrides:
applySpecificationin classBaseExchange
-
getExchangeInfo
-
remoteInit
public void remoteInit()- Specified by:
remoteInitin interfaceExchange- Overrides:
remoteInitin classBaseExchange
-