Initializes a new instance of the Bar class
Namespace: GF.Api.Subscriptions.Bars
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public Bar( double open, double high, double low, double close, double settle, int ticks, uint upTicks, uint downTicks, ulong volume, ulong upVolume, ulong downVolume, DateTime openTimestamp, DateTime closeTimestamp )
Parameters
- open
- Type: SystemDouble
- high
- Type: SystemDouble
- low
- Type: SystemDouble
- close
- Type: SystemDouble
- settle
- Type: SystemDouble
- ticks
- Type: SystemInt32
- upTicks
- Type: SystemUInt32
- downTicks
- Type: SystemUInt32
- volume
- Type: SystemUInt64
- upVolume
- Type: SystemUInt64
- downVolume
- Type: SystemUInt64
- openTimestamp
- Type: SystemDateTime
- closeTimestamp
- Type: SystemDateTime
See Also