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

io.coinapi.rest.OptionExerciseStyle Maven / Gradle / Ivy

The newest version!
package io.coinapi.rest;

/**
 * Option exercise style. Can be EUROPEAN or AMERICAN
 */
public class OptionExerciseStyle {

    public static final String EUROPEAN = "EUROPEAN";
    public static final String AMERICAN = "AMERICAN";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy