Example #1
0
 public Allocation(
     QuickFix.AllocID aAllocID,
     QuickFix.AllocTransType aAllocTransType,
     QuickFix.Side aSide,
     QuickFix.Symbol aSymbol,
     QuickFix.Shares aShares,
     QuickFix.AvgPx aAvgPx,
     QuickFix.TradeDate aTradeDate)
     : base(MsgType())
 {
     set(aAllocID);
     set(aAllocTransType);
     set(aSide);
     set(aSymbol);
     set(aShares);
     set(aAvgPx);
     set(aTradeDate);
 }
Example #2
0
 public QuickFix.AllocTransType getAllocTransType()
 { QuickFix.AllocTransType value = new QuickFix.AllocTransType();
   getField(value); return value; }
 public bool isSet(QuickFix.AllocTransType field)
 {
     return(isSetField(field));
 }
 public QuickFix.AllocTransType getAllocTransType()
 {
     QuickFix.AllocTransType value = new QuickFix.AllocTransType();
     getField(value); return(value);
 }
 public QuickFix.AllocTransType get(QuickFix.AllocTransType value)
 {
     getField(value); return(value);
 }
 public void set(QuickFix.AllocTransType value)
 {
     setField(value);
 }