Uses of Enum
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 OrderSubclass
static OrderSubclass
Returns the enum constant of this type with the specified name.static OrderSubclass[]
OrderSubclass.values()
Returns an array containing the constants of this enum type, in the order they are declared.