public LicenseLogoutReport( QuickFix.Fields.LicenseRequestID aLicenseRequestID, QuickFix.Fields.ControllerType aControllerType ) : this() { this.LicenseRequestID = aLicenseRequestID; this.ControllerType = aControllerType; }
public LicenseKeyResponse( QuickFix.Fields.LicenseRequestID aLicenseRequestID, QuickFix.Fields.LicenseRequestStatus aLicenseRequestStatus ) : this() { this.LicenseRequestID = aLicenseRequestID; this.LicenseRequestStatus = aLicenseRequestStatus; }
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; }
public bool IsSet(QuickFix.Fields.LicenseRequestID val) { return(IsSetLicenseRequestID()); }
public QuickFix.Fields.LicenseRequestID Get(QuickFix.Fields.LicenseRequestID val) { GetField(val); return(val); }
public void Set(QuickFix.Fields.LicenseRequestID val) { this.LicenseRequestID = val; }