Server Socket Connectors

The serverSocketConnector parameter in the FIX configuration file defines the port on which the Server is listening for client connections.

Parameter Name Type Description
dataPort nonNegativeInteger (Required) Specifies the port the server is listening for client connections.
streamNames streamNameType (Required) Lists the names of the main streams in stream clusters where messages coming through this connector are hosted.
doValidation boolean (Optional) If set to true, inbound messages coming through this connector are validated for correct message length and checksum. If set to false, the message length and checksum fields are ignored. Invalid messages are discarded and the errors are logged. Default value is true.
Note: Message data is validated against the data dictionary during the parsing of the message.

Related tasks
Example: Using Server Socket Connectors