Example #1
0
 public PortfolioVM(AbstractOTCHandler otcHandler)
 {
     OTCHandler = otcHandler;
 }
Example #2
0
 public StrategyVM(AbstractOTCHandler otcHandler)
 {
     OTCHandler = otcHandler;
 }