Class SessionValidatorFactory
The session validator factory creates the validator for sessions.
If validation
parameter is set to true, the factory loads the Validationvalidation
parameter is set to false the
Dummy
Inheritance
System.Object
SessionValidatorFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Session.Validation
Assembly: FixAntenna.Core.dll
Syntax
public class SessionValidatorFactory
Methods
GetMessageValidator(SessionParameters)
Gets the IMessageValidator
for session.
Declaration
public static IMessageValidator GetMessageValidator(SessionParameters sessionParameters)
Parameters
Type | Name | Description |
---|---|---|
Session |
sessionParameters | the session parameters |
Returns
Type | Description |
---|---|
IMessage |