Websocket Tick field "Change" meanging

sudipto
I tried to do search on the documentation, but I couldn't find a place where the meaning of the fields are given for the fields of a tick in the websocket streaming data. While I could infer the meaning of the most of the fields, I can't figure out what the field "Change" in the Tick Class structure means. The setter of this field is called "SetNetPriceChangeFromClosingPrice", but the value is usually a small number which does not correspond to net price change from closing price.
  • sujith
    A change in any trading terminal means the difference between the last price and the previous day's close price.
    Kite Ticker doesn't send this you need to calculate it. You can check out this thread for more information.
  • sudipto
    Thanks for the clarification.
This discussion has been closed.