Suoranta.Finance Namespace
Suoranta.Finance - Developer API

Suoranta.Finance.Data.Tick Namespace

Classes


  Class Description
Public class CandleManager
Receives tick data and emits the corresponding candles at the specified time scale. Can optionally save the Ticks.
Public class CandleManagerShutdownEventArgs
Public class ExecutionEstimate
Estimated outcome of a market order based on the BookEntries.
Public class LiquidityProvider
Represents non-exclusive source of bid/ask offers.
Public class NewCandleEventArgs
Public class TickAggregator
Aggregates tick data from multiple LiquidityProviders to Bid and Ask Books and into candles. Implements ICandleSource.

Structures


  Structure Description
Public structure Book
Identifies side (Bid/Ask) of the quotes.
Public structure BookEntry
Represent single bid or ask quotation in time from a LiquidityProvider.
Public structure Tick
Stores one quotation of Price and Quantity from a provider.

Interfaces


  Interface Description
Public interface ICandleSource
Public interface ITickSink
Provides the means to update TickAggregator with ticks received from the Provider.