oldPri = SetCxObjPri(co,pri)
D0 A0 D0
LONG SetCxObjPri(CxObj *,LONG);
This function sets the priority of a commodity object for the purposes of
EnqueueCxObj().
It is strongly recommended that the ToolTypes environment be utilized to provide end-user control over the priority of brokers, but application specific ordering of other objects within their lists is not dictated.
This function will not reposition an object within its list when its priority changes. To attain the same effect, first remove the object from its list using
RemoveCxObj(), set its priority using SetCxObjPri(), and reinsert it in the list using
EnqueueCxObj().