Uses of Class
org.knowm.xchange.gateio.dto.marketdata.GateioDepth
Package | Description |
---|---|
org.knowm.xchange.gateio | |
org.knowm.xchange.gateio.service |
-
Uses of GateioDepth in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return GateioDepth Modifier and Type Method Description GateioDepth
Gateio. getFullDepth(String tradeableIdentifier, String currency)
Methods in org.knowm.xchange.gateio that return types with arguments of type GateioDepth Modifier and Type Method Description Map<String,GateioDepth>
Gateio. getDepths()
Methods in org.knowm.xchange.gateio with parameters of type GateioDepth Modifier and Type Method Description static OrderBook
GateioAdapters. adaptOrderBook(GateioDepth depth, CurrencyPair currencyPair)
-
Uses of GateioDepth in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service that return GateioDepth Modifier and Type Method Description GateioDepth
GateioMarketDataServiceRaw. getBTEROrderBook(String tradeableIdentifier, String currency)
Methods in org.knowm.xchange.gateio.service that return types with arguments of type GateioDepth Modifier and Type Method Description Map<CurrencyPair,GateioDepth>
GateioMarketDataServiceRaw. getGateioDepths()