Uses of Class
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiResponse
-
Packages that use BitfinexNewOrderMultiResponse Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexNewOrderMultiResponse in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexNewOrderMultiResponse Modifier and Type Method Description BitfinexNewOrderMultiResponseBitfinexTradeServiceRaw. placeBitfinexOrderMulti(List<? extends Order> orders, BitfinexOrderType bitfinexOrderType) -
Uses of BitfinexNewOrderMultiResponse in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexNewOrderMultiResponse Modifier and Type Method Description BitfinexNewOrderMultiResponseBitfinexAuthenticated. newOrderMulti(String apiKey, si.mazi.rescu.ParamsDigest payload, si.mazi.rescu.ParamsDigest signature, BitfinexNewOrderMultiRequest newOrderMultiRequest)
-