| ◈ StandardHeader [Component] | | Y | MsgType = E | FIX.2.7 |
| 8 | BeginString | String | Y | FIX.4.2 (Always unencrypted, must be first field in message) | FIX.4.0 |
| 9 | BodyLength | int | Y | (Always unencrypted, must be second field in message) | FIX.4.0 |
| 35 | MsgType | String | Y | (Always unencrypted, must be third field in message)
▶ 46 enum values
| Value | Name | Description |
| 0 | Heartbeat | Heartbeat | | 1 | TestRequest | Test Request | | 2 | ResendRequest | Resend Request | | 3 | Reject | Reject | | 4 | SequenceReset | Sequence Reset | | 5 | Logout | Logout | | 6 | IOI | Indication of Interest | | 7 | Advertisement | Advertisement | | 8 | ExecutionReport | Execution Report | | 9 | OrderCancelReject | Order Cancel Reject | | a | QuoteStatusRequest | Quote Status Request | | A | Logon | Logon | | B | News | News | | b | MassQuoteAcknowledgement | Quote Acknowledgement | | C | Email | Email | | c | SecurityDefinitionRequest | Security Definition Request | | D | NewOrderSingle | Order Single | | d | SecurityDefinition | Security Definition | | E | NewOrderList | Order List | | e | SecurityStatusRequest | Security Status Request | | f | SecurityStatus | Security Status | | F | OrderCancelRequest | Order Cancel Request | | G | OrderCancelReplaceRequest | Order Cancel/Replace Request | | g | TradingSessionStatusRequest | Trading Session Status Request | | H | OrderStatusRequest | Order Status Request | | h | TradingSessionStatus | Trading Session Status | | i | MassQuote | Mass Quote | | j | BusinessMessageReject | Business Message Reject | | J | AllocationInstruction | Allocation | | K | ListCancelRequest | List Cancel Request | | k | BidRequest | Bid Request | | l | BidResponse | Bid Response (lowercase L) | | L | ListExecute | List Execute | | m | ListStrikePrice | List Strike Price | | M | ListStatusRequest | List Status Request | | N | ListStatus | List Status | | P | AllocationInstructionAck | Allocation ACK | | Q | DontKnowTrade | Dont Know Trade (DK) | | R | QuoteRequest | Quote Request | | S | Quote | Quote | | T | SettlementInstructions | Settlement Instructions | | V | MarketDataRequest | Market Data Request | | W | MarketDataSnapshotFullRefresh | Market Data-Snapshot/Full Refresh | | X | MarketDataIncrementalRefresh | Market Data-Incremental Refresh | | Y | MarketDataRequestReject | Market Data Request Reject | | Z | QuoteCancel | Quote Cancel |
| FIX.4.0 |
| 49 | SenderCompID | String | Y | (Always unencrypted) | FIX.4.0 |
| 56 | TargetCompID | String | Y | (Always unencrypted) | FIX.4.0 |
| 115 | OnBehalfOfCompID | String | N | Trading partner company ID used when sending messages via a third party (Can be embedded within encrypted data section.) | FIX.4.0 |
| 128 | DeliverToCompID | String | N | Trading partner company ID used when sending messages via a third party (Can be embedded within encrypted data section.) | FIX.4.0 |
| 90 | SecureDataLen | Length | N | Required to identify length of encrypted section of message. (Always unencrypted) | FIX.4.0 |
| 91 | SecureData | data | N | Required when message body is encrypted. Always immediately follows SecureDataLen field. | FIX.4.0 |
| 34 | MsgSeqNum | int | Y | (Can be embedded within encrypted data section.) | FIX.4.0 |
| 50 | SenderSubID | String | N | (Can be embedded within encrypted data section.) | FIX.4.0 |
| 142 | SenderLocationID | String | N | Sender's LocationID (i.e. geographic location and/or desk) (Can be embedded within encrypted data section.) | FIX.4.1 |
| 57 | TargetSubID | String | N | "ADMIN" reserved for administrative messages not intended for a specific user. (Can be embedded within encrypted data section.) | FIX.4.0 |
| 143 | TargetLocationID | String | N | Trading partner LocationID (i.e. geographic location and/or desk) (Can be embedded within encrypted data section.) | FIX.4.1 |
| 116 | OnBehalfOfSubID | String | N | Trading partner SubID used when delivering messages via a third party. (Can be embedded within encrypted data section.) | FIX.4.0 |
| 144 | OnBehalfOfLocationID | String | N | Trading partner LocationID (i.e. geographic location and/or desk) used when delivering messages via a third party. (Can be embedded within encrypted data section.) | FIX.4.1 |
| 129 | DeliverToSubID | String | N | Trading partner SubID used when delivering messages via a third party. (Can be embedded within encrypted data section.) | FIX.4.0 |
| 145 | DeliverToLocationID | String | N | Trading partner LocationID (i.e. geographic location and/or desk) used when delivering messages via a third party. (Can be embedded within encrypted data section.) | FIX.4.1 |
| 43 | PossDupFlag | Boolean | N | Always required for retransmitted messages, whether prompted by the sending system or as the result of a resend request. (Can be embedded within encrypted data section.)
▶ 2 enum values
| Value | Name | Description |
| N | OriginalTransmission | Original transmission | | Y | PossibleDuplicate | Possible duplicate |
| FIX.4.0 |
| 97 | PossResend | Boolean | N | Required when message may be duplicate of another message sent under a different sequence number. (Can be embedded within encrypted data section.)
▶ 2 enum values
| Value | Name | Description |
| N | OriginalTransmission | Original transmission | | Y | PossibleResend | Possible resend |
| FIX.4.0 |
| 52 | SendingTime | UTCTimestamp | Y | (Can be embedded within encrypted data section.) | FIX.4.0 |
| 122 | OrigSendingTime | UTCTimestamp | N | Required for message resent as a result of a ResendRequest. If data is not available set to same value as SendingTime (Can be embedded within encrypted data section.) | FIX.4.0 |
| 212 | XmlDataLen | Length | N | Required when specifying XmlData to identify the length of a XmlData message block. (Can be embedded within encrypted data section.) | FIX.4.2 |
| 213 | XmlData | data | N | Can contain a XML formatted message block (e.g. FIXML). Always immediately follows XmlDataLen field. (Can be embedded within encrypted data section.)
See Appendix M – FIXML Support | FIX.4.2 |
| 347 | MessageEncoding | String | N | Type of message encoding (non-ASCII characters) used in a message’s "Encoded" fields. Required if any "Encoding" fields are used.
▶ 4 enum values
| Value | Name | Description |
| EUC-JP | EUCJP | (for using EUC) | | ISO-2022-JP | ISO2022JP | (for using JIS) | | Shift_JIS | ShiftJIS | (for using SJIS) | | UTF-8 | UTF8 | (for using Unicode) |
| FIX.4.2 |
| 369 | LastMsgSeqNumProcessed | int | N | The last MsgSeqNum value received and processed. Can be specified on every message sent. Useful for detecting a backlog with a counterparty. | FIX.4.2 |
| 370 | OnBehalfOfSendingTime | UTCTimestamp | N | Used when a message is sent via a "hub" or "service bureau". If A sends to Q (the hub) who then sends to B via a separate FIX session, then when Q sends to B the value of this field should represent the SendingTime on the message A sent to Q. (always expressed in UTC (Universal Time Coordinated, also known as "GMT") | FIX.4.2 |
| 66 | ListID | String | Y | Must be unique, by customer, for the day | FIX.2.7 |
| 390 | BidID | String | N | Should refer to an earlier program if bidding took place. | FIX.4.2 |
| 391 | ClientBidID | String | N | Unique identifier for a Bid Request as assigned by institution. Uniqueness must be guaranteed within a single trading day. | FIX.4.2 |
| 414 | ProgRptReqs | int | N | Code to identify the desired frequency of progress reports.
▶ 3 enum values
| Value | Name | Description |
| 1 | BuySideRequests | BuySide explicitly requests status using StatusRequest (Default) The sell-side firm can however, send a DONE status List Status Response in an unsolicited fashion | | 2 | SellSideSends | SellSide periodically sends status using ListStatus. Period optionally specified in ProgressPeriod | | 3 | RealTimeExecutionReports | Real-time execution reports (to be discouraged) |
| FIX.4.2 |
| 394 | BidType | int | Y | e.g. Non Disclosed Model, Disclosed Model, No Bidding Process | FIX.4.2 |
| 415 | ProgPeriodInterval | int | N | Time in minutes between each ListStatus report sent by SellSide. Zero means don’t send status. | FIX.4.2 |
| 433 | ListExecInstType | char | N | Controls when execution should be begin.
▶ 2 enum values
| Value | Name | Description |
| 1 | Immediate | Immediate | | 2 | WaitForInstruction | Wait for Execute Instruction (e.g. a List Execute message or phone call before proceeding with execution of the list) |
| FIX.4.2 |
| 69 | ListExecInst | String | N | Free-form text. | FIX.2.7 |
| 352 | EncodedListExecInstLen | Length | N | Must be set if EncodedListExecInst field is specified and must immediately precede it. | FIX.4.2 |
| 353 | EncodedListExecInst | data | N | Encoded (non-ASCII characters) representation of the ListExecInst field in the encoded format specified via the MessageEncoding field. | FIX.4.2 |
| 68 | TotNoOrders | int | Y | Used to support fragmentation. Sum of NoOrders across all messages with the same ListID. | FIX.2.7 |
| 73 | NoOrders | int | Y | Number of orders in this message (number of repeating groups to follow) | FIX.4.2 |
| 11 | ClOrdID | String | Y | Must be the first field in the repeating group. | FIX.2.7 |
| 67 | ListSeqNo | int | Y | Order number within the list | FIX.2.7 |
| 160 | SettlInstMode | char | N | Indicates mode used for Settlement Instructions
▶ 4 enum values
| Value | Name | Description |
| 0 | Default | Default | | 1 | StandingInstructionsProvided | Standing Instructions Provided | | 2 | SpecificAllocationAccountOverriding | Specific Allocation Account Overriding | | 3 | SpecificAllocationAccountStanding | Specific Allocation Account Standing |
| FIX.4.2 |
| 109 | ClientID | String | N | Firm identifier used in third party-transactions (should not be a substitute for OnBehalfOfCompID/DeliverToCompID). | FIX.3.0 |
| 76 | ExecBroker | String | N | Identifies executing / give-up broker. Standard NASD market-maker mnemonic is preferred. | FIX.2.7 |
| 1 | Account | String | N | Account mnemonic as agreed between broker and institution. | FIX.2.7 |
| 78 | NoAllocs | int | N | Indicates number of pre-trade allocation accounts to follow | FIX.4.2 |
| 79 | AllocAccount | String | N | Required if NoAllocs > 0. Must be the first field in the repeating group. | FIX.4.2 |
| 80 | AllocShares | Qty | N | Number of shares to be allocated to specific sub-account
(Prior to FIX 4.2 this field was of type int) | FIX.4.2 |
| 63 | SettlmntTyp | char | N | Indicates order settlement period. Absence of this field is interpreted as Regular. Regular is defined as the default settlement period for the particular security on the exchange of execution.
▶ 10 enum values
| Value | Name | Description |
| 0 | Regular | Regular | | 1 | Cash | Cash | | 2 | NextDay | Next Day | | 3 | TPlus2 | T+2 | | 4 | TPlus3 | T+3 | | 5 | TPlus4 | T+4 | | 6 | Future | Future | | 7 | WhenAndIfIssued | When Issued | | 8 | SellersOption | Sellers Option | | 9 | TPlus5 | T+ 5 |
| FIX.2.7 |
| 64 | FutSettDate | LocalMktDate | N | Specific date of trade settlement (SettlementDate) in YYYYMMDD format. Required when SettlmntTyp = 6 (Future) or SettlmntTyp = 8 (Sellers Option). (expressed in local time at place of settlement) | FIX.2.7 |
| 21 | HandlInst | char | N | Instructions for order handling on Broker trading floor
▶ 3 enum values
| Value | Name | Description |
| 1 | AutomatedExecutionNoIntervention | Automated execution order, private, no Broker intervention | | 2 | AutomatedExecutionInterventionOK | Automated execution order, public, Broker intervention OK | | 3 | ManualOrder | Manual order, best execution |
| FIX.2.7 |
| 18 | ExecInst | MultipleValueString | N | Can contain multiple instructions, space delimited. If OrdType=P, exactly one of the following values (ExecInst = L, R, M, P, O, T, or W) must be specified.
▶ 29 enum values
| Value | Name | Description |
| 0 | StayOnOfferSide | Stay on offerside | | 1 | NotHeld | Not held | | 2 | Work | Work | | 3 | GoAlong | Go along | | 4 | OverTheDay | Over the day | | 5 | Held | Held | | 6 | ParticipateDoNotInitiate | Participate don't initiate | | 7 | StrictScale | Strict scale | | 8 | TryToScale | Try to scale | | 9 | StayOnBidSide | Stay on bidside | | A | NoCross | No cross (cross is forbidden) | | B | OKToCross | OK to cross | | C | CallFirst | Call first | | D | PercentOfVolume | Percent of volume (indicates that the sender does not want to be all of the volume on the floor vs. a specific percentage) | | E | DoNotIncrease | Do not increase - DNI | | F | DoNotReduce | Do not reduce - DNR | | G | AllOrNone | All or none - AON | | I | InstitutionsOnly | Institutions only | | L | LastPeg | Last peg (last sale) | | M | MidPricePeg | Mid-price peg (midprice of inside quote) | | N | NonNegotiable | Non-negotiable | | O | OpeningPeg | Opening peg | | P | MarketPeg | Market peg | | R | PrimaryPeg | Primary peg (primary market - buy at bid/sell at offer) | | S | Suspend | Suspend | | T | FixedPegToLocalBestBidOrOfferAtTimeOfOrder | Fixed Peg to Local best bid or offer at time of order | | U | CustomerDisplayInstruction | Customer Display Instruction (Rule11Ac1-1/4) | | V | Netting | Netting (for Forex) | | W | PegToVWAP | Peg to VWAP |
| FIX.2.7 |
| 110 | MinQty | Qty | N | Minimum quantity of an order to be executed.
(Prior to FIX 4.2 this field was of type int) | FIX.3.0 |
| 111 | MaxFloor | Qty | N | Maximum number of shares within an order to be shown on the exchange floor at any given time.
(Prior to FIX 4.2 this field was of type int) | FIX.3.0 |
| 100 | ExDestination | Exchange | N | Execution destination as defined by institution when order is entered.
Valid values:
See Appendix C | FIX.3.0 |
| 386 | NoTradingSessions | int | N | Number of TradingSessionIDs in repeating group. | FIX.4.2 |
| 336 | TradingSessionID | String | N | First field in repeating group. Required if NoTradingSessions > 0. | FIX.4.2 |
| 81 | ProcessCode | char | N | Processing code for sub-account. Absence of this field in AllocAccount / AllocPrice/AllocShares / ProcessCode instance indicates regular trade.
▶ 7 enum values
| Value | Name | Description |
| 0 | Regular | regular | | 1 | SoftDollar | soft dollar | | 2 | StepIn | step-in | | 3 | StepOut | step-out | | 4 | SoftDollarStepIn | soft-dollar step-in | | 5 | SoftDollarStepOut | soft-dollar step-out | | 6 | PlanSponsor | plan sponsor |
| FIX.2.7 |
| 55 | Symbol | String | Y | Ticker symbol | FIX.2.7 |
| 65 | SymbolSfx | String | N | Can be repeated multiple times if message is related to multiple symbols. | FIX.2.7 |
| 48 | SecurityID | String | N | Can be repeated multiple times if message is related to multiple symbols. | FIX.2.7 |
| 22 | IDSource | String | N | Can be repeated multiple times if message is related to multiple symbols.
▶ 9 enum values
| Value | Name | Description |
| 1 | CUSIP | CUSIP | | 2 | SEDOL | SEDOL | | 3 | QUIK | QUIK | | 4 | ISINNumber | ISIN number | | 5 | RICCode | RIC code | | 6 | ISOCurrencyCode | ISO Currency Code | | 7 | ISOCountryCode | ISO Country Code | | 8 | ExchangeSymbol | Exchange Symbol | | 9 | ConsolidatedTapeAssociation | Consolidated Tape Association (CTA) Symbol (SIAC CTS/CQS line format) |
| FIX.2.7 |
| 167 | SecurityType | String | N | Must be specified if a Future or Option. If a Future: Symbol, SecurityType, and MaturityMonthYear are required. If an Option: Symbol, SecurityType, MaturityMonthYear, PutOrCall, and StrikePrice are required.
▶ 33 enum values
| Value | Name | Description |
| ? | Wildcard | Wildcard entry (used on Security Definition Request message) | | BA | BankersAcceptance | Bankers Acceptance | | CB | ConvertibleBond | Convertible Bond (Note not part of ISITC spec) | | CD | CertificateOfDeposit | Certificate Of Deposit | | CMO | CollateralizedMortgageObligation | Collateralize Mortgage Obligation | | CORP | CorporateBond | Corporate Bond | | CP | CommercialPaper | Commercial Paper | | CPP | CorporatePrivatePlacement | Corporate Private Placement | | CS | CommonStock | Common Stock | | FHA | FederalHousingAuthority | Federal Housing Authority | | FHL | FederalHomeLoan | Federal Home Loan | | FN | FederalNationalMortgageAssociation | Federal National Mortgage Association | | FOR | ForeignExchangeContract | Foreign Exchange Contract | | FUT | Future | Future | | GN | GovernmentNationalMortgageAssociation | Government National Mortgage Association | | GOVT | TreasuriesAgencyDebenture | Treasuries + Agency Debenture | | IET | IOETTEMortgage | Mortgage IOETTE | | MF | MutualFund | Mutual Fund | | MIO | MortgageInterestOnly | Mortgage Interest Only | | MPO | MortgagePrincipalOnly | Mortgage Principal Only | | MPP | MortgagePrivatePlacement | Mortgage Private Placement | | MPT | MiscellaneousPassThrough | Miscellaneous Pass-Thru | | MUNI | MunicipalBond | Municipal Bond | | NONE | NoSecurityType | No ISITC Security Type | | OPT | Option | Option | | PS | PreferredStock | Preferred Stock | | RP | RepurchaseAgreement | Repurchase Agreement | | RVRP | ReverseRepurchaseAgreement | Reverse Repurchase Agreement | | SL | StudentLoanMarketingAssociation | Student Loan Marketing Association | | TD | TimeDeposit | Time Deposit | | USTB | USTreasuryBillOld | US Treasury Bill | | WAR | Warrant | Warrant | | ZOO | CatsTigersAndLions | Cats, Tigers & Lions (a real code: US Treasury Receipts) |
| FIX.4.1 |
| 200 | MaturityMonthYear | MonthYear | N | Specifiesthe month and year of maturity. Required if MaturityDay is specified. | FIX.4.1 |
| 205 | MaturityDay | DayOfMonth | N | Can be used in conjunction with MaturityMonthYear to specify a particular maturity date. | FIX.4.1 |
| 201 | PutOrCall | int | N | For Options.
▶ 2 enum values
| Value | Name | Description |
| 0 | Put | Put | | 1 | Call | Call |
| FIX.4.1 |
| 202 | StrikePrice | Price | N | For Options. | FIX.4.1 |
| 206 | OptAttribute | char | N | For Options. | FIX.4.1 |
| 231 | ContractMultiplier | float | N | For Fixed Income, Convertible Bonds, Derivatives, etc. Note: If used, quantities should be expressed in the "nominal" (e.g. contracts vs. shares) amount. | FIX.4.2 |
| 223 | CouponRate | float | N | For Fixed Income. | FIX.4.2 |
| 207 | SecurityExchange | Exchange | N | Can be used to identify the security. | FIX.4.1 |
| 106 | Issuer | String | N | Can be repeated multiple times if message is related to multiple symbols. | FIX.3.0 |
| 348 | EncodedIssuerLen | Length | N | Must be set if EncodedIssuer field is specified and must immediately precede it. | FIX.4.2 |
| 349 | EncodedIssuer | data | N | Encoded (non-ASCII characters) representation of the Issuer field in the encoded format specified via the MessageEncoding field. | FIX.4.2 |
| 107 | SecurityDesc | String | N | Can be repeated multiple times if message is related to multiple symbols. | FIX.3.0 |
| 350 | EncodedSecurityDescLen | Length | N | Must be set if EncodedSecurityDesc field is specified and must immediately precede it. | FIX.4.2 |
| 351 | EncodedSecurityDesc | data | N | Encoded (non-ASCII characters) representation of the SecurityDesc field in the encoded format specified via the MessageEncoding field. | FIX.4.2 |
| 140 | PrevClosePx | Price | N | Useful for verifying security identification | FIX.4.0 |
| 54 | Side | char | Y | Note: to indicate the side of SideValue1 or SideValue2, specify Side=Undisclosed and SideValueInd=either the SideValue1 or SideValue2 indicator.
▶ 9 enum values
| Value | Name | Description |
| 1 | Buy | Buy | | 2 | Sell | Sell | | 3 | BuyMinus | Buy minus | | 4 | SellPlus | Sell plus | | 5 | SellShort | Sell short | | 6 | SellShortExempt | Sell short exempt | | 7 | Undisclosed | Undisclosed (valid for IOI and List Order messages only) | | 8 | Cross | Cross (orders where counterparty is an exchange, valid for all messages except IOIs) | | 9 | CrossShort | Cross short |
| FIX.2.7 |
| 401 | SideValueInd | int | N | Refers to the SideValue1 or SideValue2. These are used as opposed to Buy or Sell so that the basket can be quoted either way as Buy or Sell. | FIX.4.2 |
| 114 | LocateReqd | Boolean | N | Indicates whether the broker is to locate the stock in conjunction with a short sell order.
▶ 2 enum values
| Value | Name | Description |
| N | No | Indicates the broker is not required to locate | | Y | Yes | Indicates the broker is responsible for locating the stock |
| FIX.4.0 |
| 60 | TransactTime | UTCTimestamp | N | Time of execution/order creation (expressed in UTC (Universal Time Coordinated, also known as "GMT") | FIX.4.2 |
| 38 | OrderQty | Qty | N | Either CashOrderQty or OrderQty is required. Note that either, but not both, CashOrderQty or OrderQty should be specified. | FIX.2.7 |
| 152 | CashOrderQty | Qty | N | Either CashOrderQty or OrderQty is required. Note that either, but not both, CashOrderQty or OrderQty should be specified. Specifies the approximate "monetary quantity" for the order. Broker is responsible for converting and calculating OrderQty in shares for subsequent messages. | FIX.4.2 |
| 40 | OrdType | char | N | Order type.
▶ 19 enum values
| Value | Name | Description |
| 1 | Market | Market | | 2 | Limit | Limit | | 3 | Stop | Stop | | 4 | StopLimit | Stop limit | | 5 | MarketOnClose | Market on close | | 6 | WithOrWithout | With or without | | 7 | LimitOrBetter | Limit or better | | 8 | LimitWithOrWithout | Limit with or without | | 9 | OnBasis | On basis | | A | OnClose | On close | | B | LimitOnClose | Limit on close | | C | ForexMarket | Forex - Market | | D | PreviouslyQuoted | Previously quoted | | E | PreviouslyIndicated | Previously indicated | | F | ForexLimit | Forex - Limit | | G | ForexSwap | Forex - Swap | | H | ForexPreviouslyQuoted | Forex - Previously Quoted | | I | Funari | Funari (Limit Day Order with unexecuted portion handled as Market On Close. e.g. Japan) | | P | Pegged | Pegged |
| FIX.2.7 |
| 44 | Price | Price | N | Price per share | FIX.2.7 |
| 99 | StopPx | Price | N | Price per share | FIX.2.7 |
| 15 | Currency | Currency | N | Identifies currency used for price. Absence of this field is interpreted as the default for the security. It is recommended that systems provide the currency value whenever possible. See Appendix A: Valid Currency Codes for information on obtaining valid values. | FIX.2.7 |
| 376 | ComplianceID | String | N | ID used to represent this transaction for compliance purposes (e.g. OATS reporting). | FIX.4.2 |
| 377 | SolicitedFlag | Boolean | N | Indicates whether or not the order was solicited.
▶ 2 enum values
| Value | Name | Description |
| N | WasNotSolicited | Was not solicited | | Y | WasSolicited | Was solcitied |
| FIX.4.2 |
| 23 | IOIid | String | N | Required for Previously Indicated Orders (OrdType=E) | FIX.4.2 |
| 117 | QuoteID | String | N | Required for Previously Quoted Orders (OrdType=D) | FIX.4.2 |
| 59 | TimeInForce | char | N | Specifies how long the order remains in effect. Absence of this field is interpreted as DAY.
▶ 7 enum values
| Value | Name | Description |
| 0 | Day | Day | | 1 | GoodTillCancel | Good Till Cancel (GTC) | | 2 | AtTheOpening | At the Opening (OPG) | | 3 | ImmediateOrCancel | Immediate or Cancel (IOC) | | 4 | FillOrKill | Fill or Kill (FOK) | | 5 | GoodTillCrossing | Good Till Crossing (GTX) | | 6 | GoodTillDate | Good Till Date |
| FIX.2.7 |
| 168 | EffectiveTime | UTCTimestamp | N | Time the details within the message should take effect (always expressed in UTC (Universal Time Coordinated, also known as "GMT") | FIX.4.2 |
| 432 | ExpireDate | LocalMktDate | N | Conditionally required if TimeInForce = GTD and ExpireTime is not specified. | FIX.4.2 |
| 126 | ExpireTime | UTCTimestamp | N | Conditionally required if TimeInForce = GTD and ExpireDate is not specified. | FIX.4.0 |
| 427 | GTBookingInst | int | N | States whether executions are booked out or accumulated on a partially filled GT order
▶ 3 enum values
| Value | Name | Description |
| 0 | BookOutAllTradesOnDayOfExecution | book out all trades on day of execution | | 1 | AccumulateUntilFilledOrExpired | accumulate executions until order is filled or expires | | 2 | AccumulateUntilVerballlyNotifiedOtherwise | accumulate until verbally notified otherwise |
| FIX.4.2 |
| 12 | Commission | Amt | N | Commission. Note if CommType is percentage, Commission of 5% should be represented as .05. | FIX.2.7 |
| 13 | CommType | char | N | Commission type
▶ 3 enum values
| Value | Name | Description |
| 1 | PerUnit | per share | | 2 | Percent | percentage | | 3 | Absolute | absolute |
| FIX.2.7 |
| 47 | Rule80A | char | N | Note that the name of this field is changing to "OrderCapacity" as Rule80A is a very US market-specific term. Other world markets need to convey similar information, however, often a subset of the US values. . See the "Rule80A (aka OrderCapacity) Usage by Market" appendix for market-specific usage of this field.
▶ 23 enum values
| Value | Name | Description |
| A | AgencySingleOrder | Agency single order | | B | ShortExemptTransactionAType | Short exempt transaction (refer to A type) | | C | ProprietaryNonAlgo | Program Order, non-index arb, for Member firm/org | | D | ProgramOrderMember | Program Order, index arb, for Member firm/org | | E | ShortExemptTransactionForPrincipal | Registered Equity Market Maker trades | | F | ShortExemptTransactionWType | Short exempt transaction (refer to W type) | | H | ShortExemptTransactionIType | Short exempt transaction (refer to I type) | | I | IndividualInvestor | Individual Investor, single order | | J | ProprietaryAlgo | Program Order, index arb, for individual customer | | K | AgencyAlgo | Program Order, non-index arb, for individual customer | | L | ShortExemptTransactionMemberAffliated | Short exempt transaction for member competing market-maker affiliated with the firm clearing the trade (refer to P and O types) | | M | ProgramOrderOtherMember | Program Order, index arb, for other member | | N | AgentForOtherMember | Program Order, non-index arb, for other member | | O | ProprietaryTransactionAffiliated | Competing dealer trades | | P | Principal | Principal | | R | TransactionNonMember | Competing dealer trades | | S | SpecialistTrades | Specialist trades | | T | TransactionUnaffiliatedMember | Competing dealer trades | | U | AgencyIndexArb | Program Order, index arb, for other agency | | W | AllOtherOrdersAsAgentForOtherMember | All other orders as agent for other member | | X | ShortExemptTransactionMemberNotAffliated | Short exempt transaction for member competing market-maker not affiliated with the firm clearing the trade (refer to W and T types) | | Y | AgencyNonAlgo | Program Order, non-index arb, for other agency | | Z | ShortExemptTransactionNonMember | Short exempt transaction for non-member competing market-maker (refer to A and R types) |
| FIX.2.7 |
| 121 | ForexReq | Boolean | N | Indicates request for forex accommodation trade to be executed along with security transaction.
▶ 2 enum values
| Value | Name | Description |
| N | DoNotExecuteForexAfterSecurityTrade | Do not execute Forex after security trade | | Y | ExecuteForexAfterSecurityTrade | Execute Forex after security trade |
| FIX.4.0 |
| 120 | SettlCurrency | Currency | N | Currency code of settlement denomination. | FIX.4.0 |
| 58 | Text | String | N | Free format text string
(Note: this field does not have a specified maximum length) | FIX.2.7 |
| 354 | EncodedTextLen | Length | N | Must be set if EncodedText field is specified and must immediately precede it. | FIX.4.2 |
| 355 | EncodedText | data | N | Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field. | FIX.4.2 |
| 193 | FutSettDate2 | LocalMktDate | N | Can be used with OrdType = "Forex - Swap" to specify the "value date" for the future portion of a F/X swap. | FIX.4.1 |
| 192 | OrderQty2 | Qty | N | Can be used with OrdType = "Forex - Swap" to specify the order quantity for the future portion of a F/X swap. | FIX.4.1 |
| 77 | OpenClose | char | N | Indicates whether the resulting position after a trade should be an opening position or closing position. Used for omnibus accounting - where accounts are held on a gross basis instead of being netted together.
▶ 2 enum values
| Value | Name | Description |
| C | Close | Close | | O | Open | Open |
| FIX.4.1 |
| 203 | CoveredOrUncovered | int | N | Used for options
▶ 2 enum values
| Value | Name | Description |
| 0 | Covered | Covered | | 1 | Uncovered | Uncovered |
| FIX.4.1 |
| 204 | CustomerOrFirm | int | N | Used for options when delivering the order to an execution system/exchange to specify if the order is for a customer or the firm placing the order itself.
▶ 2 enum values
| Value | Name | Description |
| 0 | Customer | Customer | | 1 | Firm | Firm |
| FIX.4.1 |
| 210 | MaxShow | Qty | N | Maximum number of shares within an order to be shown to other customers (i.e. sent via an IOI).
(Prior to FIX 4.2 this field was of type int) | FIX.4.1 |
| 211 | PegDifference | PriceOffset | N | Amount (signed) added to the price of the peg for a pegged order. | FIX.4.1 |
| 388 | DiscretionInst | char | N | Code to identify the price a DiscretionOffset is related to and should be mathematically added to. Required if DiscretionOffset is specified.
▶ 6 enum values
| Value | Name | Description |
| 0 | RelatedToDisplayedPrice | Related to displayed price | | 1 | RelatedToMarketPrice | Related to market price | | 2 | RelatedToPrimaryPrice | Related to primary price | | 3 | RelatedToLocalPrimaryPrice | Related to local primary price | | 4 | RelatedToMidpointPrice | Related to midpoint price | | 5 | RelatedToLastTradePrice | Related to last trade price |
| FIX.4.2 |
| 389 | DiscretionOffset | PriceOffset | N | Amount (signed) added to the "related to" price specified via DiscretionInst. | FIX.4.2 |
| 439 | ClearingFirm | String | N | Firm that will clear the trade. Used if different from the executing firm. | FIX.4.2 |
| 440 | ClearingAccount | String | N | Supplemental accounting information forwared to clearing house/firm. | FIX.4.2 |
| ◈ StandardTrailer [Component] | | Y | The standard FIX message trailer | FIX.2.7 |
| 93 | SignatureLength | Length | N | Required when trailer contains signature. Note: Not to be included within SecureData field | FIX.4.0 |
| 89 | Signature | data | N | Note: Not to be included within SecureData field | FIX.4.0 |
| 10 | CheckSum | String | Y | (Always unencrypted, always last field in message) | FIX.4.0 |