Class PoloniexLimitOrder.Builder
java.lang.Object
org.knowm.xchange.dto.Order.Builder
org.knowm.xchange.dto.trade.LimitOrder.Builder
org.knowm.xchange.poloniex.dto.trade.PoloniexLimitOrder.Builder
- Enclosing class:
- PoloniexLimitOrder
public static class PoloniexLimitOrder.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
Modifier and Type Method Description PoloniexLimitOrder
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 Details
-
Builder
-
-
Method Details
-
build
- Overrides:
build
in classLimitOrder.Builder
-