public bool isSet(QuickFix.StandInstDbID field) { return(isSetField(field)); }
public QuickFix.StandInstDbID getStandInstDbID() { QuickFix.StandInstDbID value = new QuickFix.StandInstDbID(); getField(value); return(value); }
public void set(QuickFix.StandInstDbID value) { setField(value); }
public QuickFix.StandInstDbID get(QuickFix.StandInstDbID value) { getField(value); return(value); }
public QuickFix.StandInstDbID getStandInstDbID() { QuickFix.StandInstDbID value = new QuickFix.StandInstDbID(); getField(value); return value; }