Uses of Enum
org.knowm.xchange.coinbasepro.CoinbasePro.CoinbaseProReportRequest.Format
Packages that use CoinbasePro.CoinbaseProReportRequest.Format
-
Uses of CoinbasePro.CoinbaseProReportRequest.Format in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return CoinbasePro.CoinbaseProReportRequest.FormatModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.CoinbasePro.CoinbaseProReportRequest.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.coinbasepro with parameters of type CoinbasePro.CoinbaseProReportRequest.FormatModifierConstructorDescriptionCoinbaseProReportRequest
(CoinbasePro.CoinbaseProReportRequest.Type type, Date startDate, Date endDate, String productId, String accountId, CoinbasePro.CoinbaseProReportRequest.Format format, String email)