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