Uses of Class
org.knowm.xchange.cobinhood.dto.trading.CobinhoodOrder
| Package | Description |
|---|---|
| org.knowm.xchange.cobinhood.dto.trading |
-
Uses of CobinhoodOrder in org.knowm.xchange.cobinhood.dto.trading
Methods in org.knowm.xchange.cobinhood.dto.trading that return CobinhoodOrder Modifier and Type Method Description CobinhoodOrderCobinhoodOrder.Container. getOrder()Methods in org.knowm.xchange.cobinhood.dto.trading that return types with arguments of type CobinhoodOrder Modifier and Type Method Description List<CobinhoodOrder>CobinhoodOrders. getOrders()Constructors in org.knowm.xchange.cobinhood.dto.trading with parameters of type CobinhoodOrder Constructor Description Container(CobinhoodOrder order)Constructor parameters in org.knowm.xchange.cobinhood.dto.trading with type arguments of type CobinhoodOrder Constructor Description CobinhoodOrders(List<CobinhoodOrder> orders)