Uses of Class
org.knowm.xchange.okcoin.v3.dto.marketdata.OkexSpotTicker
Package | Description |
---|---|
org.knowm.xchange.okcoin | |
org.knowm.xchange.okcoin.v3.service |
-
Uses of OkexSpotTicker in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return OkexSpotTicker Modifier and Type Method Description OkexSpotTicker
OkexV3. getSpotTicker(String instrumentId)
Methods in org.knowm.xchange.okcoin that return types with arguments of type OkexSpotTicker Modifier and Type Method Description List<OkexSpotTicker>
OkexV3. getAllSpotTickers()
Methods in org.knowm.xchange.okcoin with parameters of type OkexSpotTicker Modifier and Type Method Description static Ticker
OkexAdaptersV3. convert(OkexSpotTicker i)
-
Uses of OkexSpotTicker in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service that return OkexSpotTicker Modifier and Type Method Description OkexSpotTicker
OkexMarketDataServiceRaw. getSpotTicker(String instrumentID)
Methods in org.knowm.xchange.okcoin.v3.service that return types with arguments of type OkexSpotTicker Modifier and Type Method Description List<OkexSpotTicker>
OkexMarketDataServiceRaw. getAllSpotTickers()