Hi Rakesh, thank you. will give it a try tomorrow.
below code returns kite.VARIETY_regular as variety, since I fetch it in runtime I will not be sure of order variety, is there a better way to deal this? if this is a inconsistency it defeats the whole purpose of automation / using API.
kite.VARIETY_REGULAR
. Check constant assignment here.below code returns kite.VARIETY_regular as variety, since I fetch it in runtime I will not be sure of order variety, is there a better way to deal this? if this is a inconsistency it defeats the whole purpose of automation / using API.
Orders = kite.orders() >> Order_Variety = "kite.VARIETY_"+Orders[x]["variety"]