Namespace Balsam.Data
Classes
- DataStore
Provides a fast in-memory datastore
- DataStoreBase
An abstract base class that defines the contract that must be implemented by all backtester databases. This class implements IDataStore but only exposes a few public methods, hiding the low level functionality that is not needed by users.
Interfaces
- IDataStore
Defines the contract that backtester databases must implement.