'Declaration Public Function New( _ ByVal high As Nullable(Of Double), _ ByVal low As Nullable(Of Double), _ ByVal open As Nullable(Of Double), _ ByVal close As Nullable(Of Double), _ ByVal stringFormatting As IStringFormatting _ )
public _HLOCValueInfo( Nullable<double> high, Nullable<double> low, Nullable<double> open, Nullable<double> close, IStringFormatting stringFormatting )
Parameters
- high
- low
- open
- close
- stringFormatting