예제 #1
0
 public LicenseLogoutReport(
     QuickFix.Fields.LicenseRequestID aLicenseRequestID,
     QuickFix.Fields.ControllerType aControllerType
     ) : this()
 {
     this.LicenseRequestID = aLicenseRequestID;
     this.ControllerType   = aControllerType;
 }
예제 #2
0
 public LicenseKeyResponse(
     QuickFix.Fields.LicenseRequestID aLicenseRequestID,
     QuickFix.Fields.LicenseRequestStatus aLicenseRequestStatus
     ) : this()
 {
     this.LicenseRequestID     = aLicenseRequestID;
     this.LicenseRequestStatus = aLicenseRequestStatus;
 }
예제 #3
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;
 }
예제 #4
0
 public bool IsSet(QuickFix.Fields.LicenseRequestID val)
 {
     return(IsSetLicenseRequestID());
 }
예제 #5
0
 public QuickFix.Fields.LicenseRequestID Get(QuickFix.Fields.LicenseRequestID val)
 {
     GetField(val);
     return(val);
 }
예제 #6
0
 public void Set(QuickFix.Fields.LicenseRequestID val)
 {
     this.LicenseRequestID = val;
 }