quickfix - How can I implement pending orders in FIX protocol? -


i have fix server supports open/close positions. now, want add support pending orders.

in newordersingle message, there field ordtype defines type of order, market,limit,stop, etc. used these ones position orders. need parameter pendings..

i considered adding parameter newordersingle message wonder if there's better way..?

i think looking @ wrong message type. executionreport has ordstatus field can set "pending new".

newordersingle trader submit order, , that's all. trader wouldn't mark own order "pending" when submits it! server responds trader executionreport has appropriate ordstatus.

apologies if i'm telling things know. there's not lot of context in question.


Comments