Adds a new element at the beginning of the queue.
            
 
    Namespace: 
   FinAnalysis.Base
    Assembly:
   FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
 Syntax
Syntaxpublic bool PutFirst(
	double data,
	DateTime timestamp
)
Parameters
- data
- Type: SystemDouble
 Value to store.
- timestamp
- Type: SystemDateTime
 The value time stamp.
Return Value
Type: 
BooleanReturns true on success.
 See Also
See Also