quickfix.fix50sp2.component.FillsGrp 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 FillsGrp extends quickfix.MessageComponent {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "";
private int[] componentFields = { };
protected int[] getFields() { return componentFields; }
private int[] componentGroups = { 1362, };
protected int[] getGroupFields() { return componentGroups; }
public FillsGrp() {
super();
}
public void set(quickfix.field.NoFills value) {
setField(value);
}
public quickfix.field.NoFills get(quickfix.field.NoFills value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoFills getNoFills() throws FieldNotFound {
return get(new quickfix.field.NoFills());
}
public boolean isSet(quickfix.field.NoFills field) {
return isSetField(field);
}
public boolean isSetNoFills() {
return isSetField(1362);
}
public static class NoFills extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {1363, 1364, 1365, 1443, 1414, 0};
public NoFills() {
super(1362, 1363, ORDER);
}
public void set(quickfix.field.FillExecID value) {
setField(value);
}
public quickfix.field.FillExecID get(quickfix.field.FillExecID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.FillExecID getFillExecID() throws FieldNotFound {
return get(new quickfix.field.FillExecID());
}
public boolean isSet(quickfix.field.FillExecID field) {
return isSetField(field);
}
public boolean isSetFillExecID() {
return isSetField(1363);
}
public void set(quickfix.field.FillPx value) {
setField(value);
}
public quickfix.field.FillPx get(quickfix.field.FillPx value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.FillPx getFillPx() throws FieldNotFound {
return get(new quickfix.field.FillPx());
}
public boolean isSet(quickfix.field.FillPx field) {
return isSetField(field);
}
public boolean isSetFillPx() {
return isSetField(1364);
}
public void set(quickfix.field.FillQty value) {
setField(value);
}
public quickfix.field.FillQty get(quickfix.field.FillQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.FillQty getFillQty() throws FieldNotFound {
return get(new quickfix.field.FillQty());
}
public boolean isSet(quickfix.field.FillQty field) {
return isSetField(field);
}
public boolean isSetFillQty() {
return isSetField(1365);
}
public void set(quickfix.field.FillLiquidityInd value) {
setField(value);
}
public quickfix.field.FillLiquidityInd get(quickfix.field.FillLiquidityInd value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.FillLiquidityInd getFillLiquidityInd() throws FieldNotFound {
return get(new quickfix.field.FillLiquidityInd());
}
public boolean isSet(quickfix.field.FillLiquidityInd field) {
return isSetField(field);
}
public boolean isSetFillLiquidityInd() {
return isSetField(1443);
}
public void set(quickfix.fix50sp2.component.NestedParties4 component) {
setComponent(component);
}
public quickfix.fix50sp2.component.NestedParties4 get(quickfix.fix50sp2.component.NestedParties4 component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.NestedParties4 getNestedParties4() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.NestedParties4());
}
public void set(quickfix.field.NoNested4PartyIDs value) {
setField(value);
}
public quickfix.field.NoNested4PartyIDs get(quickfix.field.NoNested4PartyIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoNested4PartyIDs getNoNested4PartyIDs() throws FieldNotFound {
return get(new quickfix.field.NoNested4PartyIDs());
}
public boolean isSet(quickfix.field.NoNested4PartyIDs field) {
return isSetField(field);
}
public boolean isSetNoNested4PartyIDs() {
return isSetField(1414);
}
public static class NoNested4PartyIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {1415, 1416, 1417, 1413, 0};
public NoNested4PartyIDs() {
super(1414, 1415, ORDER);
}
public void set(quickfix.field.Nested4PartyID value) {
setField(value);
}
public quickfix.field.Nested4PartyID get(quickfix.field.Nested4PartyID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested4PartyID getNested4PartyID() throws FieldNotFound {
return get(new quickfix.field.Nested4PartyID());
}
public boolean isSet(quickfix.field.Nested4PartyID field) {
return isSetField(field);
}
public boolean isSetNested4PartyID() {
return isSetField(1415);
}
public void set(quickfix.field.Nested4PartyIDSource value) {
setField(value);
}
public quickfix.field.Nested4PartyIDSource get(quickfix.field.Nested4PartyIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested4PartyIDSource getNested4PartyIDSource() throws FieldNotFound {
return get(new quickfix.field.Nested4PartyIDSource());
}
public boolean isSet(quickfix.field.Nested4PartyIDSource field) {
return isSetField(field);
}
public boolean isSetNested4PartyIDSource() {
return isSetField(1416);
}
public void set(quickfix.field.Nested4PartyRole value) {
setField(value);
}
public quickfix.field.Nested4PartyRole get(quickfix.field.Nested4PartyRole value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested4PartyRole getNested4PartyRole() throws FieldNotFound {
return get(new quickfix.field.Nested4PartyRole());
}
public boolean isSet(quickfix.field.Nested4PartyRole field) {
return isSetField(field);
}
public boolean isSetNested4PartyRole() {
return isSetField(1417);
}
public void set(quickfix.fix50sp2.component.NstdPtys4SubGrp component) {
setComponent(component);
}
public quickfix.fix50sp2.component.NstdPtys4SubGrp get(quickfix.fix50sp2.component.NstdPtys4SubGrp component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.NstdPtys4SubGrp getNstdPtys4SubGrp() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.NstdPtys4SubGrp());
}
public void set(quickfix.field.NoNested4PartySubIDs value) {
setField(value);
}
public quickfix.field.NoNested4PartySubIDs get(quickfix.field.NoNested4PartySubIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoNested4PartySubIDs getNoNested4PartySubIDs() throws FieldNotFound {
return get(new quickfix.field.NoNested4PartySubIDs());
}
public boolean isSet(quickfix.field.NoNested4PartySubIDs field) {
return isSetField(field);
}
public boolean isSetNoNested4PartySubIDs() {
return isSetField(1413);
}
public static class NoNested4PartySubIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {1412, 1411, 0};
public NoNested4PartySubIDs() {
super(1413, 1412, ORDER);
}
public void set(quickfix.field.Nested4PartySubID value) {
setField(value);
}
public quickfix.field.Nested4PartySubID get(quickfix.field.Nested4PartySubID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested4PartySubID getNested4PartySubID() throws FieldNotFound {
return get(new quickfix.field.Nested4PartySubID());
}
public boolean isSet(quickfix.field.Nested4PartySubID field) {
return isSetField(field);
}
public boolean isSetNested4PartySubID() {
return isSetField(1412);
}
public void set(quickfix.field.Nested4PartySubIDType value) {
setField(value);
}
public quickfix.field.Nested4PartySubIDType get(quickfix.field.Nested4PartySubIDType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested4PartySubIDType getNested4PartySubIDType() throws FieldNotFound {
return get(new quickfix.field.Nested4PartySubIDType());
}
public boolean isSet(quickfix.field.Nested4PartySubIDType field) {
return isSetField(field);
}
public boolean isSetNested4PartySubIDType() {
return isSetField(1411);
}
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy