quickfix.fix50sp2.component.NestedParties3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quickfixj-messages-fix50sp2 Show documentation
Show all versions of quickfixj-messages-fix50sp2 Show documentation
QuickFIX/J Message classes for FIX 5.0 SP2
package quickfix.fix50sp2.component;
import quickfix.FieldNotFound;
import quickfix.Group;
public class NestedParties3 extends quickfix.MessageComponent {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "";
private int[] componentFields = { };
protected int[] getFields() { return componentFields; }
private int[] componentGroups = { 948, };
protected int[] getGroupFields() { return componentGroups; }
public NestedParties3() {
super();
}
public void set(quickfix.field.NoNested3PartyIDs value) {
setField(value);
}
public quickfix.field.NoNested3PartyIDs get(quickfix.field.NoNested3PartyIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoNested3PartyIDs getNoNested3PartyIDs() throws FieldNotFound {
return get(new quickfix.field.NoNested3PartyIDs());
}
public boolean isSet(quickfix.field.NoNested3PartyIDs field) {
return isSetField(field);
}
public boolean isSetNoNested3PartyIDs() {
return isSetField(948);
}
public static class NoNested3PartyIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {949, 950, 951, 952, 0};
public NoNested3PartyIDs() {
super(948, 949, ORDER);
}
public void set(quickfix.field.Nested3PartyID value) {
setField(value);
}
public quickfix.field.Nested3PartyID get(quickfix.field.Nested3PartyID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested3PartyID getNested3PartyID() throws FieldNotFound {
return get(new quickfix.field.Nested3PartyID());
}
public boolean isSet(quickfix.field.Nested3PartyID field) {
return isSetField(field);
}
public boolean isSetNested3PartyID() {
return isSetField(949);
}
public void set(quickfix.field.Nested3PartyIDSource value) {
setField(value);
}
public quickfix.field.Nested3PartyIDSource get(quickfix.field.Nested3PartyIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested3PartyIDSource getNested3PartyIDSource() throws FieldNotFound {
return get(new quickfix.field.Nested3PartyIDSource());
}
public boolean isSet(quickfix.field.Nested3PartyIDSource field) {
return isSetField(field);
}
public boolean isSetNested3PartyIDSource() {
return isSetField(950);
}
public void set(quickfix.field.Nested3PartyRole value) {
setField(value);
}
public quickfix.field.Nested3PartyRole get(quickfix.field.Nested3PartyRole value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested3PartyRole getNested3PartyRole() throws FieldNotFound {
return get(new quickfix.field.Nested3PartyRole());
}
public boolean isSet(quickfix.field.Nested3PartyRole field) {
return isSetField(field);
}
public boolean isSetNested3PartyRole() {
return isSetField(951);
}
public void set(quickfix.fix50sp2.component.NstdPtys3SubGrp component) {
setComponent(component);
}
public quickfix.fix50sp2.component.NstdPtys3SubGrp get(quickfix.fix50sp2.component.NstdPtys3SubGrp component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.NstdPtys3SubGrp getNstdPtys3SubGrp() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.NstdPtys3SubGrp());
}
public void set(quickfix.field.NoNested3PartySubIDs value) {
setField(value);
}
public quickfix.field.NoNested3PartySubIDs get(quickfix.field.NoNested3PartySubIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoNested3PartySubIDs getNoNested3PartySubIDs() throws FieldNotFound {
return get(new quickfix.field.NoNested3PartySubIDs());
}
public boolean isSet(quickfix.field.NoNested3PartySubIDs field) {
return isSetField(field);
}
public boolean isSetNoNested3PartySubIDs() {
return isSetField(952);
}
public static class NoNested3PartySubIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {953, 954, 0};
public NoNested3PartySubIDs() {
super(952, 953, ORDER);
}
public void set(quickfix.field.Nested3PartySubID value) {
setField(value);
}
public quickfix.field.Nested3PartySubID get(quickfix.field.Nested3PartySubID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested3PartySubID getNested3PartySubID() throws FieldNotFound {
return get(new quickfix.field.Nested3PartySubID());
}
public boolean isSet(quickfix.field.Nested3PartySubID field) {
return isSetField(field);
}
public boolean isSetNested3PartySubID() {
return isSetField(953);
}
public void set(quickfix.field.Nested3PartySubIDType value) {
setField(value);
}
public quickfix.field.Nested3PartySubIDType get(quickfix.field.Nested3PartySubIDType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested3PartySubIDType getNested3PartySubIDType() throws FieldNotFound {
return get(new quickfix.field.Nested3PartySubIDType());
}
public boolean isSet(quickfix.field.Nested3PartySubIDType field) {
return isSetField(field);
}
public boolean isSetNested3PartySubIDType() {
return isSetField(954);
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy