quickfix.fix44.component.SettlInstructionsData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quickfixj-messages-fix44 Show documentation
Show all versions of quickfixj-messages-fix44 Show documentation
QuickFIX/J Message classes for FIX 4.4
The newest version!
package quickfix.fix44.component;
import quickfix.FieldNotFound;
import quickfix.Group;
public class SettlInstructionsData extends quickfix.MessageComponent {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "";
private int[] componentFields = { 172, 169, 170, 171, };
protected int[] getFields() { return componentFields; }
private int[] componentGroups = { 85, };
protected int[] getGroupFields() { return componentGroups; }
public SettlInstructionsData() {
super();
}
public void set(quickfix.field.SettlDeliveryType value) {
setField(value);
}
public quickfix.field.SettlDeliveryType get(quickfix.field.SettlDeliveryType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SettlDeliveryType getSettlDeliveryType() throws FieldNotFound {
return get(new quickfix.field.SettlDeliveryType());
}
public boolean isSet(quickfix.field.SettlDeliveryType field) {
return isSetField(field);
}
public boolean isSetSettlDeliveryType() {
return isSetField(172);
}
public void set(quickfix.field.StandInstDbType value) {
setField(value);
}
public quickfix.field.StandInstDbType get(quickfix.field.StandInstDbType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.StandInstDbType getStandInstDbType() throws FieldNotFound {
return get(new quickfix.field.StandInstDbType());
}
public boolean isSet(quickfix.field.StandInstDbType field) {
return isSetField(field);
}
public boolean isSetStandInstDbType() {
return isSetField(169);
}
public void set(quickfix.field.StandInstDbName value) {
setField(value);
}
public quickfix.field.StandInstDbName get(quickfix.field.StandInstDbName value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.StandInstDbName getStandInstDbName() throws FieldNotFound {
return get(new quickfix.field.StandInstDbName());
}
public boolean isSet(quickfix.field.StandInstDbName field) {
return isSetField(field);
}
public boolean isSetStandInstDbName() {
return isSetField(170);
}
public void set(quickfix.field.StandInstDbID value) {
setField(value);
}
public quickfix.field.StandInstDbID get(quickfix.field.StandInstDbID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.StandInstDbID getStandInstDbID() throws FieldNotFound {
return get(new quickfix.field.StandInstDbID());
}
public boolean isSet(quickfix.field.StandInstDbID field) {
return isSetField(field);
}
public boolean isSetStandInstDbID() {
return isSetField(171);
}
public void set(quickfix.field.NoDlvyInst value) {
setField(value);
}
public quickfix.field.NoDlvyInst get(quickfix.field.NoDlvyInst value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoDlvyInst getNoDlvyInst() throws FieldNotFound {
return get(new quickfix.field.NoDlvyInst());
}
public boolean isSet(quickfix.field.NoDlvyInst field) {
return isSetField(field);
}
public boolean isSetNoDlvyInst() {
return isSetField(85);
}
public static class NoDlvyInst extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {165, 787, 781, 0};
public NoDlvyInst() {
super(85, 165, ORDER);
}
public void set(quickfix.field.SettlInstSource value) {
setField(value);
}
public quickfix.field.SettlInstSource get(quickfix.field.SettlInstSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SettlInstSource getSettlInstSource() throws FieldNotFound {
return get(new quickfix.field.SettlInstSource());
}
public boolean isSet(quickfix.field.SettlInstSource field) {
return isSetField(field);
}
public boolean isSetSettlInstSource() {
return isSetField(165);
}
public void set(quickfix.field.DlvyInstType value) {
setField(value);
}
public quickfix.field.DlvyInstType get(quickfix.field.DlvyInstType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.DlvyInstType getDlvyInstType() throws FieldNotFound {
return get(new quickfix.field.DlvyInstType());
}
public boolean isSet(quickfix.field.DlvyInstType field) {
return isSetField(field);
}
public boolean isSetDlvyInstType() {
return isSetField(787);
}
public void set(quickfix.fix44.component.SettlParties component) {
setComponent(component);
}
public quickfix.fix44.component.SettlParties get(quickfix.fix44.component.SettlParties component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix44.component.SettlParties getSettlParties() throws FieldNotFound {
return get(new quickfix.fix44.component.SettlParties());
}
public void set(quickfix.field.NoSettlPartyIDs value) {
setField(value);
}
public quickfix.field.NoSettlPartyIDs get(quickfix.field.NoSettlPartyIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoSettlPartyIDs getNoSettlPartyIDs() throws FieldNotFound {
return get(new quickfix.field.NoSettlPartyIDs());
}
public boolean isSet(quickfix.field.NoSettlPartyIDs field) {
return isSetField(field);
}
public boolean isSetNoSettlPartyIDs() {
return isSetField(781);
}
public static class NoSettlPartyIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {782, 783, 784, 801, 0};
public NoSettlPartyIDs() {
super(781, 782, ORDER);
}
public void set(quickfix.field.SettlPartyID value) {
setField(value);
}
public quickfix.field.SettlPartyID get(quickfix.field.SettlPartyID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SettlPartyID getSettlPartyID() throws FieldNotFound {
return get(new quickfix.field.SettlPartyID());
}
public boolean isSet(quickfix.field.SettlPartyID field) {
return isSetField(field);
}
public boolean isSetSettlPartyID() {
return isSetField(782);
}
public void set(quickfix.field.SettlPartyIDSource value) {
setField(value);
}
public quickfix.field.SettlPartyIDSource get(quickfix.field.SettlPartyIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SettlPartyIDSource getSettlPartyIDSource() throws FieldNotFound {
return get(new quickfix.field.SettlPartyIDSource());
}
public boolean isSet(quickfix.field.SettlPartyIDSource field) {
return isSetField(field);
}
public boolean isSetSettlPartyIDSource() {
return isSetField(783);
}
public void set(quickfix.field.SettlPartyRole value) {
setField(value);
}
public quickfix.field.SettlPartyRole get(quickfix.field.SettlPartyRole value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SettlPartyRole getSettlPartyRole() throws FieldNotFound {
return get(new quickfix.field.SettlPartyRole());
}
public boolean isSet(quickfix.field.SettlPartyRole field) {
return isSetField(field);
}
public boolean isSetSettlPartyRole() {
return isSetField(784);
}
public void set(quickfix.field.NoSettlPartySubIDs value) {
setField(value);
}
public quickfix.field.NoSettlPartySubIDs get(quickfix.field.NoSettlPartySubIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoSettlPartySubIDs getNoSettlPartySubIDs() throws FieldNotFound {
return get(new quickfix.field.NoSettlPartySubIDs());
}
public boolean isSet(quickfix.field.NoSettlPartySubIDs field) {
return isSetField(field);
}
public boolean isSetNoSettlPartySubIDs() {
return isSetField(801);
}
public static class NoSettlPartySubIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {785, 786, 0};
public NoSettlPartySubIDs() {
super(801, 785, ORDER);
}
public void set(quickfix.field.SettlPartySubID value) {
setField(value);
}
public quickfix.field.SettlPartySubID get(quickfix.field.SettlPartySubID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SettlPartySubID getSettlPartySubID() throws FieldNotFound {
return get(new quickfix.field.SettlPartySubID());
}
public boolean isSet(quickfix.field.SettlPartySubID field) {
return isSetField(field);
}
public boolean isSetSettlPartySubID() {
return isSetField(785);
}
public void set(quickfix.field.SettlPartySubIDType value) {
setField(value);
}
public quickfix.field.SettlPartySubIDType get(quickfix.field.SettlPartySubIDType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SettlPartySubIDType getSettlPartySubIDType() throws FieldNotFound {
return get(new quickfix.field.SettlPartySubIDType());
}
public boolean isSet(quickfix.field.SettlPartySubIDType field) {
return isSetField(field);
}
public boolean isSetSettlPartySubIDType() {
return isSetField(786);
}
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy