Beispiel #1
0
 public LicenseKeyRequest(
     QuickFix.Fields.LicenseRequestID aLicenseRequestID,
     QuickFix.Fields.ControllerType aControllerType,
     QuickFix.Fields.Password aPassword,
     QuickFix.Fields.ForceLogin aForceLogin,
     QuickFix.Fields.InterfaceVersion aInterfaceVersion,
     QuickFix.Fields.SubUnitID aSubUnitID
     ) : this()
 {
     this.LicenseRequestID = aLicenseRequestID;
     this.ControllerType   = aControllerType;
     this.Password         = aPassword;
     this.ForceLogin       = aForceLogin;
     this.InterfaceVersion = aInterfaceVersion;
     this.SubUnitID        = aSubUnitID;
 }
Beispiel #2
0
 public bool IsSet(QuickFix.Fields.InterfaceVersion val)
 {
     return(IsSetInterfaceVersion());
 }
Beispiel #3
0
 public QuickFix.Fields.InterfaceVersion Get(QuickFix.Fields.InterfaceVersion val)
 {
     GetField(val);
     return(val);
 }
Beispiel #4
0
 public void Set(QuickFix.Fields.InterfaceVersion val)
 {
     this.InterfaceVersion = val;
 }