Creates new partial data persistence instance.
Trading pair symbol
Strategy identifier
Exchange identifier
ReadonlyexchangeReadonlystrategyReadonlysymbolReads the partial data for the given signal using signalId as the entity key.
Signal identifier
Promise resolving to partial data record (empty object if not found)
Initializes the underlying PersistBase storage.
Whether this is the first initialization
Promise that resolves when initialization is complete
Writes the partial data for the given signal using signalId as the entity key.
Partial data record to persist
Signal identifier
Promise that resolves when write is complete
Default file-based implementation of IPersistPartialInstance.
Features:
Example