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<int> | Listen port(s) |
LocalNetworkInterface
The network interface. The default value is SslLocalNetworkInterface The property key is SslLocalNetworkInterface.
Declaration
public IPAddress LocalNetworkInterface { get; set; }
Property Value
Type | Description |
---|---|
IPAddress | The network interface |
Methods
CopyTo(EngineSslSettings)
Copies the properties of this instance into the specified destination EngineSslSettings object.
Declaration
public void CopyTo(EngineSslSettings other)
Parameters
Type | Name | Description |
---|---|---|
EngineSslSettings | other | An EngineSslSettings object to which the properties of this instance are copied. |