![JAR search and dependency download from the Maven repository](/logo.png)
quickfix.fix44.component.UnderlyingStipulations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quickfixj-core Show documentation
Show all versions of quickfixj-core Show documentation
QuickFixJ is one of such libraries we depend on and which was modified by Exactpro.
The newest version!
package quickfix.fix44.component;
import quickfix.Group;
public class UnderlyingStipulations extends quickfix.MessageComponent {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "";
private int[] componentFields = { };
protected int[] getFields() { return componentFields; }
private int[] componentGroups = { 887, };
protected int[] getGroupFields() { return componentGroups; }
public UnderlyingStipulations() {
super();
}
public void set(quickfix.field.NoUnderlyingStips value) {
setField(value);
}
public quickfix.field.NoUnderlyingStips get(quickfix.field.NoUnderlyingStips value) throws quickfix.FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoUnderlyingStips getNoUnderlyingStips() throws quickfix.FieldNotFound {
return get(new quickfix.field.NoUnderlyingStips());
}
public boolean isSet(quickfix.field.NoUnderlyingStips field) {
return isSetField(field);
}
public boolean isSetNoUnderlyingStips() {
return isSetField(887);
}
public static class NoUnderlyingStips extends Group {
static final long serialVersionUID = 20050617;
public NoUnderlyingStips() {
super(887, 888,
new int[] {888, 889, 0 });
}
public void set(quickfix.field.UnderlyingStipType value) {
setField(value);
}
public quickfix.field.UnderlyingStipType get(quickfix.field.UnderlyingStipType value) throws quickfix.FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingStipType getUnderlyingStipType() throws quickfix.FieldNotFound {
return get(new quickfix.field.UnderlyingStipType());
}
public boolean isSet(quickfix.field.UnderlyingStipType field) {
return isSetField(field);
}
public boolean isSetUnderlyingStipType() {
return isSetField(888);
}
public void set(quickfix.field.UnderlyingStipValue value) {
setField(value);
}
public quickfix.field.UnderlyingStipValue get(quickfix.field.UnderlyingStipValue value) throws quickfix.FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingStipValue getUnderlyingStipValue() throws quickfix.FieldNotFound {
return get(new quickfix.field.UnderlyingStipValue());
}
public boolean isSet(quickfix.field.UnderlyingStipValue field) {
return isSetField(field);
}
public boolean isSetUnderlyingStipValue() {
return isSetField(889);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy