Version

FinancialCalculationDataSource Class

Represents the data contract between a financial series and the decoupled calculation responsibilities which implement its mathmatical logic.
Syntax
'Declaration
 
Public Class FinancialCalculationDataSource 
public class FinancialCalculationDataSource 
Remarks
The FinancialCalculationDataSource contract represents the subset of data which needs to be provided in order to test or run a calculation, and its intentionally a subset of the information available to the series, in order to make calculation strategies more easily testable and usable in isolation to the financial series container.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also