- 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.ComplexEventPrice getComplexEventPrice() throws FieldNotFound { return get(new quickfix.field.ComplexEventPrice()); }
public quickfix.fix50sp2.component.ComplexEventDates get(quickfix.fix50sp2.component.ComplexEventDates component) throws FieldNotFound { getComponent(component); return component; }
public quickfix.field.ComplexEventPriceBoundaryMethod get(quickfix.field.ComplexEventPriceBoundaryMethod value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.ComplexOptPayoutAmount get(quickfix.field.ComplexOptPayoutAmount value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.NoComplexEventDates get(quickfix.field.NoComplexEventDates value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.ComplexEventType get(quickfix.field.ComplexEventType value) throws FieldNotFound { getField(value); return value; }
public void set(quickfix.field.ComplexEventCondition value) { setField(value); }
public quickfix.field.ComplexEventPriceBoundaryPrecision get(quickfix.field.ComplexEventPriceBoundaryPrecision value) throws FieldNotFound { getField(value); return value; }
public quickfix.fix50sp2.component.ComplexEventDates getComplexEventDates() throws FieldNotFound { return get(new quickfix.fix50sp2.component.ComplexEventDates()); }
public quickfix.field.ComplexOptPayoutAmount getComplexOptPayoutAmount() throws FieldNotFound { return get(new quickfix.field.ComplexOptPayoutAmount()); }
public boolean isSet(quickfix.field.ComplexOptPayoutAmount field) { return isSetField(field); }
public boolean isSetComplexOptPayoutAmount() { return isSetField(1485); }
public boolean isSetComplexEventType() { return isSetField(1484); }
public boolean isSetComplexEventPriceBoundaryMethod() { return isSetField(1487); }
public boolean isSet(quickfix.field.ComplexEventPriceBoundaryPrecision field) { return isSetField(field); }
public quickfix.field.ComplexEventPriceBoundaryMethod getComplexEventPriceBoundaryMethod() throws FieldNotFound { return get(new quickfix.field.ComplexEventPriceBoundaryMethod()); }
public boolean isSet(quickfix.field.ComplexEventPrice field) { return isSetField(field); }
public void set(quickfix.field.ComplexEventType value) { setField(value); }
public void set(quickfix.field.ComplexEventPriceBoundaryMethod value) { setField(value); }
public boolean isSet(quickfix.field.ComplexEventCondition field) { return isSetField(field); }