Hi guys - I'm a bit of a newb using databases so I'm hoping that someone can point me in the right direction.
What I would like to do is build a central database of real-time price data which my various trading apps can all use to make their trading decisions (rather than subscribing to the external price-data feed from each individual app)
I'm sure it's easy enough to take real-time price data from my data-provider and store it in a database, with a different entry for each stock.
Is it then possible to trigger an event to notify each program reading that database that a data item (price) has changed? Is this a standard DB feature / is there a specialist product that can do it? If not, is there a simple alternative?
Thanks for any thoughts
FWIW I program all my apps in C# (.Net)
What I would like to do is build a central database of real-time price data which my various trading apps can all use to make their trading decisions (rather than subscribing to the external price-data feed from each individual app)
I'm sure it's easy enough to take real-time price data from my data-provider and store it in a database, with a different entry for each stock.
Is it then possible to trigger an event to notify each program reading that database that a data item (price) has changed? Is this a standard DB feature / is there a specialist product that can do it? If not, is there a simple alternative?
Thanks for any thoughts
FWIW I program all my apps in C# (.Net)
I'm a newbie at posting on this forum, but I'll be glad to help if there are additional questions.