Class GeminiLimitOrder

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

public class GeminiLimitOrder extends LimitOrder
Gemini 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: