quickfix.fix43.AllocationACK Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quickfixj-messages-fix43 Show documentation
Show all versions of quickfixj-messages-fix43 Show documentation
QuickFIX/J Message classes for FIX 4.3
package quickfix.fix43;
import quickfix.FieldNotFound;
import quickfix.Group;
public class AllocationACK extends Message {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "P";
public AllocationACK() {
super();
getHeader().setField(new quickfix.field.MsgType(MSGTYPE));
}
public AllocationACK(quickfix.field.AllocID allocID, quickfix.field.TradeDate tradeDate, quickfix.field.AllocStatus allocStatus) {
this();
setField(allocID);
setField(tradeDate);
setField(allocStatus);
}
public void set(quickfix.fix43.component.Parties component) {
setComponent(component);
}
public quickfix.fix43.component.Parties get(quickfix.fix43.component.Parties component) throws FieldNotFound {
getComponent(component);
return component;
}
public quickfix.fix43.component.Parties getParties() throws FieldNotFound {
return get(new quickfix.fix43.component.Parties());
}
public void set(quickfix.field.NoPartyIDs value) {
setField(value);
}
public quickfix.field.NoPartyIDs get(quickfix.field.NoPartyIDs value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.NoPartyIDs getNoPartyIDs() throws FieldNotFound {
return get(new quickfix.field.NoPartyIDs());
}
public boolean isSet(quickfix.field.NoPartyIDs field) {
return isSetField(field);
}
public boolean isSetNoPartyIDs() {
return isSetField(453);
}
public static class NoPartyIDs extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {448, 447, 452, 523, 0};
public NoPartyIDs() {
super(453, 448, ORDER);
}
public void set(quickfix.field.PartyID value) {
setField(value);
}
public quickfix.field.PartyID get(quickfix.field.PartyID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.PartyID getPartyID() throws FieldNotFound {
return get(new quickfix.field.PartyID());
}
public boolean isSet(quickfix.field.PartyID field) {
return isSetField(field);
}
public boolean isSetPartyID() {
return isSetField(448);
}
public void set(quickfix.field.PartyIDSource value) {
setField(value);
}
public quickfix.field.PartyIDSource get(quickfix.field.PartyIDSource value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.PartyIDSource getPartyIDSource() throws FieldNotFound {
return get(new quickfix.field.PartyIDSource());
}
public boolean isSet(quickfix.field.PartyIDSource field) {
return isSetField(field);
}
public boolean isSetPartyIDSource() {
return isSetField(447);
}
public void set(quickfix.field.PartyRole value) {
setField(value);
}
public quickfix.field.PartyRole get(quickfix.field.PartyRole value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.PartyRole getPartyRole() throws FieldNotFound {
return get(new quickfix.field.PartyRole());
}
public boolean isSet(quickfix.field.PartyRole field) {
return isSetField(field);
}
public boolean isSetPartyRole() {
return isSetField(452);
}
public void set(quickfix.field.PartySubID value) {
setField(value);
}
public quickfix.field.PartySubID get(quickfix.field.PartySubID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.PartySubID getPartySubID() throws FieldNotFound {
return get(new quickfix.field.PartySubID());
}
public boolean isSet(quickfix.field.PartySubID field) {
return isSetField(field);
}
public boolean isSetPartySubID() {
return isSetField(523);
}
}
public void set(quickfix.field.AllocID value) {
setField(value);
}
public quickfix.field.AllocID get(quickfix.field.AllocID value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.AllocID getAllocID() throws FieldNotFound {
return get(new quickfix.field.AllocID());
}
public boolean isSet(quickfix.field.AllocID field) {
return isSetField(field);
}
public boolean isSetAllocID() {
return isSetField(70);
}
public void set(quickfix.field.TradeDate value) {
setField(value);
}
public quickfix.field.TradeDate get(quickfix.field.TradeDate value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.TradeDate getTradeDate() throws FieldNotFound {
return get(new quickfix.field.TradeDate());
}
public boolean isSet(quickfix.field.TradeDate field) {
return isSetField(field);
}
public boolean isSetTradeDate() {
return isSetField(75);
}
public void set(quickfix.field.TransactTime value) {
setField(value);
}
public quickfix.field.TransactTime get(quickfix.field.TransactTime value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.TransactTime getTransactTime() throws FieldNotFound {
return get(new quickfix.field.TransactTime());
}
public boolean isSet(quickfix.field.TransactTime field) {
return isSetField(field);
}
public boolean isSetTransactTime() {
return isSetField(60);
}
public void set(quickfix.field.AllocStatus value) {
setField(value);
}
public quickfix.field.AllocStatus get(quickfix.field.AllocStatus value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.AllocStatus getAllocStatus() throws FieldNotFound {
return get(new quickfix.field.AllocStatus());
}
public boolean isSet(quickfix.field.AllocStatus field) {
return isSetField(field);
}
public boolean isSetAllocStatus() {
return isSetField(87);
}
public void set(quickfix.field.AllocRejCode value) {
setField(value);
}
public quickfix.field.AllocRejCode get(quickfix.field.AllocRejCode value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.AllocRejCode getAllocRejCode() throws FieldNotFound {
return get(new quickfix.field.AllocRejCode());
}
public boolean isSet(quickfix.field.AllocRejCode field) {
return isSetField(field);
}
public boolean isSetAllocRejCode() {
return isSetField(88);
}
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);
}
public void set(quickfix.field.LegalConfirm value) {
setField(value);
}
public quickfix.field.LegalConfirm get(quickfix.field.LegalConfirm value) throws FieldNotFound {
getField(value);
return value;
}
public quickfix.field.LegalConfirm getLegalConfirm() throws FieldNotFound {
return get(new quickfix.field.LegalConfirm());
}
public boolean isSet(quickfix.field.LegalConfirm field) {
return isSetField(field);
}
public boolean isSetLegalConfirm() {
return isSetField(650);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy