'DeclarationPublic Function New( _ ByVal open As System.Double, _ ByVal high As System.Double, _ ByVal low As System.Double, _ ByVal close As System.Double, _ ByVal dt As System.Date _ )
'UsageDim open As System.Double Dim high As System.Double Dim low As System.Double Dim close As System.Double Dim dt As System.Date Dim instance As New NStockDataPoint(open, high, low, close, dt)
Parameters
- open
- high
- low
- close
- dt