OhlcDataRoutinesGetOpenInterestValuesFromOhlcData Method |
LightningChart .NET Help
Gets Open Interest values from data
Namespace:
Arction.CustomControls.Trader.WPF.Routines
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic static double[] GetOpenInterestValuesFromOhlcData(
OhlcData[] data
)
Public Shared Function GetOpenInterestValuesFromOhlcData (
data As OhlcData()
) As Double()
public:
static array<double>^ GetOpenInterestValuesFromOhlcData(
array<OhlcData>^ data
)
Parameters
- data
- Type: Arction.CustomControls.Trader.WPFOhlcData
Input OHLC data
Return Value
Type:
DoubleOpen Interest values in the same order as in array given
See Also