Class CobinhoodOrder
java.lang.Object
org.knowm.xchange.cobinhood.dto.trading.CobinhoodOrder
public class CobinhoodOrder extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCobinhoodOrder.Containerstatic classCobinhoodOrder.State -
Constructor Summary
Constructors Constructor Description CobinhoodOrder(String id, String tradingPair, CobinhoodOrder.State state, CobinhoodOrderSide side, CobinhoodOrderType type, BigDecimal price, BigDecimal size, BigDecimal filled, Long timestamp) -
Method Summary
Modifier and Type Method Description BigDecimalgetFilled()StringgetId()BigDecimalgetPrice()CobinhoodOrderSidegetSide()BigDecimalgetSize()CobinhoodOrder.StategetState()LonggetTimestamp()StringgetTradingPair()CobinhoodOrderTypegetType()
-
Constructor Details
-
CobinhoodOrder
public CobinhoodOrder(String id, String tradingPair, CobinhoodOrder.State state, CobinhoodOrderSide side, CobinhoodOrderType type, BigDecimal price, BigDecimal size, BigDecimal filled, Long timestamp)
-
-
Method Details
-
getId
-
getTradingPair
-
getState
-
getSide
-
getType
-
getPrice
-
getFilled
-
getSize
-
getTimestamp
-