Click or drag to resize
IEquityOHLC Interface
OHLC data

Namespace:  C2LibraryBase.Interfaces
Assembly:  C2LibraryBase (in C2LibraryBase.dll) Version: 1.0
Syntax
C#
public interface IEquityOHLC

The IEquityOHLC type exposes the following members.

Properties
  NameDescription
Public propertyClose
Gets or sets the Close.
Public propertyDateTime
Gets or sets the date time.
Public propertyHigh
Gets or sets the High.
Public propertyLow
Gets or sets the Low.
Public propertyOpen
Gets or sets the Open.
Top
See Also