Uses of Enum
org.knowm.xchange.latoken.dto.trade.LatokenOrderSide
Packages that use LatokenOrderSide
Package
Description
-
Uses of LatokenOrderSide in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return LatokenOrderSideModifier and TypeMethodDescriptionstatic LatokenOrderSide
LatokenAdapters.toOrderSide
(Order.OrderType type) Methods in org.knowm.xchange.latoken with parameters of type LatokenOrderSideModifier and TypeMethodDescriptionstatic Order.OrderType
LatokenAdapters.adaptOrderType
(LatokenOrderSide side) LatokenAuthenticated.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 LatokenOrderSide in org.knowm.xchange.latoken.dto.marketdata
Methods in org.knowm.xchange.latoken.dto.marketdata that return LatokenOrderSide -
Uses of LatokenOrderSide in org.knowm.xchange.latoken.dto.trade
Methods in org.knowm.xchange.latoken.dto.trade that return LatokenOrderSideModifier and TypeMethodDescriptionLatokenNewOrder.getSide()
Order sideLatokenUserTrade.getSide()
Order sidestatic LatokenOrderSide
static LatokenOrderSide
Returns the enum constant of this type with the specified name.static LatokenOrderSide[]
LatokenOrderSide.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LatokenOrderSide in org.knowm.xchange.latoken.service
Methods in org.knowm.xchange.latoken.service with parameters of type LatokenOrderSideModifier and TypeMethodDescriptionLatokenTradeServiceRaw.placeLatokenNewOrder
(CurrencyPair pair, String clientOrderId, LatokenOrderSide side, BigDecimal price, BigDecimal amount) Places a newLimitOrder
.LatokenTradeServiceRaw.placeLatokenTestOrder
(CurrencyPair pair, String clientOrderId, LatokenOrderSide side, BigDecimal price, BigDecimal amount) Tests order placement.