Uses of Enum Class
org.knowm.xchange.krakenfutures.dto.trade.KrakenFuturesOrderSide
Packages that use KrakenFuturesOrderSide
Package
Description
-
Uses of KrakenFuturesOrderSide in org.knowm.xchange.krakenfutures
Methods in org.knowm.xchange.krakenfutures with parameters of type KrakenFuturesOrderSideModifier and TypeMethodDescriptionstatic Order.OrderTypeKrakenFuturesAdapters.adaptOrderType(KrakenFuturesOrderSide krakenFuturesOrderType) -
Uses of KrakenFuturesOrderSide in org.knowm.xchange.krakenfutures.dto.marketData
Constructors in org.knowm.xchange.krakenfutures.dto.marketData with parameters of type KrakenFuturesOrderSideModifierConstructorDescriptionKrakenFuturesPublicFill(String result, String error, Date time, String tradeId, BigDecimal price, BigDecimal size, KrakenFuturesOrderSide side, String type) -
Uses of KrakenFuturesOrderSide in org.knowm.xchange.krakenfutures.dto.trade
Methods in org.knowm.xchange.krakenfutures.dto.trade that return KrakenFuturesOrderSideModifier and TypeMethodDescriptionstatic KrakenFuturesOrderSideReturns the enum constant of this class with the specified name.static KrakenFuturesOrderSide[]KrakenFuturesOrderSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.krakenfutures.dto.trade with parameters of type KrakenFuturesOrderSideModifierConstructorDescriptionKrakenFuturesFill(String result, String error, Date fillTime, String orderId, String fillId, String cliOrdId, String symbol, KrakenFuturesOrderSide side, BigDecimal size, BigDecimal price, String fillType) KrakenFuturesOpenOrder(String result, String error, Date receivedTime, KrakenFuturesOrderStatus status, String orderId, KrakenFuturesOrderType orderType, String symbol, KrakenFuturesOrderSide side, BigDecimal unfilledSize, BigDecimal filledSize, BigDecimal limitPrice, BigDecimal stopPrice, boolean isReduceOnly) KrakenFuturesOrderDetails(String cliOrdId, BigDecimal filled, Date lastUpdateTimestamp, BigDecimal limitPrice, String orderId, BigDecimal quantity, boolean isReduceOnly, KrakenFuturesOrderSide side, String symbol, KrakenFuturesOrderStatus status)