public class MarketDataDemo extends Object
Constructor and Description |
---|
MarketDataDemo(org.knowm.xchange.Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
void |
demoCandlestickChart(String symbol,
String type,
Integer size,
Long since) |
void |
demoDepth(org.knowm.xchange.currency.CurrencyPair currencyPair) |
void |
demoDepth(String symbol) |
void |
demoTicker(org.knowm.xchange.currency.CurrencyPair currencyPair) |
void |
demoTicker(String symbol) |
void |
demoTrades(org.knowm.xchange.currency.CurrencyPair currencyPair) |
void |
demoTrades(String symbol) |
static void |
main(String[] args) |
public void demoTicker(org.knowm.xchange.currency.CurrencyPair currencyPair) throws IOException
IOException
public void demoTicker(String symbol) throws IOException
IOException
public void demoDepth(org.knowm.xchange.currency.CurrencyPair currencyPair) throws org.knowm.xchange.exceptions.ExchangeException, IOException
org.knowm.xchange.exceptions.ExchangeException
IOException
public void demoDepth(String symbol) throws IOException
IOException
public void demoTrades(org.knowm.xchange.currency.CurrencyPair currencyPair) throws IOException
IOException
public void demoTrades(String symbol) throws IOException
IOException
public void demoCandlestickChart(String symbol, String type, Integer size, Long since) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2013–2017. All rights reserved.