Uses of Class
org.knowm.xchange.bitfinex.v2.dto.trade.ActiveOrder
-
Packages that use ActiveOrder Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v2 -
-
Uses of ActiveOrder in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type ActiveOrder Modifier and Type Method Description List<ActiveOrder>BitfinexTradeServiceRaw. getBitfinexActiveOrdesV2(String symbol) -
Uses of ActiveOrder in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type ActiveOrder Modifier and Type Method Description List<ActiveOrder>BitfinexAuthenticated. getActiveOrders(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, EmptyRequest empty)https://docs.bitfinex.com/v2/reference#rest-auth-orders
-