com.xeiam.xchange.bitstamp.util.WithdrawalRequestStatusDeserializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-bitstamp Show documentation
Show all versions of xchange-bitstamp Show documentation
XChange implementation for the Bitstamp Exchange
package com.xeiam.xchange.bitstamp.util;
import com.xeiam.xchange.bitstamp.dto.account.WithdrawalRequest;
import com.xeiam.xchange.utils.jackson.EnumIntDeserializer;
/**
* @author Matija Mazi
*/
public class WithdrawalRequestStatusDeserializer extends EnumIntDeserializer {
public WithdrawalRequestStatusDeserializer() {
super(WithdrawalRequest.Status.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy