|
|
|
|
Purpose |
Indicate the number of ticks returned by a tick history request, and the start time, if any, of an additional request necessary complete the tick history request. |
|
|
|
|
Structure |
typedef struct { int num_ticks; ASPEN_TIME next_time; }ASPEN_GETTICKS_OUTPUT; |
|
|
|
|
Fields |
num_ticks Number of tick structures (ASPEN_TICK) returned for this service request.
next_time Time value to use in a follow-up request if all of the tick information requested could not be returned in this service request. A zero value indicates that no additional ticks are available on the Server.
Ticks are always returned in full minute increments. The num_ticks field should always be checked to verify that all requested ticks were received. The next_time field contains the time of the next full minute of ticks. This value can be used as the start_time for a new ASPEN_GetTickHistory request to obtain the remaining tick history. |
|
|
|
|
See Also |
©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.