...
The Simple XML Socket Transport Adaptor (hereinafter SXS) is intended for communication with FIXEdge from third-part applications. The main goal of this adaptor is a quick and easy building of the network applications that communicates communicate using XML messages.
Installation
...
Property name | Description |
TransportLayer.SXSAdaptorDLL.DllName | Contains path and name of the SXS adaptor dll. Property is required |
TransportLayer.SXSAdaptorDLL.Description | Adaptor's name. Property is required |
TransportLayer.SXSAdaptorDLL.Type | Type of the adaptor library, contains value 'DLL'. Property is required |
TransportLayer.SXSAdaptorDLL.listenPort | Listen port that SXS adaptor uses to accept client's connections. Integer value, should be > 0. Property is required |
TransportLayer.SXSAdaptorDLL.heartbeatInterval | This parameter controls how often SXS adaptor sends HeartBeat messages. HeartBeat messages are used to verify that the another peer is alive. Time is seconds. |
TransportLayer.SXSAdaptorDLL.reasonableTransmissionTime | This parameter controls how long SXS adaptor waits for the HeartBeat message responce. When HeartBeat message response werenisn't receivedheartbeatInterval*(1 + reasonableTransmissionTime/100) time interval, SXS adaptor makes decision that client isn't alive and closes session. Value in percents, > 0 and <100. |
...