Group OrdListStatGrp Scenario base


ID Abbr NumInGroup ID NumInGroup name
2037ListStat73NoOrders

Pedigree

Added EP Updated EP Deprecated EP
FIX.4.4

Members

ID Name Abbr Presence Description
11ClOrdIDClOrdID required SYNOPSIS: Unique identifier for Order as assigned by the buy-side (institution, broker, intermediary etc.) (identified by SenderCompID (49) or OnBehalfOfCompID (5) as appropriate). Uniqueness must be guaranteed within a single trading day. Firms, particularly those which electronically submit multi-day orders, trade globally or throughout market close periods, should ensure uniqueness across days, for example by embedding a date within the ClOrdID field.
526SecondaryClOrdIDClOrdID2 optional SYNOPSIS: Assigned by the party which originates the order. Can be used to provide the ClOrdID (11) used by an exchange or executing system.
14CumQtyCumQty required SYNOPSIS: Total quantity (e.g. number of shares) filled. (Prior to FIX 4.2 this field was of type int)
39OrdStatusOrdStat required SYNOPSIS: Identifies current status of order. *** SOME VALUES HAVE BEEN REPLACED - See "Replaced Features and Supported Approach" *** (see Volume : "Glossary" for value definitions)
636WorkingIndicatorWorkingInd optional SYNOPSIS: Indicates if the order is currently being worked. Applicable only for OrdStatus = "New". For open outcry markets this indicates that the order is being worked in the crowd. For electronic markets it indicates that the order has transitioned from a contingent order to a market order.
151LeavesQtyLeavesQty required SYNOPSIS: Quantity open for further execution. If the OrdStatus (39) is Canceled, DoneForTheDay, Expired, Calculated, or Rejected (in which case the order is no longer active) then LeavesQty could be 0, otherwise LeavesQty = OrderQty (38) – CumQty (4). (Prior to FIX 4.2 this field was of type int)
84CxlQtyCxlQty required SYNOPSIS: Total quantity canceled for this order. (Prior to FIX 4.2 this field was of type int)
6AvgPxAvgPx required SYNOPSIS: Calculated average price of all fills on this order. For Fixed Income trades AvgPx is always expressed as percent-of-par, regardless of the PriceType (423) of LastPx (3). I.e., AvgPx will contain an average of percent-of-par values (see LastParPx (669)) for issues traded in Yield, Spread or Discount.
103OrdRejReasonRejRsn optional SYNOPSIS: Code to identify reason for order rejection.
58TextTxt optional SYNOPSIS: Free format text string (Note: this field does not have a specified maximum length)
354EncodedTextLenEncTxtLen optional SYNOPSIS: Byte length of encoded (non-ASCII characters) EncodedText (355) field.
355EncodedTextEncTxt optional SYNOPSIS: Encoded (non-ASCII characters) representation of the Text (58) field in the encoded format specified via the MessageEncoding (347) field. If used, the ASCII (English) representation should also be specified in the Text field.