- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {SimpleDateFormat s =
String pattern;new SimpleDateFormat(pattern)
String template;Locale locale;new SimpleDateFormat(template, locale)
new SimpleDateFormat()
- Smart code suggestions by Codota
}
public quickfix.field.ComplexEventCondition getComplexEventCondition() throws FieldNotFound { return get(new quickfix.field.ComplexEventCondition()); }
public quickfix.fix50sp2.component.ComplexEventDates get(quickfix.fix50sp2.component.ComplexEventDates component) throws FieldNotFound { getComponent(component); return component; }
public quickfix.field.ComplexEventCondition get(quickfix.field.ComplexEventCondition value) throws FieldNotFound { getField(value); return value; }
public void set(quickfix.field.ComplexEventCondition value) { setField(value); }
public boolean isSetComplexEventPrice() { return isSetField(1486); }
public boolean isSetNoComplexEventDates() { return isSetField(1491); }
public void set(quickfix.field.ComplexEventPrice value) { setField(value); }
public quickfix.field.ComplexOptPayoutAmount get(quickfix.field.ComplexOptPayoutAmount value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.ComplexEventType get(quickfix.field.ComplexEventType value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.ComplexEventPrice get(quickfix.field.ComplexEventPrice value) throws FieldNotFound { getField(value); return value; }
public quickfix.field.ComplexEventPriceBoundaryPrecision get(quickfix.field.ComplexEventPriceBoundaryPrecision value) throws FieldNotFound { getField(value); return value; }
public boolean isSet(quickfix.field.ComplexEventPriceTimeType field) { return isSetField(field); }
public quickfix.field.ComplexEventPriceTimeType getComplexEventPriceTimeType() throws FieldNotFound { return get(new quickfix.field.ComplexEventPriceTimeType()); }
public boolean isSetComplexEventType() { return isSetField(1484); }
public quickfix.field.ComplexOptPayoutAmount getComplexOptPayoutAmount() throws FieldNotFound { return get(new quickfix.field.ComplexOptPayoutAmount()); }
public boolean isSet(quickfix.field.ComplexEventPriceBoundaryPrecision field) { return isSetField(field); }
public void set(quickfix.field.NoComplexEventDates value) { setField(value); }
public boolean isSet(quickfix.field.ComplexEventCondition field) { return isSetField(field); }
public boolean isSet(quickfix.field.NoComplexEventDates field) { return isSetField(field); }
public quickfix.field.ComplexEventCondition get(quickfix.field.ComplexEventCondition value) throws FieldNotFound { getField(value); return value; }