Uses of Class
org.knowm.xchange.poloniex.dto.trade.PoloniexMarginPostionResponse
-
Packages that use PoloniexMarginPostionResponse Package Description org.knowm.xchange.poloniex org.knowm.xchange.poloniex.service -
-
Uses of PoloniexMarginPostionResponse in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return PoloniexMarginPostionResponse Modifier and Type Method Description PoloniexMarginPostionResponsePoloniexAuthenticated. getMarginPosition(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair)Methods in org.knowm.xchange.poloniex that return types with arguments of type PoloniexMarginPostionResponse Modifier and Type Method Description Map<String,PoloniexMarginPostionResponse>PoloniexAuthenticated. getMarginPosition(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, PoloniexAuthenticated.AllPairs all) -
Uses of PoloniexMarginPostionResponse in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that return PoloniexMarginPostionResponse Modifier and Type Method Description PoloniexMarginPostionResponsePoloniexTradeServiceRaw. returnMarginPosition(CurrencyPair currencyPair)Methods in org.knowm.xchange.poloniex.service that return types with arguments of type PoloniexMarginPostionResponse Modifier and Type Method Description Map<String,PoloniexMarginPostionResponse>PoloniexTradeServiceRaw. returnAllMarginPositions()
-