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.InterfaceVersion val) { return(IsSetInterfaceVersion()); }
public QuickFix.Fields.InterfaceVersion Get(QuickFix.Fields.InterfaceVersion val) { GetField(val); return(val); }
public void Set(QuickFix.Fields.InterfaceVersion val) { this.InterfaceVersion = val; }