Suoranta.Finance Namespace
Suoranta.Finance - Developer API

ICandleSource Members

The ICandleSource type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAskBook
Gets the latest ask offers from all providers.
Public method GetBidBook
Gets the latest bid offers from all providers.
Public method GetExecutionEstimate
Estimates outcome of an order based on the current book data.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TrackCandles
Tracks the bid and ask candles at the duration of bars (candle).

Properties


  Name Description
Public property OpenAskCandle
Gets

Field Value

the currently open ask candle for the DefaultBarWidth, aggregated from all LiquidityProviders..
Public property OpenBidCandle
Gets

Field Value

the currently open bid candle for the DefaultBarWidth, aggregated from all LiquidityProviders..
Public property Ticker

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 OpenBidCandle or OpenAskCandle.