Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property NameDescription

Common properties

TransportLayer.CMESTP.DllName

The property defines path and name of the CMESTP adaptor DLL.

Info

Several instances of CMESTP TA can be created using the same shared library since FIXEdge C++ 6.14.0.

TransportLayer.CMESTP.Description

The property defines name of the TA. 

The property is required.

TransportLayer.CMESTP.PollInterval

The property defines polling interval in seconds between a time when data from STP is received and the next request.

Valid values are '1' - '1799'.

The default value is '3'.

TransportLayer.CMESTP.Session

This property defines the names of CMESTP clients.

At least one client should be defined.

It is necessary to define the parameters described below for each client. The format is 'CMESTPSession.X.ParameterName' where 'X' is the name of the client.

Session properties

TransportLayer.CMESTP.ServerName

This property determines CMESMTP server name or IP address.
The property is required.

TransportLayer.CMESTP.ServerPort

This property determines SMTP server port.

The property is required.

TransportLayer.CMESTP.URI

This property determines URL name of provided HTTP POST service.

The property is required.

TransportLayer.CMESTP.ProxyHost

This property defines Proxy server host.

The property is oprional.

TransportLayer.CMESTP.ProxyPort

This property defines Proxy server port.

The property is optional.

TransportLayer.CMESTP.ProxyLogin

This property defines Proxy user login.

The property is required if authorization is needed, otherwise - not required.

TransportLayer.CMESTP.ProxyPassword

This property defines Proxy user password.

The property is required if authorization is needed, otherwise - not required.

TransportLayer.CMESTP.Protocol

This property defines the version of the session protocol.

Valid values: FIX40, FIX41, FIX42, FIX43, FIX44, FIX50, FIX50SP1, FIX50SP2.

The default value is 'FIX44'.

Info

FIX Latest version of session layer protocol is supported since FIXEdge C++ 6.14.0. 

The property is optional.

TransportLayer.CMESTP.SmartXMLProcessing

This property defines behavior for incoming FIX messages with type 'n' of particular session.

When set to 'true', the incoming FIX messages with type 'n' (XML message) will be extracted for tag 213 (XmlData).

The property is not required if DefaultSmarXMLProcessing property is defined, otherwise - required.

TransportLayer.CMESTP.SendingTimeout

The property defines message sending timeout for a particular session.

The property is optional.

TransportLayer.CMESTP.SendingMaxAttempts

The property defines the number of sending attempts.

Value '0' the unlimited number of attempts.

The default value is '2'.

The property is optional.

TransportLayer.CMESTP.ConnectionTimeout

The property defines STP server connection timeout for a specified session.

The property is optional.

TransportLayer.CMESTP.KeepAliveTimeout

The property defines STP server keep-alive timeout in seconds for a specified session.

The default value is '3600' (hour).

The property is optional.

TransportLayer.CMESTP.ForceReconnect

The property forces STP reconnection if connection is losed or failed.

The default is 'false'.

The property is optional.

TransportLayer.CMESTP.Reconnect.MaxTries

The property defines number of reconnection attempts. Value '-1' means the unlimited number of reconnections.

The property is required when Session.ForceReconnect property has 'true'.

...