Suoranta.Finance Namespace
Suoranta.Finance - Developer API

CandleManager Members

The CandleManager type exposes the following members.

Methods


  Name Description
Protected method Dispose(Boolean)
Public method Dispose()()()()
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PullTicks
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field Static member DefaultBarWidth

Properties


  Name Description
Public property BarWidth
Public property LastAdded
Gets

Field Value

the latest tick from Provider for the book.
Public property OpenCandle
Gets

Field Value

the currently open candle.
Public property Provider
Gets

Field Value

the LiquidityProvider.
Public property SaveTicks
Public property SyncRoot
Public property Ticks
Gets

Field Value

all the ticks.

Events


  Name Description
Public event 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.
Public event Shutdown