public SettlementInstructions(
     QuickFix.SettlInstMsgID aSettlInstMsgID,
     QuickFix.SettlInstMode aSettlInstMode,
     QuickFix.TransactTime aTransactTime)
     : base(MsgType())
 {
     set(aSettlInstMsgID);
     set(aSettlInstMode);
     set(aTransactTime);
 }
 public bool isSet(QuickFix.SettlInstMsgID field)
 {
     return(isSetField(field));
 }
 public QuickFix.SettlInstMsgID getSettlInstMsgID()
 {
     QuickFix.SettlInstMsgID value = new QuickFix.SettlInstMsgID();
     getField(value); return(value);
 }
 public QuickFix.SettlInstMsgID get(QuickFix.SettlInstMsgID value)
 {
     getField(value); return(value);
 }
 public void set(QuickFix.SettlInstMsgID value)
 {
     setField(value);
 }
 public QuickFix.SettlInstMsgID getSettlInstMsgID()
 { QuickFix.SettlInstMsgID value = new QuickFix.SettlInstMsgID();
   getField(value); return value; }