TickHistoryOnDemand Class |
Namespace: Kratos_3.RunTimePlatform
The TickHistoryOnDemand type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExtractTickHistory(String, String, String, String, String, String) |
ExtractTickHistory
|
![]() | ExtractTickHistory(String, String, String, String, String, String, Object) |
ExtractTickHistory
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | setWaitUntilDoneMode |
Set whether or not to wait until a BaseDataFrame is done downloading and parsing before returning data.
If not in waitUntilDone mode, when a DataRequest call is made a BaseDataFrame is immediately returned representing the response from OnDemand servers as it arrives. The BaseDataFrame should not be accessed until it's isDone member variable is set to true
![]() BaseDataFrame df = new BaseDataFrame(log, ',', parent.getConfig()); while(!df.isDoneParsing()) { Thread.Sleep(20); } // access the data frame here |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |