Uses of Enum Class
org.knowm.xchange.kraken.dto.trade.KrakenOrderType
Packages that use KrakenOrderType
-
Uses of KrakenOrderType in org.knowm.xchange.kraken.dto.marketdata
Methods in org.knowm.xchange.kraken.dto.marketdata that return KrakenOrderTypeConstructors in org.knowm.xchange.kraken.dto.marketdata with parameters of type KrakenOrderTypeModifierConstructorDescriptionKrakenPublicTrade(BigDecimal price, BigDecimal volume, double time, KrakenType type, KrakenOrderType orderType, String miscellaneous, String tradeId) -
Uses of KrakenOrderType in org.knowm.xchange.kraken.dto.trade
Methods in org.knowm.xchange.kraken.dto.trade that return KrakenOrderTypeModifier and TypeMethodDescriptionstatic KrakenOrderTypeKrakenOrderType.fromString(String orderTypeString) KrakenOpenPosition.getOrderType()KrakenOrderDescription.getOrderType()KrakenStandardOrder.getOrderType()KrakenStandardOrder.KrakenOrderBuilder.getOrderType()KrakenTrade.getOrderType()static KrakenOrderTypeReturns the enum constant of this class with the specified name.static KrakenOrderType[]KrakenOrderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.knowm.xchange.kraken.dto.trade with parameters of type KrakenOrderTypeModifier and TypeMethodDescriptionKrakenStandardOrder.KrakenOrderBuilder.withCloseOrder(KrakenOrderType orderType, String price, String secondaryPrice) Constructors in org.knowm.xchange.kraken.dto.trade with parameters of type KrakenOrderTypeModifierConstructorDescriptionKrakenOpenPosition(String orderTxId, String assetPair, long tradeUnixTimestamp, KrakenType type, KrakenOrderType orderType, BigDecimal cost, BigDecimal fee, BigDecimal volume, BigDecimal volumeClosed, BigDecimal margin, BigDecimal value, BigDecimal netDifference, String miscellaneous, Set<KrakenOrderFlags> orderFlags, BigDecimal volumeInQuoteCurrency) ConstructorKrakenOrderDescription(String assetPair, KrakenType type, KrakenOrderType orderType, BigDecimal price, BigDecimal secondaryPrice, String leverage, String positionTxId, String orderDescription, String closeDescription) ConstructorKrakenTrade(String orderTxId, String assetPair, double unixTimestamp, KrakenType type, KrakenOrderType orderType, BigDecimal price, BigDecimal cost, BigDecimal fee, BigDecimal volume, BigDecimal margin, String miscellaneous, String closing, String positionStatus, BigDecimal averageClosePrice, BigDecimal closeCost, BigDecimal closeFee, BigDecimal closeVolume, BigDecimal closeMargin, BigDecimal netDifference, List<String> tradeIds) Constructor