Class BitfinexLimitOrder.Builder
- java.lang.Object
-
- org.knowm.xchange.dto.Order.Builder
-
- org.knowm.xchange.dto.trade.LimitOrder.Builder
-
- org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder.Builder
-
- Enclosing class:
- BitfinexLimitOrder
public static class BitfinexLimitOrder.Builder extends LimitOrder.Builder
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.dto.trade.LimitOrder.Builder
limitPrice
-
Fields inherited from class org.knowm.xchange.dto.Order.Builder
averagePrice, cumulativeAmount, fee, flags, id, instrument, leverage, orderType, originalAmount, remainingAmount, status, timestamp, userReference
-
-
Constructor Summary
Constructors Constructor Description Builder(Order.OrderType orderType, CurrencyPair currencyPair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitfinexLimitOrder
build()
-
Methods inherited from class org.knowm.xchange.dto.trade.LimitOrder.Builder
averagePrice, cumulativeAmount, currencyPair, fee, flag, flags, from, id, instrument, limitPrice, orderStatus, orderType, originalAmount, remainingAmount, timestamp, userReference
-
Methods inherited from class org.knowm.xchange.dto.Order.Builder
leverage
-
-
-
-
Constructor Detail
-
Builder
public Builder(Order.OrderType orderType, CurrencyPair currencyPair)
-
-
Method Detail
-
build
public BitfinexLimitOrder build()
- Overrides:
build
in classLimitOrder.Builder
-
-