Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
quickfix.fix50sp2.component.InstrmtLegExecGrp Maven / Gradle / Ivy
package quickfix.fix50sp2.component;
import quickfix.FieldNotFound;
import quickfix.Group;
public class InstrmtLegExecGrp extends quickfix.MessageComponent {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "";
private int[] componentFields = { };
protected int[] getFields() { return componentFields; }
private int[] componentGroups = { 555, };
protected int[] getGroupFields() { return componentGroups; }
public InstrmtLegExecGrp() {
super();
}
public void set(quickfix.field.NoLegs value) {
setField(value);
}
public quickfix.field.NoLegs get(quickfix.field.NoLegs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoLegs getNoLegs() throws FieldNotFound {
return get(new quickfix.field.NoLegs());
}
public boolean isSet(quickfix.field.NoLegs field) {
return isSetField(field);
}
public boolean isSetNoLegs() {
return isSetField(555);
}
public static class NoLegs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {600, 601, 602, 603, 604, 607, 608, 609, 764, 610, 611, 1212, 248, 249, 250, 251, 252, 253, 257, 599, 596, 597, 598, 254, 612, 942, 613, 614, 1436, 1440, 999, 1224, 1421, 1422, 1001, 1420, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 556, 740, 739, 955, 956, 1358, 1017, 566, 687, 685, 690, 683, 1366, 670, 564, 565, 948, 654, 587, 588, 637, 675, 1073, 1074, 1075, 1379, 1381, 1383, 1384, 1418, 0};
public NoLegs() {
super(555, 600, ORDER);
}
public void set(quickfix.fix50sp2.component.InstrumentLeg component) {
setComponent(component);
}
public quickfix.fix50sp2.component.InstrumentLeg get(quickfix.fix50sp2.component.InstrumentLeg component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.InstrumentLeg getInstrumentLeg() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.InstrumentLeg());
}
public void set(quickfix.field.LegSymbol value) {
setField(value);
}
public quickfix.field.LegSymbol get(quickfix.field.LegSymbol value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSymbol getLegSymbol() throws FieldNotFound {
return get(new quickfix.field.LegSymbol());
}
public boolean isSet(quickfix.field.LegSymbol field) {
return isSetField(field);
}
public boolean isSetLegSymbol() {
return isSetField(600);
}
public void set(quickfix.field.LegSymbolSfx value) {
setField(value);
}
public quickfix.field.LegSymbolSfx get(quickfix.field.LegSymbolSfx value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSymbolSfx getLegSymbolSfx() throws FieldNotFound {
return get(new quickfix.field.LegSymbolSfx());
}
public boolean isSet(quickfix.field.LegSymbolSfx field) {
return isSetField(field);
}
public boolean isSetLegSymbolSfx() {
return isSetField(601);
}
public void set(quickfix.field.LegSecurityID value) {
setField(value);
}
public quickfix.field.LegSecurityID get(quickfix.field.LegSecurityID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecurityID getLegSecurityID() throws FieldNotFound {
return get(new quickfix.field.LegSecurityID());
}
public boolean isSet(quickfix.field.LegSecurityID field) {
return isSetField(field);
}
public boolean isSetLegSecurityID() {
return isSetField(602);
}
public void set(quickfix.field.LegSecurityIDSource value) {
setField(value);
}
public quickfix.field.LegSecurityIDSource get(quickfix.field.LegSecurityIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecurityIDSource getLegSecurityIDSource() throws FieldNotFound {
return get(new quickfix.field.LegSecurityIDSource());
}
public boolean isSet(quickfix.field.LegSecurityIDSource field) {
return isSetField(field);
}
public boolean isSetLegSecurityIDSource() {
return isSetField(603);
}
public void set(quickfix.fix50sp2.component.LegSecAltIDGrp component) {
setComponent(component);
}
public quickfix.fix50sp2.component.LegSecAltIDGrp get(quickfix.fix50sp2.component.LegSecAltIDGrp component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.LegSecAltIDGrp getLegSecAltIDGrp() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.LegSecAltIDGrp());
}
public void set(quickfix.field.NoLegSecurityAltID value) {
setField(value);
}
public quickfix.field.NoLegSecurityAltID get(quickfix.field.NoLegSecurityAltID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoLegSecurityAltID getNoLegSecurityAltID() throws FieldNotFound {
return get(new quickfix.field.NoLegSecurityAltID());
}
public boolean isSet(quickfix.field.NoLegSecurityAltID field) {
return isSetField(field);
}
public boolean isSetNoLegSecurityAltID() {
return isSetField(604);
}
public static class NoLegSecurityAltID extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {605, 606, 0};
public NoLegSecurityAltID() {
super(604, 605, ORDER);
}
public void set(quickfix.field.LegSecurityAltID value) {
setField(value);
}
public quickfix.field.LegSecurityAltID get(quickfix.field.LegSecurityAltID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecurityAltID getLegSecurityAltID() throws FieldNotFound {
return get(new quickfix.field.LegSecurityAltID());
}
public boolean isSet(quickfix.field.LegSecurityAltID field) {
return isSetField(field);
}
public boolean isSetLegSecurityAltID() {
return isSetField(605);
}
public void set(quickfix.field.LegSecurityAltIDSource value) {
setField(value);
}
public quickfix.field.LegSecurityAltIDSource get(quickfix.field.LegSecurityAltIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecurityAltIDSource getLegSecurityAltIDSource() throws FieldNotFound {
return get(new quickfix.field.LegSecurityAltIDSource());
}
public boolean isSet(quickfix.field.LegSecurityAltIDSource field) {
return isSetField(field);
}
public boolean isSetLegSecurityAltIDSource() {
return isSetField(606);
}
}
public void set(quickfix.field.LegProduct value) {
setField(value);
}
public quickfix.field.LegProduct get(quickfix.field.LegProduct value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegProduct getLegProduct() throws FieldNotFound {
return get(new quickfix.field.LegProduct());
}
public boolean isSet(quickfix.field.LegProduct field) {
return isSetField(field);
}
public boolean isSetLegProduct() {
return isSetField(607);
}
public void set(quickfix.field.LegCFICode value) {
setField(value);
}
public quickfix.field.LegCFICode get(quickfix.field.LegCFICode value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCFICode getLegCFICode() throws FieldNotFound {
return get(new quickfix.field.LegCFICode());
}
public boolean isSet(quickfix.field.LegCFICode field) {
return isSetField(field);
}
public boolean isSetLegCFICode() {
return isSetField(608);
}
public void set(quickfix.field.LegSecurityType value) {
setField(value);
}
public quickfix.field.LegSecurityType get(quickfix.field.LegSecurityType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecurityType getLegSecurityType() throws FieldNotFound {
return get(new quickfix.field.LegSecurityType());
}
public boolean isSet(quickfix.field.LegSecurityType field) {
return isSetField(field);
}
public boolean isSetLegSecurityType() {
return isSetField(609);
}
public void set(quickfix.field.LegSecuritySubType value) {
setField(value);
}
public quickfix.field.LegSecuritySubType get(quickfix.field.LegSecuritySubType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecuritySubType getLegSecuritySubType() throws FieldNotFound {
return get(new quickfix.field.LegSecuritySubType());
}
public boolean isSet(quickfix.field.LegSecuritySubType field) {
return isSetField(field);
}
public boolean isSetLegSecuritySubType() {
return isSetField(764);
}
public void set(quickfix.field.LegMaturityMonthYear value) {
setField(value);
}
public quickfix.field.LegMaturityMonthYear get(quickfix.field.LegMaturityMonthYear value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegMaturityMonthYear getLegMaturityMonthYear() throws FieldNotFound {
return get(new quickfix.field.LegMaturityMonthYear());
}
public boolean isSet(quickfix.field.LegMaturityMonthYear field) {
return isSetField(field);
}
public boolean isSetLegMaturityMonthYear() {
return isSetField(610);
}
public void set(quickfix.field.LegMaturityDate value) {
setField(value);
}
public quickfix.field.LegMaturityDate get(quickfix.field.LegMaturityDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegMaturityDate getLegMaturityDate() throws FieldNotFound {
return get(new quickfix.field.LegMaturityDate());
}
public boolean isSet(quickfix.field.LegMaturityDate field) {
return isSetField(field);
}
public boolean isSetLegMaturityDate() {
return isSetField(611);
}
public void set(quickfix.field.LegMaturityTime value) {
setField(value);
}
public quickfix.field.LegMaturityTime get(quickfix.field.LegMaturityTime value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegMaturityTime getLegMaturityTime() throws FieldNotFound {
return get(new quickfix.field.LegMaturityTime());
}
public boolean isSet(quickfix.field.LegMaturityTime field) {
return isSetField(field);
}
public boolean isSetLegMaturityTime() {
return isSetField(1212);
}
public void set(quickfix.field.LegCouponPaymentDate value) {
setField(value);
}
public quickfix.field.LegCouponPaymentDate get(quickfix.field.LegCouponPaymentDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCouponPaymentDate getLegCouponPaymentDate() throws FieldNotFound {
return get(new quickfix.field.LegCouponPaymentDate());
}
public boolean isSet(quickfix.field.LegCouponPaymentDate field) {
return isSetField(field);
}
public boolean isSetLegCouponPaymentDate() {
return isSetField(248);
}
public void set(quickfix.field.LegIssueDate value) {
setField(value);
}
public quickfix.field.LegIssueDate get(quickfix.field.LegIssueDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegIssueDate getLegIssueDate() throws FieldNotFound {
return get(new quickfix.field.LegIssueDate());
}
public boolean isSet(quickfix.field.LegIssueDate field) {
return isSetField(field);
}
public boolean isSetLegIssueDate() {
return isSetField(249);
}
public void set(quickfix.field.LegRepoCollateralSecurityType value) {
setField(value);
}
public quickfix.field.LegRepoCollateralSecurityType get(quickfix.field.LegRepoCollateralSecurityType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegRepoCollateralSecurityType getLegRepoCollateralSecurityType() throws FieldNotFound {
return get(new quickfix.field.LegRepoCollateralSecurityType());
}
public boolean isSet(quickfix.field.LegRepoCollateralSecurityType field) {
return isSetField(field);
}
public boolean isSetLegRepoCollateralSecurityType() {
return isSetField(250);
}
public void set(quickfix.field.LegRepurchaseTerm value) {
setField(value);
}
public quickfix.field.LegRepurchaseTerm get(quickfix.field.LegRepurchaseTerm value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegRepurchaseTerm getLegRepurchaseTerm() throws FieldNotFound {
return get(new quickfix.field.LegRepurchaseTerm());
}
public boolean isSet(quickfix.field.LegRepurchaseTerm field) {
return isSetField(field);
}
public boolean isSetLegRepurchaseTerm() {
return isSetField(251);
}
public void set(quickfix.field.LegRepurchaseRate value) {
setField(value);
}
public quickfix.field.LegRepurchaseRate get(quickfix.field.LegRepurchaseRate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegRepurchaseRate getLegRepurchaseRate() throws FieldNotFound {
return get(new quickfix.field.LegRepurchaseRate());
}
public boolean isSet(quickfix.field.LegRepurchaseRate field) {
return isSetField(field);
}
public boolean isSetLegRepurchaseRate() {
return isSetField(252);
}
public void set(quickfix.field.LegFactor value) {
setField(value);
}
public quickfix.field.LegFactor get(quickfix.field.LegFactor value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegFactor getLegFactor() throws FieldNotFound {
return get(new quickfix.field.LegFactor());
}
public boolean isSet(quickfix.field.LegFactor field) {
return isSetField(field);
}
public boolean isSetLegFactor() {
return isSetField(253);
}
public void set(quickfix.field.LegCreditRating value) {
setField(value);
}
public quickfix.field.LegCreditRating get(quickfix.field.LegCreditRating value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCreditRating getLegCreditRating() throws FieldNotFound {
return get(new quickfix.field.LegCreditRating());
}
public boolean isSet(quickfix.field.LegCreditRating field) {
return isSetField(field);
}
public boolean isSetLegCreditRating() {
return isSetField(257);
}
public void set(quickfix.field.LegInstrRegistry value) {
setField(value);
}
public quickfix.field.LegInstrRegistry get(quickfix.field.LegInstrRegistry value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegInstrRegistry getLegInstrRegistry() throws FieldNotFound {
return get(new quickfix.field.LegInstrRegistry());
}
public boolean isSet(quickfix.field.LegInstrRegistry field) {
return isSetField(field);
}
public boolean isSetLegInstrRegistry() {
return isSetField(599);
}
public void set(quickfix.field.LegCountryOfIssue value) {
setField(value);
}
public quickfix.field.LegCountryOfIssue get(quickfix.field.LegCountryOfIssue value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCountryOfIssue getLegCountryOfIssue() throws FieldNotFound {
return get(new quickfix.field.LegCountryOfIssue());
}
public boolean isSet(quickfix.field.LegCountryOfIssue field) {
return isSetField(field);
}
public boolean isSetLegCountryOfIssue() {
return isSetField(596);
}
public void set(quickfix.field.LegStateOrProvinceOfIssue value) {
setField(value);
}
public quickfix.field.LegStateOrProvinceOfIssue get(quickfix.field.LegStateOrProvinceOfIssue value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegStateOrProvinceOfIssue getLegStateOrProvinceOfIssue() throws FieldNotFound {
return get(new quickfix.field.LegStateOrProvinceOfIssue());
}
public boolean isSet(quickfix.field.LegStateOrProvinceOfIssue field) {
return isSetField(field);
}
public boolean isSetLegStateOrProvinceOfIssue() {
return isSetField(597);
}
public void set(quickfix.field.LegLocaleOfIssue value) {
setField(value);
}
public quickfix.field.LegLocaleOfIssue get(quickfix.field.LegLocaleOfIssue value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegLocaleOfIssue getLegLocaleOfIssue() throws FieldNotFound {
return get(new quickfix.field.LegLocaleOfIssue());
}
public boolean isSet(quickfix.field.LegLocaleOfIssue field) {
return isSetField(field);
}
public boolean isSetLegLocaleOfIssue() {
return isSetField(598);
}
public void set(quickfix.field.LegRedemptionDate value) {
setField(value);
}
public quickfix.field.LegRedemptionDate get(quickfix.field.LegRedemptionDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegRedemptionDate getLegRedemptionDate() throws FieldNotFound {
return get(new quickfix.field.LegRedemptionDate());
}
public boolean isSet(quickfix.field.LegRedemptionDate field) {
return isSetField(field);
}
public boolean isSetLegRedemptionDate() {
return isSetField(254);
}
public void set(quickfix.field.LegStrikePrice value) {
setField(value);
}
public quickfix.field.LegStrikePrice get(quickfix.field.LegStrikePrice value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegStrikePrice getLegStrikePrice() throws FieldNotFound {
return get(new quickfix.field.LegStrikePrice());
}
public boolean isSet(quickfix.field.LegStrikePrice field) {
return isSetField(field);
}
public boolean isSetLegStrikePrice() {
return isSetField(612);
}
public void set(quickfix.field.LegStrikeCurrency value) {
setField(value);
}
public quickfix.field.LegStrikeCurrency get(quickfix.field.LegStrikeCurrency value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegStrikeCurrency getLegStrikeCurrency() throws FieldNotFound {
return get(new quickfix.field.LegStrikeCurrency());
}
public boolean isSet(quickfix.field.LegStrikeCurrency field) {
return isSetField(field);
}
public boolean isSetLegStrikeCurrency() {
return isSetField(942);
}
public void set(quickfix.field.LegOptAttribute value) {
setField(value);
}
public quickfix.field.LegOptAttribute get(quickfix.field.LegOptAttribute value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegOptAttribute getLegOptAttribute() throws FieldNotFound {
return get(new quickfix.field.LegOptAttribute());
}
public boolean isSet(quickfix.field.LegOptAttribute field) {
return isSetField(field);
}
public boolean isSetLegOptAttribute() {
return isSetField(613);
}
public void set(quickfix.field.LegContractMultiplier value) {
setField(value);
}
public quickfix.field.LegContractMultiplier get(quickfix.field.LegContractMultiplier value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegContractMultiplier getLegContractMultiplier() throws FieldNotFound {
return get(new quickfix.field.LegContractMultiplier());
}
public boolean isSet(quickfix.field.LegContractMultiplier field) {
return isSetField(field);
}
public boolean isSetLegContractMultiplier() {
return isSetField(614);
}
public void set(quickfix.field.LegContractMultiplierUnit value) {
setField(value);
}
public quickfix.field.LegContractMultiplierUnit get(quickfix.field.LegContractMultiplierUnit value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegContractMultiplierUnit getLegContractMultiplierUnit() throws FieldNotFound {
return get(new quickfix.field.LegContractMultiplierUnit());
}
public boolean isSet(quickfix.field.LegContractMultiplierUnit field) {
return isSetField(field);
}
public boolean isSetLegContractMultiplierUnit() {
return isSetField(1436);
}
public void set(quickfix.field.LegFlowScheduleType value) {
setField(value);
}
public quickfix.field.LegFlowScheduleType get(quickfix.field.LegFlowScheduleType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegFlowScheduleType getLegFlowScheduleType() throws FieldNotFound {
return get(new quickfix.field.LegFlowScheduleType());
}
public boolean isSet(quickfix.field.LegFlowScheduleType field) {
return isSetField(field);
}
public boolean isSetLegFlowScheduleType() {
return isSetField(1440);
}
public void set(quickfix.field.LegUnitOfMeasure value) {
setField(value);
}
public quickfix.field.LegUnitOfMeasure get(quickfix.field.LegUnitOfMeasure value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegUnitOfMeasure getLegUnitOfMeasure() throws FieldNotFound {
return get(new quickfix.field.LegUnitOfMeasure());
}
public boolean isSet(quickfix.field.LegUnitOfMeasure field) {
return isSetField(field);
}
public boolean isSetLegUnitOfMeasure() {
return isSetField(999);
}
public void set(quickfix.field.LegUnitOfMeasureQty value) {
setField(value);
}
public quickfix.field.LegUnitOfMeasureQty get(quickfix.field.LegUnitOfMeasureQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegUnitOfMeasureQty getLegUnitOfMeasureQty() throws FieldNotFound {
return get(new quickfix.field.LegUnitOfMeasureQty());
}
public boolean isSet(quickfix.field.LegUnitOfMeasureQty field) {
return isSetField(field);
}
public boolean isSetLegUnitOfMeasureQty() {
return isSetField(1224);
}
public void set(quickfix.field.LegPriceUnitOfMeasure value) {
setField(value);
}
public quickfix.field.LegPriceUnitOfMeasure get(quickfix.field.LegPriceUnitOfMeasure value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegPriceUnitOfMeasure getLegPriceUnitOfMeasure() throws FieldNotFound {
return get(new quickfix.field.LegPriceUnitOfMeasure());
}
public boolean isSet(quickfix.field.LegPriceUnitOfMeasure field) {
return isSetField(field);
}
public boolean isSetLegPriceUnitOfMeasure() {
return isSetField(1421);
}
public void set(quickfix.field.LegPriceUnitOfMeasureQty value) {
setField(value);
}
public quickfix.field.LegPriceUnitOfMeasureQty get(quickfix.field.LegPriceUnitOfMeasureQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegPriceUnitOfMeasureQty getLegPriceUnitOfMeasureQty() throws FieldNotFound {
return get(new quickfix.field.LegPriceUnitOfMeasureQty());
}
public boolean isSet(quickfix.field.LegPriceUnitOfMeasureQty field) {
return isSetField(field);
}
public boolean isSetLegPriceUnitOfMeasureQty() {
return isSetField(1422);
}
public void set(quickfix.field.LegTimeUnit value) {
setField(value);
}
public quickfix.field.LegTimeUnit get(quickfix.field.LegTimeUnit value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegTimeUnit getLegTimeUnit() throws FieldNotFound {
return get(new quickfix.field.LegTimeUnit());
}
public boolean isSet(quickfix.field.LegTimeUnit field) {
return isSetField(field);
}
public boolean isSetLegTimeUnit() {
return isSetField(1001);
}
public void set(quickfix.field.LegExerciseStyle value) {
setField(value);
}
public quickfix.field.LegExerciseStyle get(quickfix.field.LegExerciseStyle value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegExerciseStyle getLegExerciseStyle() throws FieldNotFound {
return get(new quickfix.field.LegExerciseStyle());
}
public boolean isSet(quickfix.field.LegExerciseStyle field) {
return isSetField(field);
}
public boolean isSetLegExerciseStyle() {
return isSetField(1420);
}
public void set(quickfix.field.LegCouponRate value) {
setField(value);
}
public quickfix.field.LegCouponRate get(quickfix.field.LegCouponRate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCouponRate getLegCouponRate() throws FieldNotFound {
return get(new quickfix.field.LegCouponRate());
}
public boolean isSet(quickfix.field.LegCouponRate field) {
return isSetField(field);
}
public boolean isSetLegCouponRate() {
return isSetField(615);
}
public void set(quickfix.field.LegSecurityExchange value) {
setField(value);
}
public quickfix.field.LegSecurityExchange get(quickfix.field.LegSecurityExchange value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecurityExchange getLegSecurityExchange() throws FieldNotFound {
return get(new quickfix.field.LegSecurityExchange());
}
public boolean isSet(quickfix.field.LegSecurityExchange field) {
return isSetField(field);
}
public boolean isSetLegSecurityExchange() {
return isSetField(616);
}
public void set(quickfix.field.LegIssuer value) {
setField(value);
}
public quickfix.field.LegIssuer get(quickfix.field.LegIssuer value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegIssuer getLegIssuer() throws FieldNotFound {
return get(new quickfix.field.LegIssuer());
}
public boolean isSet(quickfix.field.LegIssuer field) {
return isSetField(field);
}
public boolean isSetLegIssuer() {
return isSetField(617);
}
public void set(quickfix.field.EncodedLegIssuerLen value) {
setField(value);
}
public quickfix.field.EncodedLegIssuerLen get(quickfix.field.EncodedLegIssuerLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedLegIssuerLen getEncodedLegIssuerLen() throws FieldNotFound {
return get(new quickfix.field.EncodedLegIssuerLen());
}
public boolean isSet(quickfix.field.EncodedLegIssuerLen field) {
return isSetField(field);
}
public boolean isSetEncodedLegIssuerLen() {
return isSetField(618);
}
public void set(quickfix.field.EncodedLegIssuer value) {
setField(value);
}
public quickfix.field.EncodedLegIssuer get(quickfix.field.EncodedLegIssuer value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedLegIssuer getEncodedLegIssuer() throws FieldNotFound {
return get(new quickfix.field.EncodedLegIssuer());
}
public boolean isSet(quickfix.field.EncodedLegIssuer field) {
return isSetField(field);
}
public boolean isSetEncodedLegIssuer() {
return isSetField(619);
}
public void set(quickfix.field.LegSecurityDesc value) {
setField(value);
}
public quickfix.field.LegSecurityDesc get(quickfix.field.LegSecurityDesc value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSecurityDesc getLegSecurityDesc() throws FieldNotFound {
return get(new quickfix.field.LegSecurityDesc());
}
public boolean isSet(quickfix.field.LegSecurityDesc field) {
return isSetField(field);
}
public boolean isSetLegSecurityDesc() {
return isSetField(620);
}
public void set(quickfix.field.EncodedLegSecurityDescLen value) {
setField(value);
}
public quickfix.field.EncodedLegSecurityDescLen get(quickfix.field.EncodedLegSecurityDescLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedLegSecurityDescLen getEncodedLegSecurityDescLen() throws FieldNotFound {
return get(new quickfix.field.EncodedLegSecurityDescLen());
}
public boolean isSet(quickfix.field.EncodedLegSecurityDescLen field) {
return isSetField(field);
}
public boolean isSetEncodedLegSecurityDescLen() {
return isSetField(621);
}
public void set(quickfix.field.EncodedLegSecurityDesc value) {
setField(value);
}
public quickfix.field.EncodedLegSecurityDesc get(quickfix.field.EncodedLegSecurityDesc value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedLegSecurityDesc getEncodedLegSecurityDesc() throws FieldNotFound {
return get(new quickfix.field.EncodedLegSecurityDesc());
}
public boolean isSet(quickfix.field.EncodedLegSecurityDesc field) {
return isSetField(field);
}
public boolean isSetEncodedLegSecurityDesc() {
return isSetField(622);
}
public void set(quickfix.field.LegRatioQty value) {
setField(value);
}
public quickfix.field.LegRatioQty get(quickfix.field.LegRatioQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegRatioQty getLegRatioQty() throws FieldNotFound {
return get(new quickfix.field.LegRatioQty());
}
public boolean isSet(quickfix.field.LegRatioQty field) {
return isSetField(field);
}
public boolean isSetLegRatioQty() {
return isSetField(623);
}
public void set(quickfix.field.LegSide value) {
setField(value);
}
public quickfix.field.LegSide get(quickfix.field.LegSide value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSide getLegSide() throws FieldNotFound {
return get(new quickfix.field.LegSide());
}
public boolean isSet(quickfix.field.LegSide field) {
return isSetField(field);
}
public boolean isSetLegSide() {
return isSetField(624);
}
public void set(quickfix.field.LegCurrency value) {
setField(value);
}
public quickfix.field.LegCurrency get(quickfix.field.LegCurrency value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCurrency getLegCurrency() throws FieldNotFound {
return get(new quickfix.field.LegCurrency());
}
public boolean isSet(quickfix.field.LegCurrency field) {
return isSetField(field);
}
public boolean isSetLegCurrency() {
return isSetField(556);
}
public void set(quickfix.field.LegPool value) {
setField(value);
}
public quickfix.field.LegPool get(quickfix.field.LegPool value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegPool getLegPool() throws FieldNotFound {
return get(new quickfix.field.LegPool());
}
public boolean isSet(quickfix.field.LegPool field) {
return isSetField(field);
}
public boolean isSetLegPool() {
return isSetField(740);
}
public void set(quickfix.field.LegDatedDate value) {
setField(value);
}
public quickfix.field.LegDatedDate get(quickfix.field.LegDatedDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegDatedDate getLegDatedDate() throws FieldNotFound {
return get(new quickfix.field.LegDatedDate());
}
public boolean isSet(quickfix.field.LegDatedDate field) {
return isSetField(field);
}
public boolean isSetLegDatedDate() {
return isSetField(739);
}
public void set(quickfix.field.LegContractSettlMonth value) {
setField(value);
}
public quickfix.field.LegContractSettlMonth get(quickfix.field.LegContractSettlMonth value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegContractSettlMonth getLegContractSettlMonth() throws FieldNotFound {
return get(new quickfix.field.LegContractSettlMonth());
}
public boolean isSet(quickfix.field.LegContractSettlMonth field) {
return isSetField(field);
}
public boolean isSetLegContractSettlMonth() {
return isSetField(955);
}
public void set(quickfix.field.LegInterestAccrualDate value) {
setField(value);
}
public quickfix.field.LegInterestAccrualDate get(quickfix.field.LegInterestAccrualDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegInterestAccrualDate getLegInterestAccrualDate() throws FieldNotFound {
return get(new quickfix.field.LegInterestAccrualDate());
}
public boolean isSet(quickfix.field.LegInterestAccrualDate field) {
return isSetField(field);
}
public boolean isSetLegInterestAccrualDate() {
return isSetField(956);
}
public void set(quickfix.field.LegPutOrCall value) {
setField(value);
}
public quickfix.field.LegPutOrCall get(quickfix.field.LegPutOrCall value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegPutOrCall getLegPutOrCall() throws FieldNotFound {
return get(new quickfix.field.LegPutOrCall());
}
public boolean isSet(quickfix.field.LegPutOrCall field) {
return isSetField(field);
}
public boolean isSetLegPutOrCall() {
return isSetField(1358);
}
public void set(quickfix.field.LegOptionRatio value) {
setField(value);
}
public quickfix.field.LegOptionRatio get(quickfix.field.LegOptionRatio value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegOptionRatio getLegOptionRatio() throws FieldNotFound {
return get(new quickfix.field.LegOptionRatio());
}
public boolean isSet(quickfix.field.LegOptionRatio field) {
return isSetField(field);
}
public boolean isSetLegOptionRatio() {
return isSetField(1017);
}
public void set(quickfix.field.LegPrice value) {
setField(value);
}
public quickfix.field.LegPrice get(quickfix.field.LegPrice value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegPrice getLegPrice() throws FieldNotFound {
return get(new quickfix.field.LegPrice());
}
public boolean isSet(quickfix.field.LegPrice field) {
return isSetField(field);
}
public boolean isSetLegPrice() {
return isSetField(566);
}
public void set(quickfix.field.LegQty value) {
setField(value);
}
public quickfix.field.LegQty get(quickfix.field.LegQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegQty getLegQty() throws FieldNotFound {
return get(new quickfix.field.LegQty());
}
public boolean isSet(quickfix.field.LegQty field) {
return isSetField(field);
}
public boolean isSetLegQty() {
return isSetField(687);
}
public void set(quickfix.field.LegOrderQty value) {
setField(value);
}
public quickfix.field.LegOrderQty get(quickfix.field.LegOrderQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegOrderQty getLegOrderQty() throws FieldNotFound {
return get(new quickfix.field.LegOrderQty());
}
public boolean isSet(quickfix.field.LegOrderQty field) {
return isSetField(field);
}
public boolean isSetLegOrderQty() {
return isSetField(685);
}
public void set(quickfix.field.LegSwapType value) {
setField(value);
}
public quickfix.field.LegSwapType get(quickfix.field.LegSwapType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSwapType getLegSwapType() throws FieldNotFound {
return get(new quickfix.field.LegSwapType());
}
public boolean isSet(quickfix.field.LegSwapType field) {
return isSetField(field);
}
public boolean isSetLegSwapType() {
return isSetField(690);
}
public void set(quickfix.fix50sp2.component.LegStipulations component) {
setComponent(component);
}
public quickfix.fix50sp2.component.LegStipulations get(quickfix.fix50sp2.component.LegStipulations component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.LegStipulations getLegStipulations() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.LegStipulations());
}
public void set(quickfix.field.NoLegStipulations value) {
setField(value);
}
public quickfix.field.NoLegStipulations get(quickfix.field.NoLegStipulations value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoLegStipulations getNoLegStipulations() throws FieldNotFound {
return get(new quickfix.field.NoLegStipulations());
}
public boolean isSet(quickfix.field.NoLegStipulations field) {
return isSetField(field);
}
public boolean isSetNoLegStipulations() {
return isSetField(683);
}
public static class NoLegStipulations extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {688, 689, 0};
public NoLegStipulations() {
super(683, 688, ORDER);
}
public void set(quickfix.field.LegStipulationType value) {
setField(value);
}
public quickfix.field.LegStipulationType get(quickfix.field.LegStipulationType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegStipulationType getLegStipulationType() throws FieldNotFound {
return get(new quickfix.field.LegStipulationType());
}
public boolean isSet(quickfix.field.LegStipulationType field) {
return isSetField(field);
}
public boolean isSetLegStipulationType() {
return isSetField(688);
}
public void set(quickfix.field.LegStipulationValue value) {
setField(value);
}
public quickfix.field.LegStipulationValue get(quickfix.field.LegStipulationValue value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegStipulationValue getLegStipulationValue() throws FieldNotFound {
return get(new quickfix.field.LegStipulationValue());
}
public boolean isSet(quickfix.field.LegStipulationValue field) {
return isSetField(field);
}
public boolean isSetLegStipulationValue() {
return isSetField(689);
}
}
public void set(quickfix.field.LegAllocID value) {
setField(value);
}
public quickfix.field.LegAllocID get(quickfix.field.LegAllocID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegAllocID getLegAllocID() throws FieldNotFound {
return get(new quickfix.field.LegAllocID());
}
public boolean isSet(quickfix.field.LegAllocID field) {
return isSetField(field);
}
public boolean isSetLegAllocID() {
return isSetField(1366);
}
public void set(quickfix.fix50sp2.component.LegPreAllocGrp component) {
setComponent(component);
}
public quickfix.fix50sp2.component.LegPreAllocGrp get(quickfix.fix50sp2.component.LegPreAllocGrp component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.LegPreAllocGrp getLegPreAllocGrp() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.LegPreAllocGrp());
}
public void set(quickfix.field.NoLegAllocs value) {
setField(value);
}
public quickfix.field.NoLegAllocs get(quickfix.field.NoLegAllocs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoLegAllocs getNoLegAllocs() throws FieldNotFound {
return get(new quickfix.field.NoLegAllocs());
}
public boolean isSet(quickfix.field.NoLegAllocs field) {
return isSetField(field);
}
public boolean isSetNoLegAllocs() {
return isSetField(670);
}
public static class NoLegAllocs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {671, 672, 756, 673, 674, 1367, 0};
public NoLegAllocs() {
super(670, 671, ORDER);
}
public void set(quickfix.field.LegAllocAccount value) {
setField(value);
}
public quickfix.field.LegAllocAccount get(quickfix.field.LegAllocAccount value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegAllocAccount getLegAllocAccount() throws FieldNotFound {
return get(new quickfix.field.LegAllocAccount());
}
public boolean isSet(quickfix.field.LegAllocAccount field) {
return isSetField(field);
}
public boolean isSetLegAllocAccount() {
return isSetField(671);
}
public void set(quickfix.field.LegIndividualAllocID value) {
setField(value);
}
public quickfix.field.LegIndividualAllocID get(quickfix.field.LegIndividualAllocID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegIndividualAllocID getLegIndividualAllocID() throws FieldNotFound {
return get(new quickfix.field.LegIndividualAllocID());
}
public boolean isSet(quickfix.field.LegIndividualAllocID field) {
return isSetField(field);
}
public boolean isSetLegIndividualAllocID() {
return isSetField(672);
}
public void set(quickfix.fix50sp2.component.NestedParties2 component) {
setComponent(component);
}
public quickfix.fix50sp2.component.NestedParties2 get(quickfix.fix50sp2.component.NestedParties2 component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.NestedParties2 getNestedParties2() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.NestedParties2());
}
public void set(quickfix.field.NoNested2PartyIDs value) {
setField(value);
}
public quickfix.field.NoNested2PartyIDs get(quickfix.field.NoNested2PartyIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoNested2PartyIDs getNoNested2PartyIDs() throws FieldNotFound {
return get(new quickfix.field.NoNested2PartyIDs());
}
public boolean isSet(quickfix.field.NoNested2PartyIDs field) {
return isSetField(field);
}
public boolean isSetNoNested2PartyIDs() {
return isSetField(756);
}
public static class NoNested2PartyIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {757, 758, 759, 806, 0};
public NoNested2PartyIDs() {
super(756, 757, ORDER);
}
public void set(quickfix.field.Nested2PartyID value) {
setField(value);
}
public quickfix.field.Nested2PartyID get(quickfix.field.Nested2PartyID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested2PartyID getNested2PartyID() throws FieldNotFound {
return get(new quickfix.field.Nested2PartyID());
}
public boolean isSet(quickfix.field.Nested2PartyID field) {
return isSetField(field);
}
public boolean isSetNested2PartyID() {
return isSetField(757);
}
public void set(quickfix.field.Nested2PartyIDSource value) {
setField(value);
}
public quickfix.field.Nested2PartyIDSource get(quickfix.field.Nested2PartyIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested2PartyIDSource getNested2PartyIDSource() throws FieldNotFound {
return get(new quickfix.field.Nested2PartyIDSource());
}
public boolean isSet(quickfix.field.Nested2PartyIDSource field) {
return isSetField(field);
}
public boolean isSetNested2PartyIDSource() {
return isSetField(758);
}
public void set(quickfix.field.Nested2PartyRole value) {
setField(value);
}
public quickfix.field.Nested2PartyRole get(quickfix.field.Nested2PartyRole value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested2PartyRole getNested2PartyRole() throws FieldNotFound {
return get(new quickfix.field.Nested2PartyRole());
}
public boolean isSet(quickfix.field.Nested2PartyRole field) {
return isSetField(field);
}
public boolean isSetNested2PartyRole() {
return isSetField(759);
}
public void set(quickfix.fix50sp2.component.NstdPtys2SubGrp component) {
setComponent(component);
}
public quickfix.fix50sp2.component.NstdPtys2SubGrp get(quickfix.fix50sp2.component.NstdPtys2SubGrp component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.NstdPtys2SubGrp getNstdPtys2SubGrp() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.NstdPtys2SubGrp());
}
public void set(quickfix.field.NoNested2PartySubIDs value) {
setField(value);
}
public quickfix.field.NoNested2PartySubIDs get(quickfix.field.NoNested2PartySubIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoNested2PartySubIDs getNoNested2PartySubIDs() throws FieldNotFound {
return get(new quickfix.field.NoNested2PartySubIDs());
}
public boolean isSet(quickfix.field.NoNested2PartySubIDs field) {
return isSetField(field);
}
public boolean isSetNoNested2PartySubIDs() {
return isSetField(806);
}
public static class NoNested2PartySubIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {760, 807, 0};
public NoNested2PartySubIDs() {
super(806, 760, ORDER);
}
public void set(quickfix.field.Nested2PartySubID value) {
setField(value);
}
public quickfix.field.Nested2PartySubID get(quickfix.field.Nested2PartySubID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested2PartySubID getNested2PartySubID() throws FieldNotFound {
return get(new quickfix.field.Nested2PartySubID());
}
public boolean isSet(quickfix.field.Nested2PartySubID field) {
return isSetField(field);
}
public boolean isSetNested2PartySubID() {
return isSetField(760);
}
public void set(quickfix.field.Nested2PartySubIDType value) {
setField(value);
}
public quickfix.field.Nested2PartySubIDType get(quickfix.field.Nested2PartySubIDType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Nested2PartySubIDType getNested2PartySubIDType() throws FieldNotFound {
return get(new quickfix.field.Nested2PartySubIDType());
}
public boolean isSet(quickfix.field.Nested2PartySubIDType field) {
return isSetField(field);
}
public boolean isSetNested2PartySubIDType() {
return isSetField(807);
}
}
}
public void set(quickfix.field.LegAllocQty value) {
setField(value);
}
public quickfix.field.LegAllocQty get(quickfix.field.LegAllocQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegAllocQty getLegAllocQty() throws FieldNotFound {
return get(new quickfix.field.LegAllocQty());
}
public boolean isSet(quickfix.field.LegAllocQty field) {
return isSetField(field);
}
public boolean isSetLegAllocQty() {
return isSetField(673);
}
public void set(quickfix.field.LegAllocAcctIDSource value) {
setField(value);
}
public quickfix.field.LegAllocAcctIDSource get(quickfix.field.LegAllocAcctIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegAllocAcctIDSource getLegAllocAcctIDSource() throws FieldNotFound {
return get(new quickfix.field.LegAllocAcctIDSource());
}
public boolean isSet(quickfix.field.LegAllocAcctIDSource field) {
return isSetField(field);
}
public boolean isSetLegAllocAcctIDSource() {
return isSetField(674);
}
public void set(quickfix.field.LegAllocSettlCurrency value) {
setField(value);
}
public quickfix.field.LegAllocSettlCurrency get(quickfix.field.LegAllocSettlCurrency value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegAllocSettlCurrency getLegAllocSettlCurrency() throws FieldNotFound {
return get(new quickfix.field.LegAllocSettlCurrency());
}
public boolean isSet(quickfix.field.LegAllocSettlCurrency field) {
return isSetField(field);
}
public boolean isSetLegAllocSettlCurrency() {
return isSetField(1367);
}
}
public void set(quickfix.field.LegPositionEffect value) {
setField(value);
}
public quickfix.field.LegPositionEffect get(quickfix.field.LegPositionEffect value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegPositionEffect getLegPositionEffect() throws FieldNotFound {
return get(new quickfix.field.LegPositionEffect());
}
public boolean isSet(quickfix.field.LegPositionEffect field) {
return isSetField(field);
}
public boolean isSetLegPositionEffect() {
return isSetField(564);
}
public void set(quickfix.field.LegCoveredOrUncovered value) {
setField(value);
}
public quickfix.field.LegCoveredOrUncovered get(quickfix.field.LegCoveredOrUncovered value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCoveredOrUncovered getLegCoveredOrUncovered() throws FieldNotFound {
return get(new quickfix.field.LegCoveredOrUncovered());
}
public boolean isSet(quickfix.field.LegCoveredOrUncovered field) {
return isSetField(field);
}
public boolean isSetLegCoveredOrUncovered() {
return isSetField(565);
}
public void set(quickfix.fix50sp2.component.NestedParties3 component) {
setComponent(component);
}
public quickfix.fix50sp2.component.NestedParties3 get(quickfix.fix50sp2.component.NestedParties3 component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix50sp2.component.NestedParties3 getNestedParties3() throws FieldNotFound {
return get(new quickfix.fix50sp2.component.NestedParties3());
}
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);
}
}
}
public void set(quickfix.field.LegRefID value) {
setField(value);
}
public quickfix.field.LegRefID get(quickfix.field.LegRefID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegRefID getLegRefID() throws FieldNotFound {
return get(new quickfix.field.LegRefID());
}
public boolean isSet(quickfix.field.LegRefID field) {
return isSetField(field);
}
public boolean isSetLegRefID() {
return isSetField(654);
}
public void set(quickfix.field.LegSettlType value) {
setField(value);
}
public quickfix.field.LegSettlType get(quickfix.field.LegSettlType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSettlType getLegSettlType() throws FieldNotFound {
return get(new quickfix.field.LegSettlType());
}
public boolean isSet(quickfix.field.LegSettlType field) {
return isSetField(field);
}
public boolean isSetLegSettlType() {
return isSetField(587);
}
public void set(quickfix.field.LegSettlDate value) {
setField(value);
}
public quickfix.field.LegSettlDate get(quickfix.field.LegSettlDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSettlDate getLegSettlDate() throws FieldNotFound {
return get(new quickfix.field.LegSettlDate());
}
public boolean isSet(quickfix.field.LegSettlDate field) {
return isSetField(field);
}
public boolean isSetLegSettlDate() {
return isSetField(588);
}
public void set(quickfix.field.LegLastPx value) {
setField(value);
}
public quickfix.field.LegLastPx get(quickfix.field.LegLastPx value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegLastPx getLegLastPx() throws FieldNotFound {
return get(new quickfix.field.LegLastPx());
}
public boolean isSet(quickfix.field.LegLastPx field) {
return isSetField(field);
}
public boolean isSetLegLastPx() {
return isSetField(637);
}
public void set(quickfix.field.LegSettlCurrency value) {
setField(value);
}
public quickfix.field.LegSettlCurrency get(quickfix.field.LegSettlCurrency value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegSettlCurrency getLegSettlCurrency() throws FieldNotFound {
return get(new quickfix.field.LegSettlCurrency());
}
public boolean isSet(quickfix.field.LegSettlCurrency field) {
return isSetField(field);
}
public boolean isSetLegSettlCurrency() {
return isSetField(675);
}
public void set(quickfix.field.LegLastForwardPoints value) {
setField(value);
}
public quickfix.field.LegLastForwardPoints get(quickfix.field.LegLastForwardPoints value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegLastForwardPoints getLegLastForwardPoints() throws FieldNotFound {
return get(new quickfix.field.LegLastForwardPoints());
}
public boolean isSet(quickfix.field.LegLastForwardPoints field) {
return isSetField(field);
}
public boolean isSetLegLastForwardPoints() {
return isSetField(1073);
}
public void set(quickfix.field.LegCalculatedCcyLastQty value) {
setField(value);
}
public quickfix.field.LegCalculatedCcyLastQty get(quickfix.field.LegCalculatedCcyLastQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCalculatedCcyLastQty getLegCalculatedCcyLastQty() throws FieldNotFound {
return get(new quickfix.field.LegCalculatedCcyLastQty());
}
public boolean isSet(quickfix.field.LegCalculatedCcyLastQty field) {
return isSetField(field);
}
public boolean isSetLegCalculatedCcyLastQty() {
return isSetField(1074);
}
public void set(quickfix.field.LegGrossTradeAmt value) {
setField(value);
}
public quickfix.field.LegGrossTradeAmt get(quickfix.field.LegGrossTradeAmt value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegGrossTradeAmt getLegGrossTradeAmt() throws FieldNotFound {
return get(new quickfix.field.LegGrossTradeAmt());
}
public boolean isSet(quickfix.field.LegGrossTradeAmt field) {
return isSetField(field);
}
public boolean isSetLegGrossTradeAmt() {
return isSetField(1075);
}
public void set(quickfix.field.LegVolatility value) {
setField(value);
}
public quickfix.field.LegVolatility get(quickfix.field.LegVolatility value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegVolatility getLegVolatility() throws FieldNotFound {
return get(new quickfix.field.LegVolatility());
}
public boolean isSet(quickfix.field.LegVolatility field) {
return isSetField(field);
}
public boolean isSetLegVolatility() {
return isSetField(1379);
}
public void set(quickfix.field.LegDividendYield value) {
setField(value);
}
public quickfix.field.LegDividendYield get(quickfix.field.LegDividendYield value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegDividendYield getLegDividendYield() throws FieldNotFound {
return get(new quickfix.field.LegDividendYield());
}
public boolean isSet(quickfix.field.LegDividendYield field) {
return isSetField(field);
}
public boolean isSetLegDividendYield() {
return isSetField(1381);
}
public void set(quickfix.field.LegCurrencyRatio value) {
setField(value);
}
public quickfix.field.LegCurrencyRatio get(quickfix.field.LegCurrencyRatio value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegCurrencyRatio getLegCurrencyRatio() throws FieldNotFound {
return get(new quickfix.field.LegCurrencyRatio());
}
public boolean isSet(quickfix.field.LegCurrencyRatio field) {
return isSetField(field);
}
public boolean isSetLegCurrencyRatio() {
return isSetField(1383);
}
public void set(quickfix.field.LegExecInst value) {
setField(value);
}
public quickfix.field.LegExecInst get(quickfix.field.LegExecInst value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegExecInst getLegExecInst() throws FieldNotFound {
return get(new quickfix.field.LegExecInst());
}
public boolean isSet(quickfix.field.LegExecInst field) {
return isSetField(field);
}
public boolean isSetLegExecInst() {
return isSetField(1384);
}
public void set(quickfix.field.LegLastQty value) {
setField(value);
}
public quickfix.field.LegLastQty get(quickfix.field.LegLastQty value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegLastQty getLegLastQty() throws FieldNotFound {
return get(new quickfix.field.LegLastQty());
}
public boolean isSet(quickfix.field.LegLastQty field) {
return isSetField(field);
}
public boolean isSetLegLastQty() {
return isSetField(1418);
}
}
}