public class CoinfloorExchange extends BaseExchange implements Exchange
exchangeSpecification, logger, metaData, pollingAccountService, pollingMarketDataService, pollingTradeService, streamingExchangeService| Constructor and Description |
|---|
CoinfloorExchange() |
| Modifier and Type | Method and Description |
|---|---|
ExchangeSpecification |
getDefaultExchangeSpecification() |
si.mazi.rescu.SynchronizedValueFactory<Long> |
getNonceFactory()
The nonce factory used to create a nonce value.
|
StreamingExchangeService |
getStreamingExchangeService() |
StreamingExchangeService |
getStreamingExchangeService(ExchangeStreamingConfiguration exchangeStreamingConfiguration)
A market data service typically consists of a regularly updated list of the available prices for the various symbols
|
applySpecification, getExchangeSpecification, getMetaData, getMetaDataFileName, getPollingAccountService, getPollingMarketDataService, getPollingTradeService, initServices, loadExchangeMetaData, loadMetaData, loadMetaData, remoteInit, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplySpecification, getExchangeSpecification, getMetaData, getPollingAccountService, getPollingMarketDataService, getPollingTradeService, remoteInitpublic ExchangeSpecification getDefaultExchangeSpecification()
getDefaultExchangeSpecification in interface Exchangepublic StreamingExchangeService getStreamingExchangeService(ExchangeStreamingConfiguration exchangeStreamingConfiguration)
ExchangeA market data service typically consists of a regularly updated list of the available prices for the various symbols
This is the streaming (non-blocking and event driven) version of the service, and requires an application to provide a suitable implementation of the listener to allow event callbacks to take place.
getStreamingExchangeService in interface ExchangegetStreamingExchangeService in class BaseExchangeexchangeStreamingConfiguration - The exchange-specific configuration to be applied after creationpublic StreamingExchangeService getStreamingExchangeService()
public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
ExchangegetNonceFactory in interface ExchangeCopyright © 2012–2017 Xeiam, LLC. All rights reserved.