Uses of Class
org.knowm.xchange.okcoin.dto.marketdata.OkCoinDepth
Packages that use OkCoinDepth
Package
Description
-
Uses of OkCoinDepth in info.bitrich.xchangestream.okcoin.dto
Methods in info.bitrich.xchangestream.okcoin.dto that return OkCoinDepthMethods in info.bitrich.xchangestream.okcoin.dto with parameters of type OkCoinDepthConstructors in info.bitrich.xchangestream.okcoin.dto with parameters of type OkCoinDepth -
Uses of OkCoinDepth in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return OkCoinDepthModifier and TypeMethodDescriptionOkCoin.getFuturesDepth
(String ok, String symbol, String contract) Methods in org.knowm.xchange.okcoin with parameters of type OkCoinDepthModifier and TypeMethodDescriptionstatic OrderBook
OkCoinAdapters.adaptOrderBook
(OkCoinDepth depth, CurrencyPair currencyPair) -
Uses of OkCoinDepth in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service that return OkCoinDepthModifier and TypeMethodDescriptionOkCoinMarketDataServiceRaw.getDepth
(CurrencyPair currencyPair) 获取OKEx币币市场深度OkCoinMarketDataServiceRaw.getDepth
(CurrencyPair currencyPair, Integer size) 获取OKEx币币市场深度OkCoinMarketDataServiceRaw.getFuturesDepth
(CurrencyPair currencyPair, FuturesContract prompt) 获取OKEx合约深度信息