Bar Class

GF API Documentation
Price bar - Open, High, Low, Close, Volume values and Timestamp. See IBarSubscriptionApi
Inheritance Hierarchy

SystemObject
  GF.Api.Subscriptions.BarsBar

Namespace:  GF.Api.Subscriptions.Bars
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class Bar

The Bar type exposes the following members.

Constructors

  NameDescription
Public methodBar
Initializes a new instance of the Bar class
Top
Properties

  NameDescription
Public propertyClose
Bar close value
Public propertyCloseTimestamp
Bar close timestamp, UTC
Public propertyDownTicks
Number of ticks going down
Public propertyDownVolume
Volume of ticks going down
Public propertyHigh
Bar high value
Public propertyLow
Bar low value
Public propertyOpen
Bar open value
Public propertyOpenTimestamp
Bar open timestamp, UTC
Public propertySettle
Bar settle value
Public propertyTicks
Number of ticks
Public propertyUpTicks
Number of ticks going up
Public propertyUpVolume
Volume of ticks going up
Public propertyVolume
Bar volume
Top
Methods

  NameDescription
Public methodToString
Text representation of the Bar
(Overrides ObjectToString.)
Top
See Also

Reference