Class CheckSessionLicenseTask
Inheritance
System.Object
CheckSessionLicenseTask
Implements
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.Manager.Tasks
Assembly: FixAntenna.Core.dll
Syntax
public class CheckSessionLicenseTask : ISessionManagerTask
Constructors
CheckSessionLicenseTask(License)
Declaration
public CheckSessionLicenseTask(License license)
Parameters
Type | Name | Description |
---|---|---|
License | license |
Fields
Log
Declaration
protected ILog Log
Field Value
Type | Description |
---|---|
ILog |
Methods
Decode(SByte[])
Declaration
protected static string Decode(sbyte[] cipher)
Parameters
Type | Name | Description |
---|---|---|
System.SByte[] | cipher |
Returns
Type | Description |
---|---|
System.String |
RunForSession(IExtendedFixSession)
Declaration
public virtual void RunForSession(IExtendedFixSession session)
Parameters
Type | Name | Description |
---|---|---|
IExtendedFixSession | session |