org.knowm.xchange.exx.IConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-exx Show documentation
Show all versions of xchange-exx Show documentation
Development fork. Not for general use.
package org.knowm.xchange.exx;
public class IConstants {
public static final String LIMIT = "LIMIT";
public static final String BUY = "buy";
public static final String SELL = "sell";
public static final String AUTHBUY = "B";
}