Price bar - Open, High, Low, Close, Volume values and Timestamp.
            See IBarSubscriptionApi
Inheritance Hierarchy
GF.Api.Subscriptions.BarsBar
Namespace: GF.Api.Subscriptions.Bars
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The Bar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Bar | Initializes a new instance of the Bar class  | 
Properties
| Name | Description | |
|---|---|---|
| Close | 
            Bar close value
              | |
| CloseTimestamp | 
            Bar close timestamp, UTC
              | |
| DownTicks | 
            Number of ticks going down
              | |
| DownVolume | 
            Volume of ticks going down
              | |
| High | 
            Bar high value
              | |
| Low | 
            Bar low value
              | |
| Open | 
            Bar open value
              | |
| OpenTimestamp | 
            Bar open timestamp, UTC
              | |
| Settle | 
            Bar settle value
              | |
| Ticks | 
            Number of ticks
              | |
| UpTicks | 
            Number of ticks going up
              | |
| UpVolume | 
            Volume of ticks going up
              | |
| Volume | 
            Bar volume
              | 
Methods
| Name | Description | |
|---|---|---|
| ToString | 
            Text representation of the Bar
              (Overrides ObjectToString.) | 
See Also