
com.xeiam.xchange.hitbtc.dto.meta.HitbtcMetaData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-hitbtc Show documentation
Show all versions of xchange-hitbtc Show documentation
XChange implementation for Hitbtc exchange
The newest version!
package com.xeiam.xchange.hitbtc.dto.meta;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.xeiam.xchange.dto.meta.CurrencyMetaData;
public class HitbtcMetaData {
@JsonProperty
public Map currency;
@JsonProperty
public int minPollDelay;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy