Prices are not aligned to PRC_TICK

For some instruments we receive

PRC_TICK [PRICE TICK] (6210) = <double> 0.25

but it has prices not aligned to price tick:

MKT_OPEN [MARKET OPEN] (3877) = <double> 931.665

MKT_LOW [MARKET LOW] (3878) = <double> 929

MKT_HIGH [MARKET HIGH] (3879) = <double> 941.7

Why can it be, is it possible to get whole tick table?

Best Answer

Answers