Click or drag to resize
SharpScriptBaseGetLastPrice Method
Returns the last traded price. In case the real time price is not available the closing value of the current bar is returned

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public double GetLastPrice()

Return Value

Type: Double
See Also