'Declaration
Public Function New( _ ByVal open As System.Double, _ ByVal high As System.Double, _ ByVal low As System.Double, _ ByVal close As System.Double _ )
'Usage
Dim open As System.Double Dim high As System.Double Dim low As System.Double Dim close As System.Double Dim instance As New NStockDataPoint(open, high, low, close)
Parameters
- open
- high
- low
- close