Click or drag to resize
IOHLC Interface
OHLC data

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public interface IOHLC

The IOHLC 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