B
Burt
I'm designing a C# app with Security and Portfolio objects. The goal is
to value all the Securities in the Portfolio. There are four security
types, and each is valued a different way, but all use the same
Portfolio level market data for valuation. For each security, data is
passed to a 3rd party assembly which returns a value.
Question: Do I put the Value method in the Security or the Portfolio
object? The app should be multithreaded.
I know this is more a generic OOP Q, but i know the gurus here could
offer some sage advice.
Thanks,
Burt
to value all the Securities in the Portfolio. There are four security
types, and each is valued a different way, but all use the same
Portfolio level market data for valuation. For each security, data is
passed to a 3rd party assembly which returns a value.
Question: Do I put the Value method in the Security or the Portfolio
object? The app should be multithreaded.
I know this is more a generic OOP Q, but i know the gurus here could
offer some sage advice.
Thanks,
Burt