All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.knowm.xchange.exx.IConstants Maven / Gradle / Ivy

There is a newer version: 4.3.17.1
Show newest version
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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy