| ID |
Name |
Abbr |
Presence |
Description |
| 11 | ClOrdID | |
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.
|
| 14 | CumQty | |
required |
SYNOPSIS:
Total number of shares filled.
(Prior to FIX 4.2 this field was of type int)
|
| 39 | OrdStatus | |
required |
SYNOPSIS:
Identifies current status of order.
|
| 151 | LeavesQty | |
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)
|
| 84 | CxlQty | |
required |
SYNOPSIS:
Total number of shares canceled for this order.
(Prior to FIX 4.2 this field was of type int)
|
| 6 | AvgPx | |
required |
SYNOPSIS:
Calculated average price of all fills on this order.
|
| 103 | OrdRejReason | |
optional |
SYNOPSIS:
Code to identify reason for order rejection.
|
| 58 | Text | |
optional |
SYNOPSIS:
Free format text string
(Note: this field does not have a specified maximum length)
|
| 354 | EncodedTextLen | |
optional |
SYNOPSIS:
Byte length of encoded (non-ASCII characters) EncodedText field.
|
| 355 | EncodedText | |
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.
|