te_tserver
Transaction server which accepts transactions, routes them to the matching engine, and returns the replies.
Required options
| Name | Type | Description | Default |
|---|
| instancekey | String | The unique shared memory key for this instance of MarketGrid | |
| basedirname | String | The MarketGrid install directory | |
All options
| Name | Type | Description | Default |
|---|
| service_name | String | The name of this service - used for logging. | |
| instancekey | String | The unique shared memory key for this instance of MarketGrid | |
| basedirname | String | The MarketGrid install directory | |
| baseport | Integer (unsigned) | The base port number from which all other port numbers are offset | |
| bind | String | The address on which to listen for connections | 0.0.0.0 |
| upstream | String | The upstream endpoint address(es) to connect to. | |
| upstream_heartbeat_interval | Integer (unsigned) | Duration of silence before sending a heartbeat (in milliseconds) | |
| upstream_timeout | Integer (unsigned) | Upstream engine connection timeout (in milliseconds) | |
| retries | Integer (unsigned) | Number of times to retry each upstream endpoint when connection is lost | |
| poll | Integer (unsigned) | Poll timeout (in milliseconds) | |
| trace | Integer (unsigned) | | |
| colour | Integer (unsigned) | Whether or not to colourise log output (default true) | |