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