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