...
Property Name | Description | Required | Default Value | ||
---|---|---|---|---|---|
DaysToKeepEventViewLog |
This property defines the number of days for which the session logs will be restored during the logs restoration process. Possible values: int | N | 0 | ||
MainWindowTitle |
This property defines the name of the main FCS application window. If not defined then the default 'EPAM® FIX Client Simulator' title will be displayed. Possible values: string | N | null | ||
StoreSettingsInUserFolder |
This property defines whether the user.config file will be stored in the current user directory. Possible values: true | false | N | false | ||
TestScenarioFolder |
This property defines the path to the system directory where created Test Scenarios will be stored. When the TestScenarioFolder property is defined with the default 'null' value all created Test Scenarios must be stored in the default TestScenarios folder within the application package. Possible values: string | N | null |
FIX Session creation
In order to To create a session, choose: Session → Create new FIX session...:
Specify the session type (Initiator or Acceptor) and parameters (SenderCompID, TargetCompID, remote host, and port) in the Create Session window:
...
Custom Logon messages can be used after ticking the corresponding line at the bottom of the window.After the session is established be used after ticking the corresponding line at the bottom of the window.
After the session is established you will see it in the Session List section. All received messages will be displayed in the Events Viewer section below.
Kafka Session creation
To create a session, choose: Session → Create new Kafka Session...:
Specify the session type (Producer or Consumer) and parameters (remote host, remote port, topic, key, authentication (None/SASL), SSL if needed, and Click - OK button in the Create Kafka Session window:
After the Kafka session is created you will see it in the Session List section. All sent or received messages will be displayed in the Events Viewer section section below.
The "Backup Connection Parameters" section
...
In order to send a message, please specify it the message in the Send Message tab, choose a session, and press the the Send button. You can send any text you need, including arbitrary content such as JSON (used for Kafka messages). Please note that the sequence number and sending time will be set automatically:.
To override SenderCompID and TargetCompID select the Override SenderCompIDs or Override TargetCompID option in the main application menu in the Options section.
...
To reset the selection of messages, please press the Reset button.
Autoincrement tag values
Info |
---|
The ability works with a FIX or Kafka session |
Info |
---|
The ability to set the value starting from which the value of the tag will be autoincremented is available since FIX Client Simulator 3.1.0 release. |
...
Info |
---|
Starting from FIX Client Simulator 3.2.0 release autoincrementation can be reset only by changing the value in the Autoincrement tags field. |
Replay log
Info |
---|
The ability works with a FIX or Kafka session |
Info |
---|
The ability to replay QuickFIX-formatted log files is available since FIX Client Simulator 3.1.0 release. |
...