![JAR search and dependency download from the Maven repository](/logo.png)
quickfix.fix50.component.LegSecAltIDGrp 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.fix50.component;
public class LegSecAltIDGrp extends quickfix.MessageComponent {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "";
private int[] componentFields = { 604, };
protected int[] getFields() { return componentFields; }
private int[] componentGroups = { };
protected int[] getGroupFields() { return componentGroups; }
public LegSecAltIDGrp() {
super();
}
public void set(quickfix.field.NoLegSecurityAltID value) {
setField(value);
}
public quickfix.field.NoLegSecurityAltID get(quickfix.field.NoLegSecurityAltID value) throws quickfix.FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoLegSecurityAltID getNoLegSecurityAltID() throws quickfix.FieldNotFound {
return get(new quickfix.field.NoLegSecurityAltID());
}
public boolean isSet(quickfix.field.NoLegSecurityAltID field) {
return isSetField(field);
}
public boolean isSetNoLegSecurityAltID() {
return isSetField(604);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy