com.zerodhatech.models.Holding Quantity vs RealisedQuantity

vijayonkite
vijayonkite edited April 15 in Java client
In holding object,

1. what is the difference between quantity and realisedQuantity.
2. is the number returned from quantity will have realisedQuantity as well ?
  • sujith
    quantity signifies how much you hold in the DEMAT account.
    realised_quantity it is a legacy quantity field, don't use this.
    used_quantity denotes the holdings units sold today. It will get reset to 0 the next day.
  • vijayonkite
    Thanks Sujith.

    there is no such field as used_quantity in Holding object.

    I was looking for something like used_quantity, but could not find it in Holding object.
  • vijayonkite
    @sujith can you please let me know where is used_quantity field mentioned in your earlier message. I could not find this field as part of Holding object.
  • sujith
    It is as mentioned here.
Sign In or Register to comment.