Uses of Class
org.knowm.xchange.cobinhood.dto.trading.CobinhoodOrder.State
| Package | Description |
|---|---|
| org.knowm.xchange.cobinhood.dto.trading |
-
Uses of CobinhoodOrder.State in org.knowm.xchange.cobinhood.dto.trading
Methods in org.knowm.xchange.cobinhood.dto.trading that return CobinhoodOrder.State Modifier and Type Method Description CobinhoodOrder.StateCobinhoodOrder. getState()static CobinhoodOrder.StateCobinhoodOrder.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CobinhoodOrder.State[]CobinhoodOrder.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.cobinhood.dto.trading with parameters of type CobinhoodOrder.State Constructor Description CobinhoodOrder(String id, String tradingPair, CobinhoodOrder.State state, CobinhoodOrderSide side, CobinhoodOrderType type, BigDecimal price, BigDecimal size, BigDecimal filled, Long timestamp)