CandleManager Members
The CandleManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose(Boolean) | |
|
|
Dispose()()()() | |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
PullTicks | |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
BarWidth | |
|
|
LastAdded |
Gets
Field Valuethe latest tick from Provider for the book. |
|
|
OpenCandle |
Gets
Field Valuethe currently open candle. |
|
|
Provider |
Gets
Field Valuethe LiquidityProvider. |
|
|
SaveTicks | |
|
|
SyncRoot | |
|
|
Ticks |
Gets
Field Valueall the ticks. |
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
OpenCandle.
|
|
|
Shutdown |

