Retrieves the currently configured server-side timeouts.
Controller: *
Topic: QueryConfigure
Action: Publish
Permissions: None
No Request Body
Name | Type | Expect | Description |
---|---|---|---|
ActionTimeout | Time | Optional | The amount of time to allow before an Action will return with the error Operation.Timeout. If omitted, defaults to 35 seconds. |
SubscriptionTimeout | Time | Optional | The amount of time to allow before a subscription request will fail with the error Operation.Timeout. If omitted, defaults to 35 seconds. |
See Data Types for Time formatting.
Request:
{"Controller":"Trading","Topic":"QueryConfigure","TransactionID":123}
Response:
{"Controller":"Trading","Topic":"QueryConfigure","TransactionID":123,,"Data":{"ActionTimeout":"00:00:35","SubscriptionTimeout":"00:00:35"}}