- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
public quickfix.field.EventTime getEventTime() throws FieldNotFound { return get(new quickfix.field.EventTime()); }
public quickfix.field.EventTime get(quickfix.field.EventTime value) throws FieldNotFound { getField(value); return value; }
public boolean isSetEventDate() { return isSetField(866); }
public quickfix.field.EventDate get(quickfix.field.EventDate value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.EventType get(quickfix.field.EventType value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.EventText get(quickfix.field.EventText value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.EventTime get(quickfix.field.EventTime value) throws FieldNotFound { getField(value); return value; }
public void set(quickfix.field.EventPx value) { setField(value); }
public quickfix.field.EventPx get(quickfix.field.EventPx value) throws FieldNotFound { getField(value); return value; }
public boolean isSet(quickfix.field.EventTime field) { return isSetField(field); }
public void set(quickfix.field.EventText value) { setField(value); }
public void set(quickfix.field.EventText value) { setField(value); }
public void set(quickfix.field.EventTime value) { setField(value); }
public void set(quickfix.field.EventTime value) { setField(value); }
public quickfix.field.EventText getEventText() throws FieldNotFound { return get(new quickfix.field.EventText()); }
public void set(quickfix.field.EventTime value) { setField(value); }
public quickfix.field.EventTime getEventTime() throws FieldNotFound { return get(new quickfix.field.EventTime()); }
public boolean isSetEventDate() { return isSetField(866); }
public boolean isSetEventText() { return isSetField(868); }
public boolean isSetEventTime() { return isSetField(1145); }