What is the property i can use to find any position is in Active state ?

SudhakarC
I am using the below code to find the Positions. But, here i am getting all the position (open and closed). But, i need to get the active position only. I can't find any property like "Status". So, May i know what is the proper way to get the active position only ?

PositionResponse positions = kite.GetPositions();
Tagged:
This discussion has been closed.