Uses of Class
org.knowm.xchange.kraken.dto.trade.KrakenOrderFlags
Package | Description |
---|---|
org.knowm.xchange.kraken.dto.trade |
-
Uses of KrakenOrderFlags in org.knowm.xchange.kraken.dto.trade
Methods in org.knowm.xchange.kraken.dto.trade that return KrakenOrderFlags Modifier and Type Method Description static KrakenOrderFlags
KrakenOrderFlags. fromString(String orderTypeString)
static KrakenOrderFlags
KrakenOrderFlags. valueOf(String name)
Returns the enum constant of this type with the specified name.static KrakenOrderFlags[]
KrakenOrderFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.kraken.dto.trade that return types with arguments of type KrakenOrderFlags Modifier and Type Method Description Set<KrakenOrderFlags>
KrakenOpenPosition. getOrderFlags()
Set<KrakenOrderFlags>
KrakenOrder. getOrderFlags()
Constructor parameters in org.knowm.xchange.kraken.dto.trade with type arguments of type KrakenOrderFlags Constructor Description KrakenOpenPosition(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