M&M , L&T, COX&KINGS

WG8719
WG8719 edited July 2018 in .Net API client
Unable to get values of Scripts which include '&' symbol.. also tried URL Masking '%26' but still not able to get data:
USING CODE
Dictionary ltps = kite.GetLTP(InstrumentId: new string[] { THE_EXCHANGE_NAME + ":" + THE_SCRIPT_NAME });
LBL6 = ltps[THE_EXCHANGE_NAME + ":" + THE_SCRIPT_NAME].LastPrice.ToString();

This discussion has been closed.