quickfix.fix42.QuoteAcknowledgement Maven / Gradle / Ivy
package quickfix.fix42;
import quickfix.FieldNotFound;
import quickfix.Group;
public class QuoteAcknowledgement extends Message {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "b";
public QuoteAcknowledgement() {
super();
getHeader().setField(new quickfix.field.MsgType(MSGTYPE));
}
public QuoteAcknowledgement(quickfix.field.QuoteAckStatus quoteAckStatus) {
this();
setField(quoteAckStatus);
}
public void set(quickfix.field.QuoteReqID value) {
setField(value);
}
public quickfix.field.QuoteReqID get(quickfix.field.QuoteReqID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteReqID getQuoteReqID() throws FieldNotFound {
return get(new quickfix.field.QuoteReqID());
}
public boolean isSet(quickfix.field.QuoteReqID field) {
return isSetField(field);
}
public boolean isSetQuoteReqID() {
return isSetField(131);
}
public void set(quickfix.field.QuoteID value) {
setField(value);
}
public quickfix.field.QuoteID get(quickfix.field.QuoteID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteID getQuoteID() throws FieldNotFound {
return get(new quickfix.field.QuoteID());
}
public boolean isSet(quickfix.field.QuoteID field) {
return isSetField(field);
}
public boolean isSetQuoteID() {
return isSetField(117);
}
public void set(quickfix.field.QuoteAckStatus value) {
setField(value);
}
public quickfix.field.QuoteAckStatus get(quickfix.field.QuoteAckStatus value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteAckStatus getQuoteAckStatus() throws FieldNotFound {
return get(new quickfix.field.QuoteAckStatus());
}
public boolean isSet(quickfix.field.QuoteAckStatus field) {
return isSetField(field);
}
public boolean isSetQuoteAckStatus() {
return isSetField(297);
}
public void set(quickfix.field.QuoteRejectReason value) {
setField(value);
}
public quickfix.field.QuoteRejectReason get(quickfix.field.QuoteRejectReason value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteRejectReason getQuoteRejectReason() throws FieldNotFound {
return get(new quickfix.field.QuoteRejectReason());
}
public boolean isSet(quickfix.field.QuoteRejectReason field) {
return isSetField(field);
}
public boolean isSetQuoteRejectReason() {
return isSetField(300);
}
public void set(quickfix.field.QuoteResponseLevel value) {
setField(value);
}
public quickfix.field.QuoteResponseLevel get(quickfix.field.QuoteResponseLevel value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteResponseLevel getQuoteResponseLevel() throws FieldNotFound {
return get(new quickfix.field.QuoteResponseLevel());
}
public boolean isSet(quickfix.field.QuoteResponseLevel field) {
return isSetField(field);
}
public boolean isSetQuoteResponseLevel() {
return isSetField(301);
}
public void set(quickfix.field.TradingSessionID value) {
setField(value);
}
public quickfix.field.TradingSessionID get(quickfix.field.TradingSessionID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.TradingSessionID getTradingSessionID() throws FieldNotFound {
return get(new quickfix.field.TradingSessionID());
}
public boolean isSet(quickfix.field.TradingSessionID field) {
return isSetField(field);
}
public boolean isSetTradingSessionID() {
return isSetField(336);
}
public void set(quickfix.field.Text value) {
setField(value);
}
public quickfix.field.Text get(quickfix.field.Text value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Text getText() throws FieldNotFound {
return get(new quickfix.field.Text());
}
public boolean isSet(quickfix.field.Text field) {
return isSetField(field);
}
public boolean isSetText() {
return isSetField(58);
}
public void set(quickfix.field.NoQuoteSets value) {
setField(value);
}
public quickfix.field.NoQuoteSets get(quickfix.field.NoQuoteSets value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoQuoteSets getNoQuoteSets() throws FieldNotFound {
return get(new quickfix.field.NoQuoteSets());
}
public boolean isSet(quickfix.field.NoQuoteSets field) {
return isSetField(field);
}
public boolean isSetNoQuoteSets() {
return isSetField(296);
}
public static class NoQuoteSets extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {302, 311, 312, 309, 305, 310, 313, 314, 315, 316, 317, 436, 435, 308, 306, 362, 363, 307, 364, 365, 304, 295, 0};
public NoQuoteSets() {
super(296, 302, ORDER);
}
public void set(quickfix.field.QuoteSetID value) {
setField(value);
}
public quickfix.field.QuoteSetID get(quickfix.field.QuoteSetID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteSetID getQuoteSetID() throws FieldNotFound {
return get(new quickfix.field.QuoteSetID());
}
public boolean isSet(quickfix.field.QuoteSetID field) {
return isSetField(field);
}
public boolean isSetQuoteSetID() {
return isSetField(302);
}
public void set(quickfix.field.UnderlyingSymbol value) {
setField(value);
}
public quickfix.field.UnderlyingSymbol get(quickfix.field.UnderlyingSymbol value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingSymbol getUnderlyingSymbol() throws FieldNotFound {
return get(new quickfix.field.UnderlyingSymbol());
}
public boolean isSet(quickfix.field.UnderlyingSymbol field) {
return isSetField(field);
}
public boolean isSetUnderlyingSymbol() {
return isSetField(311);
}
public void set(quickfix.field.UnderlyingSymbolSfx value) {
setField(value);
}
public quickfix.field.UnderlyingSymbolSfx get(quickfix.field.UnderlyingSymbolSfx value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingSymbolSfx getUnderlyingSymbolSfx() throws FieldNotFound {
return get(new quickfix.field.UnderlyingSymbolSfx());
}
public boolean isSet(quickfix.field.UnderlyingSymbolSfx field) {
return isSetField(field);
}
public boolean isSetUnderlyingSymbolSfx() {
return isSetField(312);
}
public void set(quickfix.field.UnderlyingSecurityID value) {
setField(value);
}
public quickfix.field.UnderlyingSecurityID get(quickfix.field.UnderlyingSecurityID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingSecurityID getUnderlyingSecurityID() throws FieldNotFound {
return get(new quickfix.field.UnderlyingSecurityID());
}
public boolean isSet(quickfix.field.UnderlyingSecurityID field) {
return isSetField(field);
}
public boolean isSetUnderlyingSecurityID() {
return isSetField(309);
}
public void set(quickfix.field.UnderlyingIDSource value) {
setField(value);
}
public quickfix.field.UnderlyingIDSource get(quickfix.field.UnderlyingIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingIDSource getUnderlyingIDSource() throws FieldNotFound {
return get(new quickfix.field.UnderlyingIDSource());
}
public boolean isSet(quickfix.field.UnderlyingIDSource field) {
return isSetField(field);
}
public boolean isSetUnderlyingIDSource() {
return isSetField(305);
}
public void set(quickfix.field.UnderlyingSecurityType value) {
setField(value);
}
public quickfix.field.UnderlyingSecurityType get(quickfix.field.UnderlyingSecurityType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingSecurityType getUnderlyingSecurityType() throws FieldNotFound {
return get(new quickfix.field.UnderlyingSecurityType());
}
public boolean isSet(quickfix.field.UnderlyingSecurityType field) {
return isSetField(field);
}
public boolean isSetUnderlyingSecurityType() {
return isSetField(310);
}
public void set(quickfix.field.UnderlyingMaturityMonthYear value) {
setField(value);
}
public quickfix.field.UnderlyingMaturityMonthYear get(quickfix.field.UnderlyingMaturityMonthYear value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingMaturityMonthYear getUnderlyingMaturityMonthYear() throws FieldNotFound {
return get(new quickfix.field.UnderlyingMaturityMonthYear());
}
public boolean isSet(quickfix.field.UnderlyingMaturityMonthYear field) {
return isSetField(field);
}
public boolean isSetUnderlyingMaturityMonthYear() {
return isSetField(313);
}
public void set(quickfix.field.UnderlyingMaturityDay value) {
setField(value);
}
public quickfix.field.UnderlyingMaturityDay get(quickfix.field.UnderlyingMaturityDay value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingMaturityDay getUnderlyingMaturityDay() throws FieldNotFound {
return get(new quickfix.field.UnderlyingMaturityDay());
}
public boolean isSet(quickfix.field.UnderlyingMaturityDay field) {
return isSetField(field);
}
public boolean isSetUnderlyingMaturityDay() {
return isSetField(314);
}
public void set(quickfix.field.UnderlyingPutOrCall value) {
setField(value);
}
public quickfix.field.UnderlyingPutOrCall get(quickfix.field.UnderlyingPutOrCall value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingPutOrCall getUnderlyingPutOrCall() throws FieldNotFound {
return get(new quickfix.field.UnderlyingPutOrCall());
}
public boolean isSet(quickfix.field.UnderlyingPutOrCall field) {
return isSetField(field);
}
public boolean isSetUnderlyingPutOrCall() {
return isSetField(315);
}
public void set(quickfix.field.UnderlyingStrikePrice value) {
setField(value);
}
public quickfix.field.UnderlyingStrikePrice get(quickfix.field.UnderlyingStrikePrice value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingStrikePrice getUnderlyingStrikePrice() throws FieldNotFound {
return get(new quickfix.field.UnderlyingStrikePrice());
}
public boolean isSet(quickfix.field.UnderlyingStrikePrice field) {
return isSetField(field);
}
public boolean isSetUnderlyingStrikePrice() {
return isSetField(316);
}
public void set(quickfix.field.UnderlyingOptAttribute value) {
setField(value);
}
public quickfix.field.UnderlyingOptAttribute get(quickfix.field.UnderlyingOptAttribute value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingOptAttribute getUnderlyingOptAttribute() throws FieldNotFound {
return get(new quickfix.field.UnderlyingOptAttribute());
}
public boolean isSet(quickfix.field.UnderlyingOptAttribute field) {
return isSetField(field);
}
public boolean isSetUnderlyingOptAttribute() {
return isSetField(317);
}
public void set(quickfix.field.UnderlyingContractMultiplier value) {
setField(value);
}
public quickfix.field.UnderlyingContractMultiplier get(quickfix.field.UnderlyingContractMultiplier value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingContractMultiplier getUnderlyingContractMultiplier() throws FieldNotFound {
return get(new quickfix.field.UnderlyingContractMultiplier());
}
public boolean isSet(quickfix.field.UnderlyingContractMultiplier field) {
return isSetField(field);
}
public boolean isSetUnderlyingContractMultiplier() {
return isSetField(436);
}
public void set(quickfix.field.UnderlyingCouponRate value) {
setField(value);
}
public quickfix.field.UnderlyingCouponRate get(quickfix.field.UnderlyingCouponRate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingCouponRate getUnderlyingCouponRate() throws FieldNotFound {
return get(new quickfix.field.UnderlyingCouponRate());
}
public boolean isSet(quickfix.field.UnderlyingCouponRate field) {
return isSetField(field);
}
public boolean isSetUnderlyingCouponRate() {
return isSetField(435);
}
public void set(quickfix.field.UnderlyingSecurityExchange value) {
setField(value);
}
public quickfix.field.UnderlyingSecurityExchange get(quickfix.field.UnderlyingSecurityExchange value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingSecurityExchange getUnderlyingSecurityExchange() throws FieldNotFound {
return get(new quickfix.field.UnderlyingSecurityExchange());
}
public boolean isSet(quickfix.field.UnderlyingSecurityExchange field) {
return isSetField(field);
}
public boolean isSetUnderlyingSecurityExchange() {
return isSetField(308);
}
public void set(quickfix.field.UnderlyingIssuer value) {
setField(value);
}
public quickfix.field.UnderlyingIssuer get(quickfix.field.UnderlyingIssuer value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingIssuer getUnderlyingIssuer() throws FieldNotFound {
return get(new quickfix.field.UnderlyingIssuer());
}
public boolean isSet(quickfix.field.UnderlyingIssuer field) {
return isSetField(field);
}
public boolean isSetUnderlyingIssuer() {
return isSetField(306);
}
public void set(quickfix.field.EncodedUnderlyingIssuerLen value) {
setField(value);
}
public quickfix.field.EncodedUnderlyingIssuerLen get(quickfix.field.EncodedUnderlyingIssuerLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedUnderlyingIssuerLen getEncodedUnderlyingIssuerLen() throws FieldNotFound {
return get(new quickfix.field.EncodedUnderlyingIssuerLen());
}
public boolean isSet(quickfix.field.EncodedUnderlyingIssuerLen field) {
return isSetField(field);
}
public boolean isSetEncodedUnderlyingIssuerLen() {
return isSetField(362);
}
public void set(quickfix.field.EncodedUnderlyingIssuer value) {
setField(value);
}
public quickfix.field.EncodedUnderlyingIssuer get(quickfix.field.EncodedUnderlyingIssuer value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedUnderlyingIssuer getEncodedUnderlyingIssuer() throws FieldNotFound {
return get(new quickfix.field.EncodedUnderlyingIssuer());
}
public boolean isSet(quickfix.field.EncodedUnderlyingIssuer field) {
return isSetField(field);
}
public boolean isSetEncodedUnderlyingIssuer() {
return isSetField(363);
}
public void set(quickfix.field.UnderlyingSecurityDesc value) {
setField(value);
}
public quickfix.field.UnderlyingSecurityDesc get(quickfix.field.UnderlyingSecurityDesc value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.UnderlyingSecurityDesc getUnderlyingSecurityDesc() throws FieldNotFound {
return get(new quickfix.field.UnderlyingSecurityDesc());
}
public boolean isSet(quickfix.field.UnderlyingSecurityDesc field) {
return isSetField(field);
}
public boolean isSetUnderlyingSecurityDesc() {
return isSetField(307);
}
public void set(quickfix.field.EncodedUnderlyingSecurityDescLen value) {
setField(value);
}
public quickfix.field.EncodedUnderlyingSecurityDescLen get(quickfix.field.EncodedUnderlyingSecurityDescLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedUnderlyingSecurityDescLen getEncodedUnderlyingSecurityDescLen() throws FieldNotFound {
return get(new quickfix.field.EncodedUnderlyingSecurityDescLen());
}
public boolean isSet(quickfix.field.EncodedUnderlyingSecurityDescLen field) {
return isSetField(field);
}
public boolean isSetEncodedUnderlyingSecurityDescLen() {
return isSetField(364);
}
public void set(quickfix.field.EncodedUnderlyingSecurityDesc value) {
setField(value);
}
public quickfix.field.EncodedUnderlyingSecurityDesc get(quickfix.field.EncodedUnderlyingSecurityDesc value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedUnderlyingSecurityDesc getEncodedUnderlyingSecurityDesc() throws FieldNotFound {
return get(new quickfix.field.EncodedUnderlyingSecurityDesc());
}
public boolean isSet(quickfix.field.EncodedUnderlyingSecurityDesc field) {
return isSetField(field);
}
public boolean isSetEncodedUnderlyingSecurityDesc() {
return isSetField(365);
}
public void set(quickfix.field.TotQuoteEntries value) {
setField(value);
}
public quickfix.field.TotQuoteEntries get(quickfix.field.TotQuoteEntries value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.TotQuoteEntries getTotQuoteEntries() throws FieldNotFound {
return get(new quickfix.field.TotQuoteEntries());
}
public boolean isSet(quickfix.field.TotQuoteEntries field) {
return isSetField(field);
}
public boolean isSetTotQuoteEntries() {
return isSetField(304);
}
public void set(quickfix.field.NoQuoteEntries value) {
setField(value);
}
public quickfix.field.NoQuoteEntries get(quickfix.field.NoQuoteEntries value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoQuoteEntries getNoQuoteEntries() throws FieldNotFound {
return get(new quickfix.field.NoQuoteEntries());
}
public boolean isSet(quickfix.field.NoQuoteEntries field) {
return isSetField(field);
}
public boolean isSetNoQuoteEntries() {
return isSetField(295);
}
public static class NoQuoteEntries extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {299, 55, 65, 48, 22, 167, 200, 205, 201, 202, 206, 231, 223, 207, 106, 348, 349, 107, 350, 351, 368, 0};
public NoQuoteEntries() {
super(295, 299, ORDER);
}
public void set(quickfix.field.QuoteEntryID value) {
setField(value);
}
public quickfix.field.QuoteEntryID get(quickfix.field.QuoteEntryID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteEntryID getQuoteEntryID() throws FieldNotFound {
return get(new quickfix.field.QuoteEntryID());
}
public boolean isSet(quickfix.field.QuoteEntryID field) {
return isSetField(field);
}
public boolean isSetQuoteEntryID() {
return isSetField(299);
}
public void set(quickfix.field.Symbol value) {
setField(value);
}
public quickfix.field.Symbol get(quickfix.field.Symbol value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Symbol getSymbol() throws FieldNotFound {
return get(new quickfix.field.Symbol());
}
public boolean isSet(quickfix.field.Symbol field) {
return isSetField(field);
}
public boolean isSetSymbol() {
return isSetField(55);
}
public void set(quickfix.field.SymbolSfx value) {
setField(value);
}
public quickfix.field.SymbolSfx get(quickfix.field.SymbolSfx value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SymbolSfx getSymbolSfx() throws FieldNotFound {
return get(new quickfix.field.SymbolSfx());
}
public boolean isSet(quickfix.field.SymbolSfx field) {
return isSetField(field);
}
public boolean isSetSymbolSfx() {
return isSetField(65);
}
public void set(quickfix.field.SecurityID value) {
setField(value);
}
public quickfix.field.SecurityID get(quickfix.field.SecurityID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SecurityID getSecurityID() throws FieldNotFound {
return get(new quickfix.field.SecurityID());
}
public boolean isSet(quickfix.field.SecurityID field) {
return isSetField(field);
}
public boolean isSetSecurityID() {
return isSetField(48);
}
public void set(quickfix.field.IDSource value) {
setField(value);
}
public quickfix.field.IDSource get(quickfix.field.IDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.IDSource getIDSource() throws FieldNotFound {
return get(new quickfix.field.IDSource());
}
public boolean isSet(quickfix.field.IDSource field) {
return isSetField(field);
}
public boolean isSetIDSource() {
return isSetField(22);
}
public void set(quickfix.field.SecurityType value) {
setField(value);
}
public quickfix.field.SecurityType get(quickfix.field.SecurityType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SecurityType getSecurityType() throws FieldNotFound {
return get(new quickfix.field.SecurityType());
}
public boolean isSet(quickfix.field.SecurityType field) {
return isSetField(field);
}
public boolean isSetSecurityType() {
return isSetField(167);
}
public void set(quickfix.field.MaturityMonthYear value) {
setField(value);
}
public quickfix.field.MaturityMonthYear get(quickfix.field.MaturityMonthYear value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.MaturityMonthYear getMaturityMonthYear() throws FieldNotFound {
return get(new quickfix.field.MaturityMonthYear());
}
public boolean isSet(quickfix.field.MaturityMonthYear field) {
return isSetField(field);
}
public boolean isSetMaturityMonthYear() {
return isSetField(200);
}
public void set(quickfix.field.MaturityDay value) {
setField(value);
}
public quickfix.field.MaturityDay get(quickfix.field.MaturityDay value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.MaturityDay getMaturityDay() throws FieldNotFound {
return get(new quickfix.field.MaturityDay());
}
public boolean isSet(quickfix.field.MaturityDay field) {
return isSetField(field);
}
public boolean isSetMaturityDay() {
return isSetField(205);
}
public void set(quickfix.field.PutOrCall value) {
setField(value);
}
public quickfix.field.PutOrCall get(quickfix.field.PutOrCall value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.PutOrCall getPutOrCall() throws FieldNotFound {
return get(new quickfix.field.PutOrCall());
}
public boolean isSet(quickfix.field.PutOrCall field) {
return isSetField(field);
}
public boolean isSetPutOrCall() {
return isSetField(201);
}
public void set(quickfix.field.StrikePrice value) {
setField(value);
}
public quickfix.field.StrikePrice get(quickfix.field.StrikePrice value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.StrikePrice getStrikePrice() throws FieldNotFound {
return get(new quickfix.field.StrikePrice());
}
public boolean isSet(quickfix.field.StrikePrice field) {
return isSetField(field);
}
public boolean isSetStrikePrice() {
return isSetField(202);
}
public void set(quickfix.field.OptAttribute value) {
setField(value);
}
public quickfix.field.OptAttribute get(quickfix.field.OptAttribute value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.OptAttribute getOptAttribute() throws FieldNotFound {
return get(new quickfix.field.OptAttribute());
}
public boolean isSet(quickfix.field.OptAttribute field) {
return isSetField(field);
}
public boolean isSetOptAttribute() {
return isSetField(206);
}
public void set(quickfix.field.ContractMultiplier value) {
setField(value);
}
public quickfix.field.ContractMultiplier get(quickfix.field.ContractMultiplier value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.ContractMultiplier getContractMultiplier() throws FieldNotFound {
return get(new quickfix.field.ContractMultiplier());
}
public boolean isSet(quickfix.field.ContractMultiplier field) {
return isSetField(field);
}
public boolean isSetContractMultiplier() {
return isSetField(231);
}
public void set(quickfix.field.CouponRate value) {
setField(value);
}
public quickfix.field.CouponRate get(quickfix.field.CouponRate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.CouponRate getCouponRate() throws FieldNotFound {
return get(new quickfix.field.CouponRate());
}
public boolean isSet(quickfix.field.CouponRate field) {
return isSetField(field);
}
public boolean isSetCouponRate() {
return isSetField(223);
}
public void set(quickfix.field.SecurityExchange value) {
setField(value);
}
public quickfix.field.SecurityExchange get(quickfix.field.SecurityExchange value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SecurityExchange getSecurityExchange() throws FieldNotFound {
return get(new quickfix.field.SecurityExchange());
}
public boolean isSet(quickfix.field.SecurityExchange field) {
return isSetField(field);
}
public boolean isSetSecurityExchange() {
return isSetField(207);
}
public void set(quickfix.field.Issuer value) {
setField(value);
}
public quickfix.field.Issuer get(quickfix.field.Issuer value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Issuer getIssuer() throws FieldNotFound {
return get(new quickfix.field.Issuer());
}
public boolean isSet(quickfix.field.Issuer field) {
return isSetField(field);
}
public boolean isSetIssuer() {
return isSetField(106);
}
public void set(quickfix.field.EncodedIssuerLen value) {
setField(value);
}
public quickfix.field.EncodedIssuerLen get(quickfix.field.EncodedIssuerLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedIssuerLen getEncodedIssuerLen() throws FieldNotFound {
return get(new quickfix.field.EncodedIssuerLen());
}
public boolean isSet(quickfix.field.EncodedIssuerLen field) {
return isSetField(field);
}
public boolean isSetEncodedIssuerLen() {
return isSetField(348);
}
public void set(quickfix.field.EncodedIssuer value) {
setField(value);
}
public quickfix.field.EncodedIssuer get(quickfix.field.EncodedIssuer value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedIssuer getEncodedIssuer() throws FieldNotFound {
return get(new quickfix.field.EncodedIssuer());
}
public boolean isSet(quickfix.field.EncodedIssuer field) {
return isSetField(field);
}
public boolean isSetEncodedIssuer() {
return isSetField(349);
}
public void set(quickfix.field.SecurityDesc value) {
setField(value);
}
public quickfix.field.SecurityDesc get(quickfix.field.SecurityDesc value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SecurityDesc getSecurityDesc() throws FieldNotFound {
return get(new quickfix.field.SecurityDesc());
}
public boolean isSet(quickfix.field.SecurityDesc field) {
return isSetField(field);
}
public boolean isSetSecurityDesc() {
return isSetField(107);
}
public void set(quickfix.field.EncodedSecurityDescLen value) {
setField(value);
}
public quickfix.field.EncodedSecurityDescLen get(quickfix.field.EncodedSecurityDescLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedSecurityDescLen getEncodedSecurityDescLen() throws FieldNotFound {
return get(new quickfix.field.EncodedSecurityDescLen());
}
public boolean isSet(quickfix.field.EncodedSecurityDescLen field) {
return isSetField(field);
}
public boolean isSetEncodedSecurityDescLen() {
return isSetField(350);
}
public void set(quickfix.field.EncodedSecurityDesc value) {
setField(value);
}
public quickfix.field.EncodedSecurityDesc get(quickfix.field.EncodedSecurityDesc value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedSecurityDesc getEncodedSecurityDesc() throws FieldNotFound {
return get(new quickfix.field.EncodedSecurityDesc());
}
public boolean isSet(quickfix.field.EncodedSecurityDesc field) {
return isSetField(field);
}
public boolean isSetEncodedSecurityDesc() {
return isSetField(351);
}
public void set(quickfix.field.QuoteEntryRejectReason value) {
setField(value);
}
public quickfix.field.QuoteEntryRejectReason get(quickfix.field.QuoteEntryRejectReason value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.QuoteEntryRejectReason getQuoteEntryRejectReason() throws FieldNotFound {
return get(new quickfix.field.QuoteEntryRejectReason());
}
public boolean isSet(quickfix.field.QuoteEntryRejectReason field) {
return isSetField(field);
}
public boolean isSetQuoteEntryRejectReason() {
return isSetField(368);
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy