Group OrdListStatGrp Scenario base


ID Abbr NumInGroup ID NumInGroup name
203773NoOrders

Pedigree

Added EP Updated EP Deprecated EP
FIX.2.7

Members

ID Name Abbr Presence Description
11ClOrdID required SYNOPSIS: Unique identifier for Order as assigned by institution (identified by SenderCompID or OnBehalfOfCompID 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.
14CumQty required SYNOPSIS: Total number of shares filled. (Prior to FIX 4.2 this field was of type int)
39OrdStatus required SYNOPSIS: Identifies current status of order.
151LeavesQty required SYNOPSIS: Amount of shares open for further execution. If the OrdStatus is Canceled, DoneForTheDay, Expired, Calculated, or Rejected (in which case the order is no longer active) then LeavesQty could be 0, otherwise LeavesQty = OrderQty - CumQty. (Prior to FIX 4.2 this field was of type int)
84CxlQty required SYNOPSIS: Total number of shares canceled for this order. (Prior to FIX 4.2 this field was of type int)
6AvgPx required SYNOPSIS: Calculated average price of all fills on this order.
103OrdRejReason optional SYNOPSIS: Code to identify reason for order rejection.
58Text optional SYNOPSIS: Free format text string (Note: this field does not have a specified maximum length)
354EncodedTextLen optional SYNOPSIS: Byte length of encoded (non-ASCII characters) EncodedText field.
355EncodedText optional SYNOPSIS: Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field. If used, the ASCII (English) representation should also be specified in the Text field.