Beispiel #1
0
 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;
 }
Beispiel #2
0
 public bool IsSet(LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstSource val)
 {
     return(IsSetSettlInstSource());
 }
Beispiel #3
0
 public LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstSource Get(LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstSource val)
 {
     GetField(val);
     return(val);
 }
Beispiel #4
0
 public void Set(LionFire.Trading.QuickFix.ConsoleTest.Fields.SettlInstSource val)
 {
     this.SettlInstSource = val;
 }