SettlInstRefID Field
상속: StringField
 public SettlementInstructions(
     QuickFix.Fields.SettlInstID aSettlInstID,
     QuickFix.Fields.SettlInstTransType aSettlInstTransType,
     QuickFix.Fields.SettlInstRefID aSettlInstRefID,
     QuickFix.Fields.SettlInstMode aSettlInstMode,
     QuickFix.Fields.SettlInstSource aSettlInstSource,
     QuickFix.Fields.AllocAccount aAllocAccount,
     QuickFix.Fields.TransactTime aTransactTime
     ) : this()
 {
     this.SettlInstID        = aSettlInstID;
     this.SettlInstTransType = aSettlInstTransType;
     this.SettlInstRefID     = aSettlInstRefID;
     this.SettlInstMode      = aSettlInstMode;
     this.SettlInstSource    = aSettlInstSource;
     this.AllocAccount       = aAllocAccount;
     this.TransactTime       = aTransactTime;
 }
 public void Set(QuickFix.Fields.SettlInstRefID val) 
 { 
     this.SettlInstRefID = val;
 }
 public QuickFix.Fields.SettlInstRefID Get(QuickFix.Fields.SettlInstRefID val)
 {
     GetField(val);
     return(val);
 }
 public bool IsSet(QuickFix.Fields.SettlInstRefID val)
 {
     return(IsSetSettlInstRefID());
 }
 public void Set(QuickFix.Fields.SettlInstRefID val)
 {
     this.SettlInstRefID = val;
 }