PortfolioStorageGetLocalStorage Method |
Returns local storage for the given combination of type and period.
Namespace:
FinAnalysis.Base.BaseClasses
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public static DataStorage GetLocalStorage(
int period,
Type type
)
Parameters
- period
- Type: SystemInt32
Period of values. - type
- Type: SystemType
Type of data storage values.
Return Value
Type:
DataStorage Local storage.
See Also