FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
integer | messageId
Unique id for this query. |
string | serviceId
The service id, Adapter channel name. |
float | statusFrequency
Generate a status event every n seconds. If n <= 0.0 no status event is generated. |
integer | batchSize
Max events to send before waiting for GetNextBatch. |
boolean | batchSizeIncludesTimeEvents
If true the batch size will count &Time events, if false it will not. |
float | backtestSpeed
Speed for back testing: <= 0.0, as fast as possible, > 0.0 -> some multiple of playback speed. |
float | runUntilTime
Stop the query and send a BatchDone in the event time >= runUntilTime. |
dictionary<string, string> | extraParams
This is currently a container to allow additional information in the future. |
Member detail |
---|
float backtestSpeedSpeed for back testing: <= 0.0, as fast as possible, > 0.0 -> some multiple of playback speed.
integer batchSizeMax events to send before waiting for GetNextBatch.
boolean batchSizeIncludesTimeEventsIf true the batch size will count &Time events, if false it will not.
dictionary<string, string> extraParamsThis is currently a container to allow additional information in the future.
integer messageIdUnique id for this query.
float runUntilTimeStop the query and send a BatchDone in the event time >= runUntilTime.
string serviceIdThe service id, Adapter channel name.
float statusFrequencyGenerate a status event every n seconds. If n <= 0.0 no status event is generated.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |