JakubDuch7790 / WatchDogs

0 stars 0 forks source link

Process and transform notifications #14

Closed martinbalucha closed 2 months ago

martinbalucha commented 3 months ago

Once the connection is established, start receiving notifications. Create domain object representing trade and add all necessary properties to it.

AC: a class that reads listens to notifications transforms them into domain objects and passes them to the IMonitor

martinbalucha commented 2 months ago

Finished elsewhere