public SettlementInstructions(LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstID aSettlInstID, LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstTransType aSettlInstTransType, LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstRefID aSettlInstRefID, LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstMode aSettlInstMode, LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstSource aSettlInstSource, LionFire.Trading.QuickFix.ConsoleTest.Fields.AllocAccount aAllocAccount, LionFire.Trading.QuickFix.ConsoleTest.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 bool IsSet(LionFire.Trading.QuickFix.ConsoleTest.Fields.AllocAccount val) { return(IsSetAllocAccount()); }
public LionFire.Trading.QuickFix.ConsoleTest.Fields.AllocAccount Get(LionFire.Trading.QuickFix.ConsoleTest.Fields.AllocAccount val) { GetField(val); return(val); }
public void Set(LionFire.Trading.QuickFix.ConsoleTest.Fields.AllocAccount val) { this.AllocAccount = val; }