Click or drag to resize

OhlcData Structure

LightningChart .NET Help
Struct to contain trading data

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public struct OhlcData

The OhlcData type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetField
Gets the value of the given field.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldClose
Close value
Public fieldDateTime
DateTime
Public fieldHigh
High value
Public fieldLow
Low value
Public fieldOpen
Open value
Public fieldOpenInterest
OpenInterest value (optional)
Public fieldVolume
Volume value (optional)
Top
See Also