New Utility Window. scraping of StockGroups, and coupled Stocks, Show in listview on UtilityWindow
This commit is contained in:
@ -8,6 +8,7 @@ namespace StockDAL.Interface
|
||||
List<DiTraderStockRow> SearchStockAndCollect(string stockName);
|
||||
void GetStocksPerList(string listText);
|
||||
void PerformClickOnSpecialValue(string name, string operation);
|
||||
List<StockGroupModel> GetGroupStocksList(string listText, int startNo = 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user