Uses of Class
org.knowm.xchange.bitstamp.BitstampAuthenticatedV2.BankWithdrawalType
Package | Description |
---|---|
org.knowm.xchange.bitstamp |
-
Uses of BitstampAuthenticatedV2.BankWithdrawalType in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return BitstampAuthenticatedV2.BankWithdrawalType Modifier and Type Method Description static BitstampAuthenticatedV2.BankWithdrawalType
BitstampAuthenticatedV2.BankWithdrawalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitstampAuthenticatedV2.BankWithdrawalType[]
BitstampAuthenticatedV2.BankWithdrawalType. 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.BankWithdrawalType Modifier and Type Method Description BitstampWithdrawal
BitstampAuthenticatedV2. 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)