Class ConfiguredSessionParams
Configured session parameters
Inheritance
System.Object
ConfiguredSessionParams
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()
Assembly: FixAntenna.AdminTool.dll
[Serializable]
public class ConfiguredSessionParams
Properties
Declaration
public string ConfiguredName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ConnectTime { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CustomFIXVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisconnectTime { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FIXEdgeActiveConnection? FixEdgeActiveConnection { get; set; }
Property Value
Declaration
public int? PollInterval { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool? RecreateOnLogout { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string StartTime { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool TerminateOnLogout { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string TerminateTime { get; set; }
Property Value
Type |
Description |
System.String |
|