CurrentValue

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

CurrentValue

Return to chapter overview

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

 

Example

ns

protected override void OnMarketData(Data.MarketDataEventArgs marketDataUpdate)

{

    CurrentValue = marketDataUpdate.Price;

}