Uses of Class
org.knowm.xchange.gemini.v1.dto.marketdata.GeminiDepth
Package | Description |
---|---|
org.knowm.xchange.gemini.v1 | |
org.knowm.xchange.gemini.v1.service |
-
Uses of GeminiDepth in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return GeminiDepth Modifier and Type Method Description GeminiDepth
Gemini. getBook(String symbol)
GeminiDepth
Gemini. getBook(String symbol, int limit_bids, int limit_asks)
Methods in org.knowm.xchange.gemini.v1 with parameters of type GeminiDepth Modifier and Type Method Description static OrderBook
GeminiAdapters. adaptOrderBook(GeminiDepth btceDepth, CurrencyPair currencyPair)
-
Uses of GeminiDepth in org.knowm.xchange.gemini.v1.service
Methods in org.knowm.xchange.gemini.v1.service that return GeminiDepth Modifier and Type Method Description GeminiDepth
GeminiMarketDataServiceRaw. getGeminiOrderBook(String pair, Integer limitBids, Integer limitAsks)