Tag 321
SecurityRequestType
Abbreviation:
ReqTypDescription
Type of Security Definition Request.
Wire Format & Usage Example
Single field (key=value)
321=0 (RequestSecurityIdentityAndSpecifications)
In a FIX message (SecurityDefinitionRequest)
8=FIX.4.4 | 9=... | 35=c | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 321=0 (RequestSecurityIdentityAndSpecifications) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 321=0 (RequestSecurityIdentityAndSpecifications) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
321=0 | RequestSecurityIdentityAndSpecifications | Request Security identity and specifications |
321=1 | RequestSecurityIdentityForSpecifications | Request Security identity for the specifications provided (Name of the security is not supplied) |
321=2 | RequestListSecurityTypes | Request List Security Types |
321=3 | RequestListSecurities | Request List Securities (Can be qualified with Symbol, SecurityType, TradingSessionID, SecurityExchange. If provided then only list Securities for the specific type) |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | RequestSecurityIdentityAndSpecifications | Request Security identity and specifications | FIX.4.2 |
| 1 | RequestSecurityIdentityForSpecifications | Request Security identity for the specifications provided (Name of the security is not supplied) | FIX.4.2 |
| 2 | RequestListSecurityTypes | Request List Security Types | FIX.4.2 |
| 3 | RequestListSecurities | Request List Securities (Can be qualified with Symbol, SecurityType, TradingSessionID, SecurityExchange. If provided then only list Securities for the specific type) | FIX.4.2 |