Hi, I am using python api to get some basic information on each contract.
The command I am using is like below.
ek.get_data(instr,fields=['CF_VOLUME','CF_CURR','CF_LOTSIZE','CF_EXCHNG','BS_PNT_VAL','MPV'])
I am wondering if there is a field associated to "tick size" of the contract.
Thanks.