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.
Sign In or Register to comment.