예제 #1
0
 public Logon(
     QuickFix.EncryptMethod aEncryptMethod,
     QuickFix.HeartBtInt aHeartBtInt)
     : base(MsgType())
 {
     set(aEncryptMethod);
     set(aHeartBtInt);
 }
예제 #2
0
 public Logon(
     QuickFix.EncryptMethod aEncryptMethod,
     QuickFix.HeartBtInt aHeartBtInt,
     QuickFix.DefaultApplVerID aDefaultApplVerID)
     : base(MsgType())
 {
     set(aEncryptMethod);
     set(aHeartBtInt);
     set(aDefaultApplVerID);
 }
예제 #3
0
 public bool isSet(QuickFix.EncryptMethod field)
 {
     return(isSetField(field));
 }
예제 #4
0
 public QuickFix.EncryptMethod getEncryptMethod()
 {
     QuickFix.EncryptMethod value = new QuickFix.EncryptMethod();
     getField(value); return(value);
 }
예제 #5
0
 public QuickFix.EncryptMethod get(QuickFix.EncryptMethod value)
 {
     getField(value); return(value);
 }
예제 #6
0
 public void set(QuickFix.EncryptMethod value)
 {
     setField(value);
 }
예제 #7
0
 public QuickFix.EncryptMethod getEncryptMethod()
 { QuickFix.EncryptMethod value = new QuickFix.EncryptMethod();
   getField(value); return value; }