Message OrderCancelRequest Scenario base

SYNOPSIS: The order cancel request message requests the cancellation of all of the remaining quantity of an existing order.

ID MsgType Abbr Flow
16F

Pedigree

Added EP Updated EP Deprecated EP
FIX.2.7

Responses

None

Members

OrderCancelRequest base members
ID Name Abbr Presence Description
1001StandardHeaderrequiredSYNOPSIS: The standard FIX message header
ELABORATION:
41OrigClOrdID required SYNOPSIS: ClOrdID of the previous order (NOT the initial order of the day) as assigned by the institution, used to identify the previous order in cancel and cancel/replace requests.
37OrderID optional SYNOPSIS: Unique identifier for Order as assigned by broker. Uniqueness must be guaranteed within a single trading day. Firms which accept multi-day orders should consider embedding a date within the OrderID field to assure uniqueness across days.
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.
66ListID optional SYNOPSIS: Unique identifier for list as assigned by institution, used to associate multiple individual orders. Uniqueness must be guaranteed within a single trading day. Firms which generate multi-day orders should consider embedding a date within the ListID field to assure uniqueness across days.
1Account optional SYNOPSIS: Account mnemonic as agreed between broker and institution.
109ClientID optional SYNOPSIS: Firm identifier used in third party-transactions (should not be a substitute for OnBehalfOfCompID/DeliverToCompID).
76ExecBroker optional SYNOPSIS: Identifies executing / give-up broker. Standard NASD market-maker mnemonic is preferred.
55Symbol required SYNOPSIS: Ticker symbol
65SymbolSfx optional SYNOPSIS: Additional information about the security (e.g. preferred, warrants, etc.). Note also see SecurityType. Valid values: As defined in the NYSE Stock and bond Symbol Directory and in the AMEX Fitch Directory
48SecurityID optional SYNOPSIS: CUSIP or other alternate security identifier
22IDSource optional SYNOPSIS: Identifies class of alternative SecurityID
167SecurityType optional SYNOPSIS: Indicates type of security (ISITC spec)
200MaturityMonthYear optional SYNOPSIS: Month and Year of the maturity for SecurityType=FUT or SecurityType=OPT. Required if MaturityDay is specified. Format: YYYYMM (i.e. 199903)
205MaturityDay optional SYNOPSIS: Day of month used in conjunction with MaturityMonthYear to specify the maturity date for SecurityType=FUT or SecurityType=OPT.
201PutOrCall optional SYNOPSIS: Indicates whether an Option is for a put or call.
202StrikePrice optional SYNOPSIS: Strike Price for an Option.
206OptAttribute optional SYNOPSIS: Can be used for SecurityType=OPT to identify a particular security.
231ContractMultiplier optional SYNOPSIS: Specifies the ratio or multiply factor to convert from contracts to shares (e.g. 1.0, 100, 1000, etc). Applicable For Fixed Income, Convertible Bonds, Derivatives, etc. Note: If used, quantities should be expressed in the "nominal" (e.g. contracts vs. shares) amount.
223CouponRate optional SYNOPSIS: For Fixed Income. Coupon rate of the bond. Will be zero for step-up bonds.
207SecurityExchange optional SYNOPSIS: Market used to help identify a security.
106Issuer optional SYNOPSIS: Company name of security issuer (e.g. International Business Machines)
348EncodedIssuerLen optional SYNOPSIS: Byte length of encoded (non-ASCII characters) EncodedIssuer field.
349EncodedIssuer optional SYNOPSIS: Encoded (non-ASCII characters) representation of the Issuer field in the encoded format specified via the MessageEncoding field. If used, the ASCII (English) representation should also be specified in the Issuer field.
107SecurityDesc optional SYNOPSIS: Security description.
350EncodedSecurityDescLen optional SYNOPSIS: Byte length of encoded (non-ASCII characters) EncodedSecurityDesc field.
351EncodedSecurityDesc optional SYNOPSIS: Encoded (non-ASCII characters) representation of the SecurityDesc field in the encoded format specified via the MessageEncoding field. If used, the ASCII (English) representation should also be specified in the SecurityDesc field.
54Side required SYNOPSIS: Side of order
60TransactTime required SYNOPSIS: Time of execution/order creation (expressed in UTC (Universal Time Coordinated, also known as "GMT")
38OrderQty optional SYNOPSIS: Number of shares ordered. This represents the number of shares for equities or based on normal convention the number of contracts for options, futures, convertible bonds, etc. (Prior to FIX 4.2 this field was of type int)
152CashOrderQty optional SYNOPSIS: Specifies the approximate order quantity desired in total monetary units vs. as a number of shares. The broker would be responsible for converting and calculating a share quantity (OrderQty) based upon this amount to be used for the actual order and subsequent messages.
376ComplianceID optional SYNOPSIS: ID used to represent this transaction for compliance purposes (e.g. OATS reporting).
377SolicitedFlag optional SYNOPSIS: Indicates whether or not the order was solicited.
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.
1002StandardTrailerrequiredSYNOPSIS: The standard FIX message trailer
ELABORATION: