Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developers:fixapi.securitydefinition [2025/08/13 12:29] – rob | developers:fixapi.securitydefinition [2025/08/13 12:52] (current) – rob | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Security Definition ===== | + | ====== Security Definition ====== |
+ | ^ Print ^ RSS ^ Click to enable email notifications for this page ^ | ||
- | === Defining Instruments === | + | ===== Defining Instruments |
The Security Definition message (Tag 35=d) is used to define the characteristics of exchanges, contracts, and specific instruments (markets). The T4 FIX API returns this message as a result of queries performed with the Security Definition Request message. | The Security Definition message (Tag 35=d) is used to define the characteristics of exchanges, contracts, and specific instruments (markets). The T4 FIX API returns this message as a result of queries performed with the Security Definition Request message. | ||
The Security Definition message includes a complete description of securities by providing Exchange identifier, Contract identifier, Market identifier, pricing, minimum trading volumes, minimum price amount (including Variable Tick Tables), quantity leg ratios, buy/sell sides, put/call type, strikes, etc. This message also enumerates lists of exchanges, contracts within an exchange, and markets for a specific contract. | The Security Definition message includes a complete description of securities by providing Exchange identifier, Contract identifier, Market identifier, pricing, minimum trading volumes, minimum price amount (including Variable Tick Tables), quantity leg ratios, buy/sell sides, put/call type, strikes, etc. This message also enumerates lists of exchanges, contracts within an exchange, and markets for a specific contract. | ||
- | === Message Dictionary === | + | ===== Message Dictionary |
^ Tag ^ Field Name ^ Req'd ^ Comments ^ | ^ Tag ^ Field Name ^ Req'd ^ Comments ^ | ||
| Standard Header | Y | MsgType = d | | | Standard Header | Y | MsgType = d | | ||
Line 15: | Line 16: | ||
| 207 | SecurityExchange | N | Exchange. This is the T4 Exchange ID. | | | 207 | SecurityExchange | N | Exchange. This is the T4 Exchange ID. | | ||
| 55 | Symbol | N | Contract within an Exchange. This is the T4 Contract ID. | | | 55 | Symbol | N | Contract within an Exchange. This is the T4 Contract ID. | | ||
- | | 48 | SecurityID | N | Market (i.e., Security) for a given Contract. This is the T4 Market ID. | | + | | 48 | SecurityID | N | Market (i.e. Security) for a given Contract. This is the T4 Market ID. | |
- | | 107 | SecurityDesc | N | Security Description. | + | | 107 | SecurityDesc | N | Security Description. |
| 200 | MaturityMonthYear | N | Specifies the month and year of maturity. Format YYYYMM. | | | 200 | MaturityMonthYear | N | Specifies the month and year of maturity. Format YYYYMM. | | ||
| 205 | MaturityDay | N | Maturity Day. Last Trading day for the current market. | | | 205 | MaturityDay | N | Maturity Day. Last Trading day for the current market. | | ||
- | | 562 | MinTradeVol | N | Minimum | + | | 562 | MinTradeVol | N | The minimum |
- | | 969 | MinPriceAmount | N | Minimum | + | | 969 | MinPriceAmount | N | The minimum |
- | | 9850 | MinCabPrice | N | Minimum | + | | 9850 | MinCabPrice | N | The minimum |
- | | 6350 | TickRule | N | Variable | + | | 6350 | TickRule | N | The variable |
- | | 9800 | PriceDisplayFormat | N | Number | + | | 9800 | PriceDisplayFormat | N | The number |
- | | 5770 | PriceRatio | N | Obsolete. Price Ratio as fraction of Numerator to Denominator. | | + | | 5770 | PriceRatio | N | Obsolete. Price Ratio as a fraction of Numerator to Denominator. Reduced Ticks Spreads also provide ratios as delineated with the RTS acronym. | |
- | | 1146 | MinPriceIncrementAmount | N | Currency | + | | 1146 | MinPriceIncrementAmount | N | If you login with 372=D then this is always the currency |
- | | 201 | PutOrCall | N | Put or Call identifier (for Options Security Type). 0 = Put, 1 = Call | | + | | 201 | PutOrCall | N | Put Or Call identifier (for Options Security Type). |
| 202 | StrikePrice | N | Strike Price (for Options Security Type). | | | 202 | StrikePrice | N | Strike Price (for Options Security Type). | | ||
- | | 167 | SecurityType | N | Indicates type of security. Valid values: FUT, OPT, STK, SYN, BIN | | + | | 167 | SecurityType | N | Indicates type of security. Valid values |
- | | 762 | SecuritySubType | N | Security SubType that further describes the security. | + | | 762 | SecuritySubType | N | Security SubType that further describes the security. |
- | | 40 | OrdType | N | T4 Order Types supported by this market | + | | 40 | OrdType | N | T4 Order Types supported by this market. Order Types are provided as a bitwise |
| 15 | Currency | N | Currency of Market Prices. | | | 15 | Currency | N | Currency of Market Prices. | | ||
- | |||
- | ==== Repeating Group: Events ==== | ||
- | ^ Tag ^ Field Name ^ Req'd ^ Comments ^ | ||
| 864 | NoEvents | N | Number of events for contract. | | | 864 | NoEvents | N | Number of events for contract. | | ||
- | | 865 | EventType | N | Type of Event. 1 = Day Change Time, 2 = Day Change Time Exceptions | | + | | 865 | EventType | N | Type of Event. |
| 866 | EventDate | N | Date of the event. | | | 866 | EventDate | N | Date of the event. | | ||
- | | 1145 | EventTime | N | Time of the event (local CST Time or string for Day Change Time Exceptions) | | + | | 1145 | EventTime | N | Time of the event (in local CST Time or string for Day Change Time Exceptions |
- | + | | 555 | NoLegs | N | Number of legs of multi-legged strategy. Must be provided if number of legs is greater than 1. | | |
- | ==== Repeating Group: Legs ==== | + | | 600 | LegSymbol | N | Individual leg Contract |
- | ^ Tag ^ Field Name ^ Req'd ^ Comments ^ | + | | 623 | LegRatioQty | N | Individual leg Quantity Ratio. |
- | | 555 | NoLegs | N | Number of legs of multi-legged strategy. Must be provided if number of legs > 1. | | + | | 624 | LegSide | N | Individual leg Side. Valid Values are:< |
- | | 600 | LegSymbol | N | Individual leg Contract. T4 Contract ID. First tag of this group. | | + | | 609 | LegSecurityType | N | Individual leg Security Type. Valid values are:<br>FUT = Futures< |
- | | 623 | LegRatioQty | N | Individual leg Quantity Ratio. | + | | 602 | LegSecurityID | N | Individual leg Security (Market) identifier for multi-leg instrument. This is T4 Market ID for this leg. | |
- | | 624 | LegSide | N | Individual leg Side. 1 = Buy, 2 = Sell | | + | | 556 | LegCurrency | N | Individual leg Currency |
- | | 609 | LegSecurityType | N | Individual leg Security Type: FUT, OPT | | + | | 610 | LegMaturityMonthYear | N | Individual leg instrument |
- | | 602 | LegSecurityID | N | Individual leg Market ID | | + | | 612 | LegStrikePrice | N | Individual leg strike (for Options |
- | | 556 | LegCurrency | N | Individual leg Currency | | + | | 1358 | LegPutOrCall | N | Individual leg Put or Call (for Options Security Type). Valid values are:< |
- | | 610 | LegMaturityMonthYear | N | Individual leg maturity YYYYMM | | + | | 616 | LegSecurityExchange | N | Individual leg Exchange. This is the T4 Exchange ID for this leg. | |
- | | 612 | LegStrikePrice | N | Individual leg strike (for Options) | | + | | 620 | LegSecurityDesc | N | Individual leg instrument description. | |
- | | 1358 | LegPutOrCall | N | 0 = Put, 1 = Call | | + | | 454 | NoSecurityAltID | N | Number of Alternate Security Identifiers. | |
- | | 616 | LegSecurityExchange | N | Exchange | + | | 455 | SecurityAltID | N | Alternate Security Identifier. | |
- | | 620 | LegSecurityDesc | N | Individual leg instrument description | | + | | 456 | SecurityAltIDSource | N | Identifies class or source of the SecurityAltID |
- | + | | Standard Trailer | Y | | | |
- | ==== Repeating Group: Alternate Security IDs ==== | + | |
- | ^ Tag ^ Field Name ^ Req'd ^ Comments ^ | + | |
- | | 454 | NoSecurityAltID | N | Number of Alternate Security Identifiers | | + | |
- | | 455 | SecurityAltID | N | Alternate Security Identifier | | + | |
- | | 456 | SecurityAltIDSource | N | Identifies class/source of SecurityAltID: | + | |
- | | Standard Trailer | Y | | ||
===== Valid Values for SecuritySubType (Tag 762) ===== | ===== Valid Values for SecuritySubType (Tag 762) ===== | ||
^ Code ^ Description ^ | ^ Code ^ Description ^ | ||
Line 136: | Line 128: | ||
| 70 | Inter Contract Strip | | | 70 | Inter Contract Strip | | ||
+ | ===== Valid Values for OrdType (Tag 40) ===== | ||
+ | ^ Code ^ Description ^ | ||
+ | | 0 | Market is view only | | ||
+ | | 1 | Market orders | | ||
+ | | 2 | Limit orders | | ||
+ | | 4 | Stop Market | | ||
+ | | 8 | Stop Limit | | ||
+ | | 16 | MarketOnOpen | | ||
+ | | 32 | ImmediateAndCancel | | ||
+ | | 64 | CompleteVolume | | ||
+ | | 128 | StatusRequest | | ||
+ | | 256 | StopSameLimit | | ||
+ | | 512 | GoodTillCancelled | | ||
+ | | 1024 | MarketOnClose | | ||
+ | | 2048 | MarketModeReliable. Whether or not the market mode values are reliable for this market. | | ||
+ | | 4096 | ImpliedMatching. Whether implied orders will match at the exchange or not | | ||
+ | | 8192 | MaxShow. Iceberg order type | | ||
+ | | 16384 | NoQuotes. This market does not provide any quotes | | ||
+ | | 32768 | NoStrategyLegFills. This market does not provide strategy leg fills | | ||
+ | | 65536 | NoDayOrders. This market does not support day orders (Time-In-Force) | | ||
+ | | 131072 | ||
+ | |||
+ | ===== Sample Messages ===== | ||
+ | |||
+ | ===== Sample Message for an Outright ===== | ||
+ | < | ||
+ | << 4/14/2014 2:06:21 PM [fixsecuritydefinition] 34=37|49=T4|56=T4Example|50=T4FIX|52=20140414-19: | ||
+ | [FIXSECURITYDEFINITION] | ||
+ | [MsgSeqNum] 34 = 37 | ||
+ | [SenderCompID] 49 = T4 | ||
+ | [TargetCompID] 56 = T4Example | ||
+ | [SenderSubID] 50 = T4FIX | ||
+ | [SendingTime] 52 = 20140414-19: | ||
+ | [SecurityReqID] 320 = sc-444-14: | ||
+ | [SecurityResponseID] 322 = sd-4/ | ||
+ | [SecurityResponseType] 323 = 4 (LIST_OF_SECURITIES_RETURNED_PER_REQUEST) | ||
+ | [TotNumReports] 911 = 1 | ||
+ | [Symbol] 55 = ES | ||
+ | [SecurityDesc] 107 = SIM:E-mini S&P 500 Jun14 | ||
+ | [SecurityID] 48 = CME_20140600_ESM4 | ||
+ | [OrdType] 40 = 2083 (MARKET | LIMIT | IMMEDIATEANDCANCEL | MARKETMODERELIABLE) | ||
+ | [SecurityExchange] 207 = CME_Eq | ||
+ | [MaturityMonthYear] 200 = 201406 | ||
+ | [MaturityDay] 205 = 20 | ||
+ | [SecurityType] 167 = FUT (FUTURE) | ||
+ | [SecuritySubType] 762 = 0 (NONE) | ||
+ | [MinTradeVol] 562 = 1 | ||
+ | [Currency] 15 = USD | ||
+ | [MinPriceIncrementAmount] 1146 = 12.5 | ||
+ | [PriceRatio] 5770 = 25/1 | ||
+ | </ | ||
+ | |||
+ | ===== Sample Message for a Calendar Spread ===== | ||
+ | < | ||
+ | << 4/14/2014 2:08:37 PM [fixsecuritydefinition] 34=43|49=T4|56=T4Example|50=T4FIX|52=20140414-19: | ||
+ | [FIXSECURITYDEFINITION] | ||
+ | [MsgSeqNum] 34 = 43 | ||
+ | [SenderCompID] 49 = T4 | ||
+ | [TargetCompID] 56 = T4Example | ||
+ | [SenderSubID] 50 = T4FIX | ||
+ | [SendingTime] 52 = 20140414-19: | ||
+ | [SecurityReqID] 320 = sc-89-14: | ||
+ | [SecurityResponseID] 322 = sd-4/ | ||
+ | [SecurityResponseType] 323 = 4 (LIST_OF_SECURITIES_RETURNED_PER_REQUEST) | ||
+ | [TotNumReports] 911 = 10 | ||
+ | [Symbol] 55 = ES | ||
+ | [SecurityDesc] 107 = SIM:E-mini S&P 500 -Jun14+Sep14 | ||
+ | [SecurityID] 48 = CME_20140600_ESM4-ESU4 | ||
+ | [OrdType] 40 = 2083 (MARKET | LIMIT | IMMEDIATEANDCANCEL | MARKETMODERELIABLE) | ||
+ | [SecurityExchange] 207 = CME_Eq | ||
+ | [MaturityMonthYear] 200 = 201406 | ||
+ | [MaturityDay] 205 = 20 | ||
+ | [SecurityType] 167 = FUT (FUTURE) | ||
+ | [SecuritySubType] 762 = 1 (CALENDAR_SPREAD) | ||
+ | [MinTradeVol] 562 = 1 | ||
+ | [Currency] 15 = USD | ||
+ | [MinPriceIncrementAmount] 1146 = 2.5 | ||
+ | [PriceRatio] 5770 = 5/1 | ||
+ | [NoLegs] 555 = 2 | ||
+ | [LegSymbol] 600 = ES | ||
+ | [LegRatioQty] 623 = -1 | ||
+ | [LegSide] 624 = 2 (SELL) | ||
+ | [LegSecurityType] 609 = FUT | ||
+ | [LegSecurityID] 602 = CME_20140600_ESM4 | ||
+ | [LegCurrency] 556 = USD | ||
+ | [LegMaturityMonthYear] 610 = 201406 | ||
+ | [LegSecurityExchange] 616 = CME_Eq | ||
+ | [LegSecurityDesc] 620 = SIM:E-mini S&P 500 Jun14 | ||
+ | [LegSymbol] 600 = ES | ||
+ | [LegRatioQty] 623 = 1 | ||
+ | [LegSide] 624 = 1 (BUY) | ||
+ | [LegSecurityType] 609 = FUT | ||
+ | [LegSecurityID] 602 = CME_20140900_ESU4 | ||
+ | [LegCurrency] 556 = USD | ||
+ | [LegMaturityMonthYear] 610 = 201409 | ||
+ | [LegSecurityExchange] 616 = CME_Eq | ||
+ | [LegSecurityDesc] 620 = SIM:E-mini S&P 500 Sep14 | ||
+ | </ | ||
+ | |||
+ | ===== Sample Message for a (Call) Option ===== | ||
+ | < | ||
+ | << 4/14/2014 2:11:39 PM [fixsecuritydefinition] 34=197|49=T4|56=T4Example|50=T4FIX|52=20140414-19: | ||
+ | [FIXSECURITYDEFINITION] | ||
+ | [MsgSeqNum] 34 = 197 | ||
+ | [SenderCompID] 49 = T4 | ||
+ | [TargetCompID] 56 = T4Example | ||
+ | [SenderSubID] 50 = T4FIX | ||
+ | [SendingTime] 52 = 20140414-19: | ||
+ | [SecurityReqID] 320 = sc-58-14: | ||
+ | [SecurityResponseID] 322 = sd-4/ | ||
+ | [SecurityResponseType] 323 = 4 (LIST_OF_SECURITIES_RETURNED_PER_REQUEST) | ||
+ | [TotNumReports] 911 = 235 | ||
+ | [Symbol] 55 = ES | ||
+ | [SecurityDesc] 107 = SIM:E-mini S&P 500 Jun14 181000C | ||
+ | [SecurityID] 48 = CME_20140600_ESM4 C1810 | ||
+ | [OrdType] 40 = 2082 (LIMIT | IMMEDIATEANDCANCEL | MARKETMODERELIABLE) | ||
+ | [SecurityExchange] 207 = CME_EqOp | ||
+ | [MaturityMonthYear] 200 = 201406 | ||
+ | [MaturityDay] 205 = 20 | ||
+ | [SecurityType] 167 = OPT (OPTION) | ||
+ | [SecuritySubType] 762 = 0 (NONE) | ||
+ | [PutOrCall] 201 = 1 (CALL) | ||
+ | [StrikePrice] 202 = 181000 | ||
+ | [MinTradeVol] 562 = 1 | ||
+ | [Currency] 15 = USD | ||
+ | [MinPriceIncrementAmount] 1146 = 5; | ||
+ | [PriceRatio] 5770 = 5/1 | ||
+ | </ | ||
+ | |||
+ | ===== Sample Message for multi-leg strategy (Straddle) ===== | ||
+ | < | ||
+ | << 4/14/2014 2:16:42 PM [fixsecuritydefinition] 34=393|49=T4|56=T4Example|50=T4FIX|52=20140414-19: | ||
+ | [FIXSECURITYDEFINITION] | ||
+ | [MsgSeqNum] 34 = 393 | ||
+ | [SenderCompID] 49 = T4 | ||
+ | [TargetCompID] 56 = T4Example | ||
+ | [SenderSubID] 50 = T4FIX | ||
+ | [SendingTime] 52 = 20140414-19: | ||
+ | [SecurityReqID] 320 = sc-282-14: | ||
+ | [SecurityResponseID] 322 = sd-4/ | ||
+ | [SecurityResponseType] 323 = 4 (LIST_OF_SECURITIES_RETURNED_PER_REQUEST) | ||
+ | [TotNumReports] 911 = 165 | ||
+ | [Symbol] 55 = ES | ||
+ | [SecurityDesc] 107 = SIM:E-mini S&P 500 Straddle +Jun14 181000C+(181000P) | ||
+ | [SecurityID] 48 = XCME_EqOp ES (M14C 181000)(M14P 181000) | ||
+ | [OrdType] 40 = 2082 (LIMIT | IMMEDIATEANDCANCEL | MARKETMODERELIABLE) | ||
+ | [SecurityExchange] 207 = CME_EqOp | ||
+ | [MaturityMonthYear] 200 = 201406 | ||
+ | [MaturityDay] 205 = 20 | ||
+ | [SecurityType] 167 = OPT (OPTION) | ||
+ | [SecuritySubType] 762 = 33 (STRADDLE) | ||
+ | [MinTradeVol] 562 = 1 | ||
+ | [Currency] 15 = USD | ||
+ | [MinPriceIncrementAmount] 1146 = 5; | ||
+ | [PriceRatio] 5770 = 5/1 | ||
+ | [NoLegs] 555 = 2 | ||
+ | [LegSymbol] 600 = ES | ||
+ | [LegRatioQty] 623 = 1 | ||
+ | [LegSide] 624 = 1 (BUY) | ||
+ | [LegSecurityType] 609 = OPT | ||
+ | [LegSecurityID] 602 = CME_20140600_ESM4 C1810 | ||
+ | [LegCurrency] 556 = USD | ||
+ | [LegMaturityMonthYear] 610 = 201406 | ||
+ | [LegStrikePrice] 612 = 181000 | ||
+ | [LegPutOrCall] 1358 = 1 (CALL) | ||
+ | [LegSecurityExchange] 616 = CME_EqOp | ||
+ | [LegSecurityDesc] 620 = SIM:E-mini S&P 500 Jun14 181000C | ||
+ | [LegSymbol] 600 = ES | ||
+ | [LegRatioQty] 623 = 1 | ||
+ | [LegSide] 624 = 1 (BUY) | ||
+ | [LegSecurityType] 609 = OPT | ||
+ | [LegSecurityID] 602 = CME_20140600_ESM4 P1810 | ||
+ | [LegCurrency] 556 = USD | ||
+ | [LegMaturityMonthYear] 610 = 201406 | ||
+ | [LegStrikePrice] 612 = 181000 | ||
+ | [LegPutOrCall] 1358 = 0 (PUT) | ||
+ | [LegSecurityExchange] 616 = CME_EqOp | ||
+ | [LegSecurityDesc] 620 = SIM:E-mini S&P 500 Jun14 181000P | ||
+ | </ | ||
+ | |||
+ | [[developers: |