Namespace: GF.Api.Subscriptions.Bars
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IBarSubscriptionApi type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description |
Creates BarDescription objects.
| |
Duration |
Creates Duration objects.
|
Methods
Name | Description | |
---|---|---|
Subscribe |
Subscribes to Bars. This could be a one-time request or a continuous feed, depending on Duration.
| |
Validate |
Validates a potential subscription.
|
Events
Name | Description | |
---|---|---|
BarsReceived |
Raised when history Bars are received in response to
Subscribe(ContractID, Duration, BarDescription) call
| |
DayBarsReceived |
Raised when history Bars are received in response to Subscribe(ContractID, Duration, BarDescription) call.
|
See Also