Class BinanceMarketDataDemo
java.lang.Object
org.knowm.xchange.examples.binance.marketdata.BinanceMarketDataDemo
public class BinanceMarketDataDemo extends Object
-
Constructor Summary
Constructors Constructor Description BinanceMarketDataDemo() -
Method Summary
Modifier and Type Method Description static voidgeneric(Exchange exchange, MarketDataService marketDataService)static voidmain(String[] args)static voidraw(BinanceExchange exchange, BinanceMarketDataService marketDataService)static voidrawAll(BinanceExchange exchange, BinanceMarketDataService marketDataService)
-
Constructor Details
-
BinanceMarketDataDemo
public BinanceMarketDataDemo()
-
-
Method Details
-
main
- Throws:
IOException
-
generic
public static void generic(Exchange exchange, MarketDataService marketDataService) throws IOException- Throws:
IOException
-
raw
public static void raw(BinanceExchange exchange, BinanceMarketDataService marketDataService) throws IOException- Throws:
IOException
-
rawAll
public static void rawAll(BinanceExchange exchange, BinanceMarketDataService marketDataService) throws IOException- Throws:
IOException
-