Skip to content

*:QueryConfigure

Retrieves the currently configured server-side timeouts.

Controller: *
Topic: QueryConfigure
Action: Publish
Permissions: None

No Request Body

NameTypeExpectDescription
ActionTimeoutTimeOptionalThe amount of time to allow before an Action will return with the error Operation.Timeout. If omitted, defaults to 35 seconds.
SubscriptionTimeoutTimeOptionalThe 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"}}