CurrentValue
<< Click to Display Table of Contents >> CurrentValue |
The value to be displayed in the Market Analyzer Column
A double representing the value to be displayed in the column
CurrentValue
protected override void OnMarketData(Data.MarketDataEventArgs marketDataUpdate) { CurrentValue = marketDataUpdate.Price; } |