Uses of Enum Class
org.knowm.xchange.latoken.dto.trade.OrderSubclass
Packages that use OrderSubclass
-
Uses of OrderSubclass in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken with parameters of type OrderSubclassModifier and TypeMethodDescriptionLatokenAuthenticated.newOrder(String symbol, String clientOrderId, LatokenOrderSide side, BigDecimal price, BigDecimal amount, OrderSubclass type, long timestamp, String dummy, String apiKey, si.mazi.rescu.ParamsDigest signature) LatokenAuthenticated.testNewOrder(String symbol, String clientOrderId, LatokenOrderSide side, BigDecimal price, BigDecimal amount, OrderSubclass type, long timestamp, String dummy, String apiKey, si.mazi.rescu.ParamsDigest signature) -
Uses of OrderSubclass in org.knowm.xchange.latoken.dto.trade
Methods in org.knowm.xchange.latoken.dto.trade that return OrderSubclassModifier and TypeMethodDescriptionLatokenNewOrder.getType()Order typestatic OrderSubclassstatic OrderSubclassReturns the enum constant of this class with the specified name.static OrderSubclass[]OrderSubclass.values()Returns an array containing the constants of this enum class, in the order they are declared.