Class PoloniexLimitOrder

java.lang.Object
org.knowm.xchange.dto.Order
org.knowm.xchange.dto.trade.LimitOrder
org.knowm.xchange.poloniex.dto.trade.PoloniexLimitOrder
All Implemented Interfaces:
Serializable, Comparable<LimitOrder>

public class PoloniexLimitOrder extends LimitOrder
Poloniex order response contains details of any trades that have just executed in the order entry return value. If a LimitOrder of this type is supplied to the trade service orderEntry method it will be populated with this information.
See Also: