Constructs data storage.
Namespace:
FinAnalysis.Base.BaseClasses
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public DataStorage(
int period,
Type type
)
Parameters
- period
- Type: SystemInt32
Period of data in storage. - type
- Type: SystemType
Type of data in storage.
See Also