Class CryptonitGenericOrder
- java.lang.Object
-
- org.knowm.xchange.dto.Order
-
- org.knowm.xchange.cryptonit2.order.dto.CryptonitGenericOrder
-
- All Implemented Interfaces:
Serializable
public class CryptonitGenericOrder extends org.knowm.xchange.dto.Order- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptonitGenericOrder(org.knowm.xchange.dto.Order.OrderType type, BigDecimal originalAmount, org.knowm.xchange.currency.CurrencyPair currencyPair, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, org.knowm.xchange.dto.Order.OrderStatus status)
-
Method Summary
-
Methods inherited from class org.knowm.xchange.dto.Order
addOrderFlag, equals, getAveragePrice, getCumulativeAmount, getCurrencyPair, getFee, getId, getLeverage, getOrderFlags, getOriginalAmount, getRemainingAmount, getStatus, getTimestamp, getType, hasFlag, hashCode, setAveragePrice, setCumulativeAmount, setFee, setLeverage, setOrderFlags, setOrderStatus, toString
-
-
-
-
Constructor Detail
-
CryptonitGenericOrder
public CryptonitGenericOrder(org.knowm.xchange.dto.Order.OrderType type, BigDecimal originalAmount, org.knowm.xchange.currency.CurrencyPair currencyPair, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, org.knowm.xchange.dto.Order.OrderStatus status)
-
-