I am calling CreateFixOrder and it is never returning. This will lock up my prgram if this function never returns. this needs to be looked into please.
My code example of what I am doing:
Code:
m_pTradeDesk->CreateFixOrder(m_pTradeDesk->FIX_OPENMARKET, "", 0,
0, "", bAccount, bInstrument, bBuySell,
nQty, "", &ordID, &psd);