quickfix.fixt11.Logon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quickfixj-messages-fixt11 Show documentation
Show all versions of quickfixj-messages-fixt11 Show documentation
QuickFIX/J Message classes for FIXT 1.1
package quickfix.fixt11;
import quickfix.FieldNotFound;
import quickfix.Group;
public class Logon extends Message {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "A";
public Logon() {
super();
getHeader().setField(new quickfix.field.MsgType(MSGTYPE));
}
public Logon(quickfix.field.EncryptMethod encryptMethod, quickfix.field.HeartBtInt heartBtInt, quickfix.field.DefaultApplVerID defaultApplVerID) {
this();
setField(encryptMethod);
setField(heartBtInt);
setField(defaultApplVerID);
}
public void set(quickfix.field.EncryptMethod value) {
setField(value);
}
public quickfix.field.EncryptMethod get(quickfix.field.EncryptMethod value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncryptMethod getEncryptMethod() throws FieldNotFound {
return get(new quickfix.field.EncryptMethod());
}
public boolean isSet(quickfix.field.EncryptMethod field) {
return isSetField(field);
}
public boolean isSetEncryptMethod() {
return isSetField(98);
}
public void set(quickfix.field.HeartBtInt value) {
setField(value);
}
public quickfix.field.HeartBtInt get(quickfix.field.HeartBtInt value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.HeartBtInt getHeartBtInt() throws FieldNotFound {
return get(new quickfix.field.HeartBtInt());
}
public boolean isSet(quickfix.field.HeartBtInt field) {
return isSetField(field);
}
public boolean isSetHeartBtInt() {
return isSetField(108);
}
public void set(quickfix.field.RawDataLength value) {
setField(value);
}
public quickfix.field.RawDataLength get(quickfix.field.RawDataLength value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.RawDataLength getRawDataLength() throws FieldNotFound {
return get(new quickfix.field.RawDataLength());
}
public boolean isSet(quickfix.field.RawDataLength field) {
return isSetField(field);
}
public boolean isSetRawDataLength() {
return isSetField(95);
}
public void set(quickfix.field.RawData value) {
setField(value);
}
public quickfix.field.RawData get(quickfix.field.RawData value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.RawData getRawData() throws FieldNotFound {
return get(new quickfix.field.RawData());
}
public boolean isSet(quickfix.field.RawData field) {
return isSetField(field);
}
public boolean isSetRawData() {
return isSetField(96);
}
public void set(quickfix.field.ResetSeqNumFlag value) {
setField(value);
}
public quickfix.field.ResetSeqNumFlag get(quickfix.field.ResetSeqNumFlag value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.ResetSeqNumFlag getResetSeqNumFlag() throws FieldNotFound {
return get(new quickfix.field.ResetSeqNumFlag());
}
public boolean isSet(quickfix.field.ResetSeqNumFlag field) {
return isSetField(field);
}
public boolean isSetResetSeqNumFlag() {
return isSetField(141);
}
public void set(quickfix.field.NextExpectedMsgSeqNum value) {
setField(value);
}
public quickfix.field.NextExpectedMsgSeqNum get(quickfix.field.NextExpectedMsgSeqNum value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NextExpectedMsgSeqNum getNextExpectedMsgSeqNum() throws FieldNotFound {
return get(new quickfix.field.NextExpectedMsgSeqNum());
}
public boolean isSet(quickfix.field.NextExpectedMsgSeqNum field) {
return isSetField(field);
}
public boolean isSetNextExpectedMsgSeqNum() {
return isSetField(789);
}
public void set(quickfix.field.MaxMessageSize value) {
setField(value);
}
public quickfix.field.MaxMessageSize get(quickfix.field.MaxMessageSize value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.MaxMessageSize getMaxMessageSize() throws FieldNotFound {
return get(new quickfix.field.MaxMessageSize());
}
public boolean isSet(quickfix.field.MaxMessageSize field) {
return isSetField(field);
}
public boolean isSetMaxMessageSize() {
return isSetField(383);
}
public void set(quickfix.fixt11.component.MsgTypeGrp component) {
setComponent(component);
}
public quickfix.fixt11.component.MsgTypeGrp get(quickfix.fixt11.component.MsgTypeGrp component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fixt11.component.MsgTypeGrp getMsgTypeGrp() throws FieldNotFound {
return get(new quickfix.fixt11.component.MsgTypeGrp());
}
public void set(quickfix.field.NoMsgTypes value) {
setField(value);
}
public quickfix.field.NoMsgTypes get(quickfix.field.NoMsgTypes value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoMsgTypes getNoMsgTypes() throws FieldNotFound {
return get(new quickfix.field.NoMsgTypes());
}
public boolean isSet(quickfix.field.NoMsgTypes field) {
return isSetField(field);
}
public boolean isSetNoMsgTypes() {
return isSetField(384);
}
public static class NoMsgTypes extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {372, 385, 1130, 1406, 1131, 1410, 0};
public NoMsgTypes() {
super(384, 372, ORDER);
}
public void set(quickfix.field.RefMsgType value) {
setField(value);
}
public quickfix.field.RefMsgType get(quickfix.field.RefMsgType value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.RefMsgType getRefMsgType() throws FieldNotFound {
return get(new quickfix.field.RefMsgType());
}
public boolean isSet(quickfix.field.RefMsgType field) {
return isSetField(field);
}
public boolean isSetRefMsgType() {
return isSetField(372);
}
public void set(quickfix.field.MsgDirection value) {
setField(value);
}
public quickfix.field.MsgDirection get(quickfix.field.MsgDirection value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.MsgDirection getMsgDirection() throws FieldNotFound {
return get(new quickfix.field.MsgDirection());
}
public boolean isSet(quickfix.field.MsgDirection field) {
return isSetField(field);
}
public boolean isSetMsgDirection() {
return isSetField(385);
}
public void set(quickfix.field.RefApplVerID value) {
setField(value);
}
public quickfix.field.RefApplVerID get(quickfix.field.RefApplVerID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.RefApplVerID getRefApplVerID() throws FieldNotFound {
return get(new quickfix.field.RefApplVerID());
}
public boolean isSet(quickfix.field.RefApplVerID field) {
return isSetField(field);
}
public boolean isSetRefApplVerID() {
return isSetField(1130);
}
public void set(quickfix.field.RefApplExtID value) {
setField(value);
}
public quickfix.field.RefApplExtID get(quickfix.field.RefApplExtID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.RefApplExtID getRefApplExtID() throws FieldNotFound {
return get(new quickfix.field.RefApplExtID());
}
public boolean isSet(quickfix.field.RefApplExtID field) {
return isSetField(field);
}
public boolean isSetRefApplExtID() {
return isSetField(1406);
}
public void set(quickfix.field.RefCstmApplVerID value) {
setField(value);
}
public quickfix.field.RefCstmApplVerID get(quickfix.field.RefCstmApplVerID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.RefCstmApplVerID getRefCstmApplVerID() throws FieldNotFound {
return get(new quickfix.field.RefCstmApplVerID());
}
public boolean isSet(quickfix.field.RefCstmApplVerID field) {
return isSetField(field);
}
public boolean isSetRefCstmApplVerID() {
return isSetField(1131);
}
public void set(quickfix.field.DefaultVerIndicator value) {
setField(value);
}
public quickfix.field.DefaultVerIndicator get(quickfix.field.DefaultVerIndicator value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.DefaultVerIndicator getDefaultVerIndicator() throws FieldNotFound {
return get(new quickfix.field.DefaultVerIndicator());
}
public boolean isSet(quickfix.field.DefaultVerIndicator field) {
return isSetField(field);
}
public boolean isSetDefaultVerIndicator() {
return isSetField(1410);
}
}
public void set(quickfix.field.TestMessageIndicator value) {
setField(value);
}
public quickfix.field.TestMessageIndicator get(quickfix.field.TestMessageIndicator value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.TestMessageIndicator getTestMessageIndicator() throws FieldNotFound {
return get(new quickfix.field.TestMessageIndicator());
}
public boolean isSet(quickfix.field.TestMessageIndicator field) {
return isSetField(field);
}
public boolean isSetTestMessageIndicator() {
return isSetField(464);
}
public void set(quickfix.field.Username value) {
setField(value);
}
public quickfix.field.Username get(quickfix.field.Username value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Username getUsername() throws FieldNotFound {
return get(new quickfix.field.Username());
}
public boolean isSet(quickfix.field.Username field) {
return isSetField(field);
}
public boolean isSetUsername() {
return isSetField(553);
}
public void set(quickfix.field.Password value) {
setField(value);
}
public quickfix.field.Password get(quickfix.field.Password value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.Password getPassword() throws FieldNotFound {
return get(new quickfix.field.Password());
}
public boolean isSet(quickfix.field.Password field) {
return isSetField(field);
}
public boolean isSetPassword() {
return isSetField(554);
}
public void set(quickfix.field.NewPassword value) {
setField(value);
}
public quickfix.field.NewPassword get(quickfix.field.NewPassword value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NewPassword getNewPassword() throws FieldNotFound {
return get(new quickfix.field.NewPassword());
}
public boolean isSet(quickfix.field.NewPassword field) {
return isSetField(field);
}
public boolean isSetNewPassword() {
return isSetField(925);
}
public void set(quickfix.field.EncryptedPasswordMethod value) {
setField(value);
}
public quickfix.field.EncryptedPasswordMethod get(quickfix.field.EncryptedPasswordMethod value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncryptedPasswordMethod getEncryptedPasswordMethod() throws FieldNotFound {
return get(new quickfix.field.EncryptedPasswordMethod());
}
public boolean isSet(quickfix.field.EncryptedPasswordMethod field) {
return isSetField(field);
}
public boolean isSetEncryptedPasswordMethod() {
return isSetField(1400);
}
public void set(quickfix.field.EncryptedPasswordLen value) {
setField(value);
}
public quickfix.field.EncryptedPasswordLen get(quickfix.field.EncryptedPasswordLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncryptedPasswordLen getEncryptedPasswordLen() throws FieldNotFound {
return get(new quickfix.field.EncryptedPasswordLen());
}
public boolean isSet(quickfix.field.EncryptedPasswordLen field) {
return isSetField(field);
}
public boolean isSetEncryptedPasswordLen() {
return isSetField(1401);
}
public void set(quickfix.field.EncryptedPassword value) {
setField(value);
}
public quickfix.field.EncryptedPassword get(quickfix.field.EncryptedPassword value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncryptedPassword getEncryptedPassword() throws FieldNotFound {
return get(new quickfix.field.EncryptedPassword());
}
public boolean isSet(quickfix.field.EncryptedPassword field) {
return isSetField(field);
}
public boolean isSetEncryptedPassword() {
return isSetField(1402);
}
public void set(quickfix.field.EncryptedNewPasswordLen value) {
setField(value);
}
public quickfix.field.EncryptedNewPasswordLen get(quickfix.field.EncryptedNewPasswordLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncryptedNewPasswordLen getEncryptedNewPasswordLen() throws FieldNotFound {
return get(new quickfix.field.EncryptedNewPasswordLen());
}
public boolean isSet(quickfix.field.EncryptedNewPasswordLen field) {
return isSetField(field);
}
public boolean isSetEncryptedNewPasswordLen() {
return isSetField(1403);
}
public void set(quickfix.field.EncryptedNewPassword value) {
setField(value);
}
public quickfix.field.EncryptedNewPassword get(quickfix.field.EncryptedNewPassword value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncryptedNewPassword getEncryptedNewPassword() throws FieldNotFound {
return get(new quickfix.field.EncryptedNewPassword());
}
public boolean isSet(quickfix.field.EncryptedNewPassword field) {
return isSetField(field);
}
public boolean isSetEncryptedNewPassword() {
return isSetField(1404);
}
public void set(quickfix.field.SessionStatus value) {
setField(value);
}
public quickfix.field.SessionStatus get(quickfix.field.SessionStatus value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.SessionStatus getSessionStatus() throws FieldNotFound {
return get(new quickfix.field.SessionStatus());
}
public boolean isSet(quickfix.field.SessionStatus field) {
return isSetField(field);
}
public boolean isSetSessionStatus() {
return isSetField(1409);
}
public void set(quickfix.field.DefaultApplVerID value) {
setField(value);
}
public quickfix.field.DefaultApplVerID get(quickfix.field.DefaultApplVerID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.DefaultApplVerID getDefaultApplVerID() throws FieldNotFound {
return get(new quickfix.field.DefaultApplVerID());
}
public boolean isSet(quickfix.field.DefaultApplVerID field) {
return isSetField(field);
}
public boolean isSetDefaultApplVerID() {
return isSetField(1137);
}
public void set(quickfix.field.DefaultApplExtID value) {
setField(value);
}
public quickfix.field.DefaultApplExtID get(quickfix.field.DefaultApplExtID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.DefaultApplExtID getDefaultApplExtID() throws FieldNotFound {
return get(new quickfix.field.DefaultApplExtID());
}
public boolean isSet(quickfix.field.DefaultApplExtID field) {
return isSetField(field);
}
public boolean isSetDefaultApplExtID() {
return isSetField(1407);
}
public void set(quickfix.field.DefaultCstmApplVerID value) {
setField(value);
}
public quickfix.field.DefaultCstmApplVerID get(quickfix.field.DefaultCstmApplVerID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.DefaultCstmApplVerID getDefaultCstmApplVerID() throws FieldNotFound {
return get(new quickfix.field.DefaultCstmApplVerID());
}
public boolean isSet(quickfix.field.DefaultCstmApplVerID field) {
return isSetField(field);
}
public boolean isSetDefaultCstmApplVerID() {
return isSetField(1408);
}
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.EncodedTextLen value) {
setField(value);
}
public quickfix.field.EncodedTextLen get(quickfix.field.EncodedTextLen value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedTextLen getEncodedTextLen() throws FieldNotFound {
return get(new quickfix.field.EncodedTextLen());
}
public boolean isSet(quickfix.field.EncodedTextLen field) {
return isSetField(field);
}
public boolean isSetEncodedTextLen() {
return isSetField(354);
}
public void set(quickfix.field.EncodedText value) {
setField(value);
}
public quickfix.field.EncodedText get(quickfix.field.EncodedText value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.EncodedText getEncodedText() throws FieldNotFound {
return get(new quickfix.field.EncodedText());
}
public boolean isSet(quickfix.field.EncodedText field) {
return isSetField(field);
}
public boolean isSetEncodedText() {
return isSetField(355);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy