Package org.knowm.xchange.binance
Class BinanceUsExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.binance.BinanceExchange
org.knowm.xchange.binance.BinanceUsExchange
- All Implemented Interfaces:
Exchange
-
Field Summary
Fields inherited from class org.knowm.xchange.binance.BinanceExchange
FUTURES_URL, INVERSE_FUTURES_URL, PORTFOLIO_MARGIN_URL, RESILIENCE_REGISTRIES, SANDBOX_FUTURES_URL, SPECIFIC_PARAM_FUTURES_ENABLED, SPECIFIC_PARAM_PORTFOLIO_MARGIN_ENABLED, SPECIFIC_PARAM_USE_FUTURES_SANDBOX, SPECIFIC_PARAM_USE_SANDBOX, timestampFactoryFields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeServiceFields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidMethods inherited from class org.knowm.xchange.binance.BinanceExchange
applySpecification, getNonceFactory, getResilienceRegistries, getTimestampFactory, isAuthenticated, isFuturesEnabled, isFuturesSandbox, isPortfolioMarginEnabled, resetResilienceRegistries, usingSandboxMethods inherited from class org.knowm.xchange.BaseExchange
getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, 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
getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getTradeService
-
Constructor Details
-
BinanceUsExchange
public BinanceUsExchange()
-
-
Method Details
-
getDefaultExchangeSpecification
- Specified by:
getDefaultExchangeSpecificationin interfaceExchange- Overrides:
getDefaultExchangeSpecificationin classBinanceExchange
-
initServices
protected void initServices()- Overrides:
initServicesin classBinanceExchange
-
remoteInit
public void remoteInit()- Specified by:
remoteInitin interfaceExchange- Overrides:
remoteInitin classBinanceExchange
-