ICandleSource Members
The ICandleSource type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetAskBook |
Gets the latest ask offers from all providers.
|
|
|
GetBidBook |
Gets the latest bid offers from all providers.
|
|
|
GetExecutionEstimate |
Estimates outcome of an order based on the current book data.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
TrackCandles |
Tracks the bid and ask candles at the duration of bars (candle).
|
Properties
| Name | Description | |
|---|---|---|
|
|
OpenAskCandle |
Gets
Field Valuethe currently open ask candle for the DefaultBarWidth, aggregated from all LiquidityProviders.. |
|
|
OpenBidCandle |
Gets
Field Valuethe currently open bid candle for the DefaultBarWidth, aggregated from all LiquidityProviders.. |
|
|
Ticker |
Events
| Name | Description | |
|---|---|---|
|
|
NewCandle |
Fired when timestamp of a new tick crosses boundary of the candle width (duration) and the
existing open candle is hence considered closed. The newly opened candle can be accessed through
OpenBidCandle or OpenAskCandle.
|

