Class EngineSslSettings
FIX Engine SSL settings. Used by default by SSL-enabled FIX sessions.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class EngineSslSettings : SslSettings
Properties
ListenPorts
Listen port(s) for incoming SSL/TLS FIX connections. The property key is SslListenPorts.
Declaration
public List<int> ListenPorts { get; }
Property Value
Type | Description |
---|---|
List<Int32> | Listen port(s) |
LocalNetworkInterface
The network interface for establishing the SSL/TLS connection as an Initiator. The default value is SslLocalNetworkInterface The property key is SslLocalNetworkInterface.
Declaration
public IPAddress LocalNetworkInterface { get; set; }
Property Value
Type | Description |
---|---|
IPAddress | The network interface for establishing the TCP connection as an Initiator |