TradeKing needs to update the FiXML documentation.

Specifically, what is the difference between "OrdID" and just plain "ID" parameters?

I notice a parameter specifying "Stat", presumably status. What do the numbers mean?

I am trying to create a routine in my program to gather information about orders, and cancel them if they are not filled. Normally I would just get the order ID from the POST buy commands in order.xml, but there is a possibility of a connection drop at that precise moment.

Thanks in advance for the response.

<![CDATA[<FIXML xmlns="http://www.fixprotocol.org/FIXML-5-0-SP2"><ExecRpt AvgPx="0" CumQty="0" LeavesQty="1" TmInForce="0" Px="10" Typ="2" Side="1" AcctTyp="2" Acct="12345678" Stat="1" ID="SVI-65454645" OrdID="SVI-456456"><Instrmt Desc="FORD MOTOR COMPANY" SecTyp="CS" Sym="F"/><OrdQty Qty="1"/><FillsGrp FillQty="1" FillPx="0"/></ExecRpt></FIXML>]]>