CurrentValue

View as Markdown

Definition

The value to be displayed in the Market Analyzer Column

Property Value

A double representing the value to be displayed in the column

Syntax

CurrentValue

Examples

1protected override void OnMarketData(Data.MarketDataEventArgs marketDataUpdate)
2{
3 CurrentValue = marketDataUpdate.Price;
4}