+1 888 340 6572

Last: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value indicating the price of the last completed trade. ==== Usage ==== <syntaxhighlight>Last</syntaxhighlight> ==== Notes ==== Quote Fields cannot ...")
 
mNo edit summary
 
Line 1: Line 1:
Returns a numerical value indicating the price of the last completed trade.   
Returns a numerical value indicating the price of the last completed trade.   


==== Usage ====
== Usage ==
<syntaxhighlight>Last</syntaxhighlight>  
<syntaxhighlight>Last</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==
Quote Fields cannot be referenced historically.  
* Quote Fields cannot be referenced historically.  
==== Example ====
<syntaxhighlight>Last  will return the price of the last trade</syntaxhighlight>
   
   
== Example ==
<syntaxhighlight>Last</syntaxhighlight>
Will return the price of the last trade.


[[Category:Quote Fields]]
[[Category:Quote Fields]]

Latest revision as of 13:27, 19 February 2012

Returns a numerical value indicating the price of the last completed trade.

Usage

Last

Notes

  • Quote Fields cannot be referenced historically.

Example

Last

Will return the price of the last trade.