I tried to set the limit ordey by using
ORDER hOrder = new ORDER();
hOrder.PriceType = "limit";
hOrder.Price = "110.20";
but after submitted successfully, I checked in REDI UI, it shows price desc as "MKT".
but when i created from REDI UI, it shows price desc as "LMT 112.20".
Is that something I am missing from API side?