Uses of Enum
org.knowm.xchange.bitstamp.BitstampAuthenticatedV2.AccountCurrency
Packages that use BitstampAuthenticatedV2.AccountCurrency
-
Uses of BitstampAuthenticatedV2.AccountCurrency in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return BitstampAuthenticatedV2.AccountCurrencyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.BitstampAuthenticatedV2.AccountCurrency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.bitstamp with parameters of type BitstampAuthenticatedV2.AccountCurrencyModifier and TypeMethodDescriptionBitstampAuthenticatedV2.bankWithdrawal
(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<String> nonce, si.mazi.rescu.SynchronizedValueFactory<String> timeStamp, String version, BigDecimal amount, BitstampAuthenticatedV2.AccountCurrency accountCurrency, String name, String IBAN, String BIK, String address, String postalCode, String city, String countryAlpha2, BitstampAuthenticatedV2.BankWithdrawalType type, String bankName, String bankAddress, String bankPostalCode, String bankCity, String bankCountryAlpha2, BitstampAuthenticatedV2.BankCurrency currency, String comment)