Interface IParamsDataGroup
Assembly: FixAntenna.AdminTool.dll
Syntax
public interface IParamsDataGroup
Properties
ApplVerID
Declaration
ApplVerID? ApplVerID { get; set; }
Property Value
Backup
Declaration
Backup Backup { get; set; }
Property Value
Declaration
ConfiguredSessionParams ConfiguredSessionParams { get; set; }
Property Value
Declaration
ExtraSessionParams ExtraSessionParams { get; set; }
Property Value
RemoteHost
Declaration
string RemoteHost { get; set; }
Property Value
Type |
Description |
System.String |
|
RemotePort
Declaration
int? RemotePort { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Role
Declaration
SessionRole? Role { get; set; }
Property Value
SessionProperties
Declaration
Collection<FIXSessionPropertiesProperty> SessionProperties { get; }
Property Value
Version
FIX Version
Since 3.0 version
Declaration
string Version { get; set; }
Property Value
Type |
Description |
System.String |
|