コード例 #1
0
 public PortfolioVM(AbstractOTCHandler otcHandler)
 {
     OTCHandler = otcHandler;
 }
コード例 #2
0
 public StrategyVM(AbstractOTCHandler otcHandler)
 {
     OTCHandler = otcHandler;
 }