- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {LocalDateTime l =
new LocalDateTime()
LocalDateTime.now()
DateTimeFormatter formatter;String text;formatter.parseLocalDateTime(text)
- Smart code suggestions by Codota
}
public quickfix.field.NoInstrumentPartySubIDs getNoInstrumentPartySubIDs() throws FieldNotFound { return get(new quickfix.field.NoInstrumentPartySubIDs()); }
public quickfix.fix50sp2.component.InstrumentPtysSubGrp get(quickfix.fix50sp2.component.InstrumentPtysSubGrp component) throws FieldNotFound { getComponent(component); return component; }
public quickfix.field.NoInstrumentPartySubIDs get(quickfix.field.NoInstrumentPartySubIDs value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.InstrumentPartyIDSource getInstrumentPartyIDSource() throws FieldNotFound { return get(new quickfix.field.InstrumentPartyIDSource()); }
public boolean isSetInstrumentPartyIDSource() { return isSetField(1050); }
public boolean isSetInstrumentPartyID() { return isSetField(1019); }
public quickfix.field.InstrumentPartyRole getInstrumentPartyRole() throws FieldNotFound { return get(new quickfix.field.InstrumentPartyRole()); }
public boolean isSetInstrumentPartyIDSource() { return isSetField(1050); }
public boolean isSet(quickfix.field.InstrumentPartyID field) { return isSetField(field); }
public void set(quickfix.fix50sp2.component.InstrumentPtysSubGrp component) { setComponent(component); }
public boolean isSetNoInstrumentPartySubIDs() { return isSetField(1052); }
public void set(quickfix.fix50sp2.component.InstrumentPtysSubGrp component) { setComponent(component); }
public void set(quickfix.field.InstrumentPartyID value) { setField(value); }
public boolean isSet(quickfix.field.InstrumentPartyRole field) { return isSetField(field); }
public void set(quickfix.field.InstrumentPartyID value) { setField(value); }
public void set(quickfix.field.InstrumentPartyRole value) { setField(value); }
public boolean isSetNoInstrumentPartySubIDs() { return isSetField(1052); }
public void set(quickfix.field.NoInstrumentPartySubIDs value) { setField(value); }
public boolean isSet(quickfix.field.NoInstrumentPartySubIDs field) { return isSetField(field); }
public quickfix.field.InstrumentPartyID getInstrumentPartyID() throws FieldNotFound { return get(new quickfix.field.InstrumentPartyID()); }