Class RippleLimitOrder
- java.lang.Object
-
- org.knowm.xchange.dto.Order
-
- org.knowm.xchange.dto.trade.LimitOrder
-
- org.knowm.xchange.ripple.dto.trade.RippleLimitOrder
-
- All Implemented Interfaces:
Serializable,Comparable<org.knowm.xchange.dto.trade.LimitOrder>
public class RippleLimitOrder extends org.knowm.xchange.dto.trade.LimitOrder- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRippleLimitOrder.Builder
-
Constructor Summary
Constructors Constructor Description RippleLimitOrder(org.knowm.xchange.dto.Order.OrderType type, BigDecimal originalAmount, org.knowm.xchange.currency.CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String baseCounterparty, String counterCounterparty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseCounterparty()StringgetCounterCounterparty()-
Methods inherited from class org.knowm.xchange.dto.trade.LimitOrder
compareTo, equals, getLimitPrice, hashCode, toString
-
Methods inherited from class org.knowm.xchange.dto.Order
addOrderFlag, getAveragePrice, getCumulativeAmount, getCurrencyPair, getFee, getId, getLeverage, getOrderFlags, getOriginalAmount, getRemainingAmount, getStatus, getTimestamp, getType, hasFlag, setAveragePrice, setCumulativeAmount, setFee, setLeverage, setOrderFlags, setOrderStatus
-
-
-
-
Constructor Detail
-
RippleLimitOrder
public RippleLimitOrder(org.knowm.xchange.dto.Order.OrderType type, BigDecimal originalAmount, org.knowm.xchange.currency.CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String baseCounterparty, String counterCounterparty)
-
-