- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Connection c =
DataSource dataSource;dataSource.getConnection()
String url;DriverManager.getConnection(url)
IdentityDatabaseUtil.getDBConnection()
- Smart code suggestions by Codota
}
public quickfix.field.InstrumentPartyID getInstrumentPartyID() throws FieldNotFound { return get(new quickfix.field.InstrumentPartyID()); }
public quickfix.fix50sp2.component.InstrumentPtysSubGrp get(quickfix.fix50sp2.component.InstrumentPtysSubGrp component) throws FieldNotFound { getComponent(component); return component; }
public quickfix.field.InstrumentPartyID get(quickfix.field.InstrumentPartyID value) throws FieldNotFound { getField(value); return value; }
public void set(quickfix.field.InstrumentPartyRole value) { setField(value); }
public void set(quickfix.field.NoInstrumentPartySubIDs value) { setField(value); }
public quickfix.field.InstrumentPartyIDSource getInstrumentPartyIDSource() throws FieldNotFound { return get(new quickfix.field.InstrumentPartyIDSource()); }
public boolean isSetInstrumentPartyID() { return isSetField(1019); }
public boolean isSetInstrumentPartyIDSource() { return isSetField(1050); }
public boolean isSet(quickfix.field.NoInstrumentPartySubIDs field) { return isSetField(field); }
public boolean isSet(quickfix.field.InstrumentPartyRole field) { return isSetField(field); }
public boolean isSet(quickfix.field.InstrumentPartyIDSource field) { return isSetField(field); }
public boolean isSetNoInstrumentPartySubIDs() { return isSetField(1052); }
public quickfix.field.InstrumentPartyID getInstrumentPartyID() throws FieldNotFound { return get(new quickfix.field.InstrumentPartyID()); }
public boolean isSet(quickfix.field.NoInstrumentPartySubIDs field) { return isSetField(field); }
public void set(quickfix.fix50sp2.component.InstrumentPtysSubGrp component) { setComponent(component); }
public void set(quickfix.fix50sp2.component.InstrumentPtysSubGrp component) { setComponent(component); }
public quickfix.field.InstrumentPartyIDSource get(quickfix.field.InstrumentPartyIDSource value) throws FieldNotFound { getField(value); return value; }
public void set(quickfix.field.InstrumentPartyIDSource value) { setField(value); }
public quickfix.field.InstrumentPartyRole get(quickfix.field.InstrumentPartyRole value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.NoInstrumentPartySubIDs getNoInstrumentPartySubIDs() throws FieldNotFound { return get(new quickfix.field.NoInstrumentPartySubIDs()); }