Uses of Enum
org.knowm.xchange.bl3p.service.params.Bl3pTradeHistoryParams.TransactionType
Packages that use Bl3pTradeHistoryParams.TransactionType
-
Uses of Bl3pTradeHistoryParams.TransactionType in org.knowm.xchange.bl3p.service.params
Methods in org.knowm.xchange.bl3p.service.params that return Bl3pTradeHistoryParams.TransactionTypeModifier and TypeMethodDescriptionBl3pTradeHistoryParams.getType()Returns the enum constant of this type with the specified name.Bl3pTradeHistoryParams.TransactionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.bl3p.service.params with parameters of type Bl3pTradeHistoryParams.TransactionTypeModifier and TypeMethodDescriptionvoidBl3pTradeHistoryParams.setType(Bl3pTradeHistoryParams.TransactionType type) Constructors in org.knowm.xchange.bl3p.service.params with parameters of type Bl3pTradeHistoryParams.TransactionTypeModifierConstructorDescriptionBl3pTradeHistoryParams(Currency currency, Bl3pTradeHistoryParams.TransactionType type) Bl3pTradeHistoryParams(Currency currency, Bl3pTradeHistoryParams.TransactionType type, int pageNumber) Bl3pTradeHistoryParams(Currency currency, Bl3pTradeHistoryParams.TransactionType type, int pageNumber, int pageLength)