File: WebAPI/historical_2.proto
Historical data request of time and sales.
Prerequisites: client must have permission to time and sales data.
Limits:
1. The number of simultaneous historical requests in processing is 10 by default (including all types of historical requests).
2. The number of simultaneous historical requests with a subscription for updates is 50 by default (including all types of historical requests).
3. 30-day history limit by default.
Responses: TimeAndSalesReport.
Type: uint32
Description: Request ID.
Note: Should be unique among currently processed requests.
Type: TimeAndSalesParameters
Description: Parameters of a request, ignored for a REQUEST_TYPE_DROP operation.
Type: uint32
Description: Note: REQUEST_TYPE_GET operation is processed by default.
Source: TimeAndSalesRequest.RequestType.
Description: Type of request.
•REQUEST_TYPE_GET = 1
Request data.
•REQUEST_TYPE_DROP = 3
Drop request before server completes it.