Uses of Class
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
| Package | Description |
|---|---|
| org.knowm.xchange.bitfinex.v1.dto.trade |
-
Uses of BitfinexNewOrder in org.knowm.xchange.bitfinex.v1.dto.trade
Fields in org.knowm.xchange.bitfinex.v1.dto.trade declared as BitfinexNewOrder Modifier and Type Field Description protected BitfinexNewOrder[]BitfinexNewOrderMultiRequest. ordersMethods in org.knowm.xchange.bitfinex.v1.dto.trade that return BitfinexNewOrder Modifier and Type Method Description BitfinexNewOrder[]BitfinexNewOrderMultiRequest. getOrders()Methods in org.knowm.xchange.bitfinex.v1.dto.trade with parameters of type BitfinexNewOrder Modifier and Type Method Description voidBitfinexNewOrderMultiRequest. setOrders(BitfinexNewOrder[] orders)Constructors in org.knowm.xchange.bitfinex.v1.dto.trade with parameters of type BitfinexNewOrder Constructor Description BitfinexNewOrderMultiRequest(String nonce, BitfinexNewOrder[] orders)