Esempio n. 1
0
 public ApiResponse <List <GetStockCodeResponse> > GetStockCodeList(int marketType, int subMarketType)
 {
     return(_financeService.GetStockCodeList(new GetStockCodeRequest
     {
         MarketType = (MarketType)marketType,
         SubMarketType = (SubMarketType)subMarketType
     }));
 }