Service for logging highest profit events to the JSONL report database.
Listens to highestProfitSubject and writes each new price record to Report.writeData() for persistence and analytics.
constructor();
loggerService: any
tick: any
subscribe: (() => () => void) & ISingleshotClearable
unsubscribe: () => Promise<void>