Uses of Enum
org.knowm.xchange.okcoin.dto.trade.OkCoinFuturesTradeHistoryResult.TransactionType
Packages that use OkCoinFuturesTradeHistoryResult.TransactionType
-
Uses of OkCoinFuturesTradeHistoryResult.TransactionType in org.knowm.xchange.okcoin.dto.trade
Methods in org.knowm.xchange.okcoin.dto.trade that return OkCoinFuturesTradeHistoryResult.TransactionTypeModifier and TypeMethodDescriptionOkCoinFuturesTradeHistoryResult.getType()
Returns the enum constant of this type with the specified name.OkCoinFuturesTradeHistoryResult.TransactionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.okcoin.dto.trade with parameters of type OkCoinFuturesTradeHistoryResult.TransactionTypeModifierConstructorDescriptionOkCoinFuturesTradeHistoryResult
(int errorCode, long timestamp, long amount, long tid, OkCoinFuturesTradeHistoryResult.TransactionType type, BigDecimal price) Constructor