![JAR search and dependency download from the Maven repository](/logo.png)
org.oxerr.okcoin.fix.field.ExceptionMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okcoin-client-fix Show documentation
Show all versions of okcoin-client-fix Show documentation
Client for <a href="https://www.okcoin.cn">OKCoin</a> FIX API.
package org.oxerr.okcoin.fix.field;
import quickfix.StringField;
public class ExceptionMessage extends StringField {
private static final long serialVersionUID = 20160303L;
public static final int FIELD = 8600;
public ExceptionMessage() {
super(FIELD);
}
public ExceptionMessage(String data) {
super(FIELD, data);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy