Class CryptonitGenericOrder

  • All Implemented Interfaces:
    Serializable

    public class CryptonitGenericOrder
    extends org.knowm.xchange.dto.Order
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.knowm.xchange.dto.Order

        org.knowm.xchange.dto.Order.Builder, org.knowm.xchange.dto.Order.IOrderFlags, org.knowm.xchange.dto.Order.OrderStatus, org.knowm.xchange.dto.Order.OrderType
    • 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)