public quickfix.field.EventPx getEventPx() throws FieldNotFound { return get(new quickfix.field.EventPx()); }
public quickfix.field.EventText get(quickfix.field.EventText value) throws FieldNotFound { getField(value); return value; }
public boolean isSetEventTime() { return isSetField(1145); }
public boolean isSet(quickfix.field.EventTime field) { return isSetField(field); }
public boolean isSet(quickfix.field.EventText field) { return isSetField(field); }
public boolean isSetEventPx() { return isSetField(867); }
public boolean isSetEventDate() { return isSetField(866); }
public boolean isSetEventType() { return isSetField(865); }
public quickfix.field.EventTime getEventTime() throws FieldNotFound { return get(new quickfix.field.EventTime()); }
public quickfix.field.EventDate getEventDate() throws FieldNotFound { return get(new quickfix.field.EventDate()); }
public boolean isSet(quickfix.field.EventText field) { return isSetField(field); }
public boolean isSetEventPx() { return isSetField(867); }
public boolean isSet(quickfix.field.EventType field) { return isSetField(field); }
public quickfix.field.EventText getEventText() throws FieldNotFound { return get(new quickfix.field.EventText()); }
public quickfix.field.EventPx getEventPx() throws FieldNotFound { return get(new quickfix.field.EventPx()); }
public quickfix.field.EventText getEventText() throws FieldNotFound { return get(new quickfix.field.EventText()); }
public void set(quickfix.field.EventTime value) { setField(value); }
public void set(quickfix.field.EventDate value) { setField(value); }
public boolean isSetEventText() { return isSetField(868); }
public boolean isSetEventDate() { return isSetField(866); }