Adapter type: fixsocket_in. The Socket FIX Input adapter reads FIX messages from a TCP server socket and writes them as stream records.
Ensure that the names of the stream columns correspond to the FIX protocol specification.
If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.
Property Label | Property ID | Type | Description |
---|---|---|---|
FIX Version | fixVersion | choice | (Required) Version of the FIX protocol. Default value is 4.2. |
FIX Message Type | fixMessageType | string | (Required) Type of messages hosted by the stream. No default value. |
Source Host | fixHost | string | (Required) Name or IP address of source server for FIX messages. Default value is localhost. |
Source Port | fixPort | uint | (Required) Port on which FIX messages are available on. Default value is 12345. |
Reconnect Interval | reconnectInterval | uint | (Required) Reconnect interval, in seconds. If zero, makes no attempt to reconnect. Default value is 10. |
Maximum Reconnect Attempts | maxReconnectAttempts | uint | (Required) Maximum number of reconnect attempts. Default value is zero. |
Date Format | dateFormat | string | (Advanced) Date format. Default value is YYYY-MM-DDTHH:MM:SS.SSS. |
Timestamp Format | timestampFormat | string | (Advanced) Timestamp format. Default value is YYYY-MM-DDTHH:MM:SS.SSS. |
PropertySet |
propertyset | string | (Advanced) Specifies the name of the property set from the project configuration file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value. |