- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Gson g =
new Gson()
GsonBuilder gsonBuilder;gsonBuilder.create()
new GsonBuilder().create()
- Smart code suggestions by Codota
}
public quickfix.field.UnderlyingLocaleOfIssue getUnderlyingLocaleOfIssue() throws FieldNotFound { return get(new quickfix.field.UnderlyingLocaleOfIssue()); }
public quickfix.fix50.component.UndSecAltIDGrp get(quickfix.fix50.component.UndSecAltIDGrp component) throws FieldNotFound { getComponent(component); return component; }
public quickfix.field.UnderlyingCurrentValue get(quickfix.field.UnderlyingCurrentValue value) throws FieldNotFound { getField(value); return value; }
public void set(quickfix.field.UnderlyingAdjustedQuantity value) { setField(value); }
public void set(quickfix.field.UnderlyingQty value) { setField(value); }
public void set(quickfix.field.UnderlyingCountryOfIssue value) { setField(value); }
public void set(quickfix.field.UnderlyingRedemptionDate value) { setField(value); }
public void set(quickfix.field.UnderlyingTimeUnit value) { setField(value); }
public quickfix.field.SecondaryClOrdID getSecondaryClOrdID() throws FieldNotFound { return get(new quickfix.field.SecondaryClOrdID()); }
public quickfix.field.UnderlyingCurrency getUnderlyingCurrency() throws FieldNotFound { return get(new quickfix.field.UnderlyingCurrency()); }
public quickfix.field.UnderlyingCreditRating getUnderlyingCreditRating() throws FieldNotFound { return get(new quickfix.field.UnderlyingCreditRating()); }
public quickfix.field.UnderlyingIssuer getUnderlyingIssuer() throws FieldNotFound { return get(new quickfix.field.UnderlyingIssuer()); }
public void set(quickfix.field.EncodedTextLen value) { setField(value); }
public quickfix.field.UnderlyingMaturityMonthYear getUnderlyingMaturityMonthYear() throws FieldNotFound { return get(new quickfix.field.UnderlyingMaturityMonthYear()); }
public void set(quickfix.field.Text value) { setField(value); }
public quickfix.field.UnderlyingSettlementType getUnderlyingSettlementType() throws FieldNotFound { return get(new quickfix.field.UnderlyingSettlementType()); }
public void set(quickfix.field.Side value) { setField(value); }
public quickfix.field.Side getSide() throws FieldNotFound { return get(new quickfix.field.Side()); }
public void set(quickfix.field.UnderlyingSecuritySubType value) { setField(value); }
public quickfix.fix50.component.UnderlyingInstrument getUnderlyingInstrument() throws FieldNotFound { return get(new quickfix.fix50.component.UnderlyingInstrument()); }