Class EditSession
Request to edit FIX session parameters
Since 1.0 version
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.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class EditSession : SessionCommand, IMessage
Properties
ApplVerID
Declaration
public ApplVerID? ApplVerID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ApplVerID> |
Backup
Declaration
public Backup Backup { get; set; }
Property Value
Type | Description |
---|---|
Backup |
ConfiguredSessionParams
Declaration
public ConfiguredSessionParams ConfiguredSessionParams { get; set; }
Property Value
Type | Description |
---|---|
ConfiguredSessionParams |
ExtraSessionParams
Declaration
public ExtraSessionParams ExtraSessionParams { get; set; }
Property Value
Type | Description |
---|---|
ExtraSessionParams |
RemoteHost
Declaration
public string RemoteHost { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemotePort
Declaration
public int? RemotePort { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Role
Declaration
public SessionRole? Role { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SessionRole> |
Version
FIX Version
Since 3.0 version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |