Uses of Enum Class
org.knowm.xchange.kraken.dto.trade.KrakenOrderFlags
Packages that use KrakenOrderFlags
-
Uses of KrakenOrderFlags in org.knowm.xchange.kraken.dto.trade
Methods in org.knowm.xchange.kraken.dto.trade that return KrakenOrderFlagsModifier and TypeMethodDescriptionstatic KrakenOrderFlagsKrakenOrderFlags.fromString(String orderTypeString) static KrakenOrderFlagsReturns the enum constant of this class with the specified name.static KrakenOrderFlags[]KrakenOrderFlags.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 that return types with arguments of type KrakenOrderFlagsConstructor parameters in org.knowm.xchange.kraken.dto.trade with type arguments of type KrakenOrderFlagsModifierConstructorDescriptionKrakenOpenPosition(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) ConstructorKrakenOrder(String refId, String userRefId, KrakenOrderStatus status, double openTimestamp, double startTimestamp, double expireTimestamp, KrakenOrderDescription orderDescription, BigDecimal volume, BigDecimal volumeExecuted, BigDecimal cost, BigDecimal fee, BigDecimal price, BigDecimal stopPrice, BigDecimal limitPrice, String misc, Set<KrakenOrderFlags> orderFLags, List<String> tradeIds, double closeTimestamp, String closeReason) Constructor