OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
TI_ERROR Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static std::string toString (Enum value)

Detailed Description

Definition at line 3741 of file SMP.Enumerations.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
TI_ERROR_NoError 

All right.

TI_ERROR_InternalError 

Internal error.

TI_ERROR_MsgNotManaged 

Message not managed.

TI_ERROR_InternalDatabaseError 

Internal Database error.

TI_ERROR_FileError 

I/O error on file.

TI_ERROR_InvalidEvent 

Invalid event.

TI_ERROR_InvalidFieldValue 

Invalid field value.

TI_ERROR_InvalidRequest 

Invalid request.

TI_ERROR_LogonUserNotFound 

User logon not found.

TI_ERROR_InvalidLogonState 

Invalid logon state.

TI_ERROR_PasswordExpired 10 

Password expired.

TI_ERROR_WrongPassword 11 

Wrong password.

TI_ERROR_InvalidNewPassword 12 

Invalid new password.

TI_ERROR_AccountExpired 13 

Account Expired.

TI_ERROR_MemberStatusNotFound 14 

Member status not found.

TI_ERROR_InvalidMemberStatus 15 

Invalid member status.

TI_ERROR_NotOwnerOfTransaction 16 

Sender not owner of transaction.

TI_ERROR_MaxConnectionsExceeded 17 

Maximum number of connections exceeded.

TI_ERROR_ProductNotFound 18 

Product not found.

TI_ERROR_MemberNotFound 19 

Member not found.

TI_ERROR_TraderNotFound 20 

Trader not found.

TI_ERROR_MemberProfileNotFound 21 

Member profile not found.

TI_ERROR_InvalidPhase 22 

Action not allowed in this market phase.

TI_ERROR_InvalidProposal 23 

Invalid Proposal.

TI_ERROR_InvalidOrder 24 

Invalid order.

TI_ERROR_InvalidRFQ 25 

Invalid RFQ.

TI_ERROR_InvalidQty 26 

Invalid quantity.

TI_ERROR_InvalidRate 27 

Invalid rate.

TI_ERROR_InvalidDate 28 

Invalid date.

TI_ERROR_InvalidVerb 29 

Invalid verb.

TI_ERROR_InvalidStatus 30 

Invalid status.

TI_ERROR_InvalidSpotPrice 31 

Invalid spot price.

TI_ERROR_OrderExpired 32 

Order expired.

TI_ERROR_ProposalNotFound 33 

Proposal not found.

TI_ERROR_OrderNotFound 34 

Order not found.

TI_ERROR_QtyInTrading 35 

Quantity in trading.

TI_ERROR_OrdMismatchRate 36 

Mismatch rate in order.

TI_ERROR_MinimumSizeQty 37 

Order quantity less than minimum size.

TI_ERROR_MaximumProposalExceeded 38 

Maximum number of proposal exceeded.

TI_ERROR_SuspensionFailure 39 

Suspension failed.

TI_ERROR_ProposalNotActive 40 

Proposal not active.

TI_ERROR_ProductNotActive 41 

Product not active.

TI_ERROR_MemberNotActive 42 

Member not active.

TI_ERROR_OperatorNotActive 43 

Operator not active.

TI_ERROR_BadParameters 44 

Bad parameters.

TI_ERROR_WrongQueryId 45 

Wrong query Id.

TI_ERROR_GenericError 46 

Generic error.

TI_ERROR_QueryClosedbyClient 47 

Query closed by Client.

TI_ERROR_Queryterminatedbyasystemerror 48 

Query terminated by a system error.

TI_ERROR_QueryterminatedbyAliveTimeout 49 

Query terminated by Alive Timeout.

TI_ERROR_WrongQueryKey 50 

Wrong query key.

TI_ERROR_WrongRowNumber 51 

Wrong row number.

TI_ERROR_WrongMarketID 52 

Wrong Market ID.

TI_ERROR_NoRights 53 

No right to make this transaction.

TI_ERROR_NoSectionField 54 

Section Field empty.

TI_ERROR_NoInstrumentField 55 

Instrument Field empty.

TI_ERROR_NoPairFound 56 

No pair exists with this section and instrument.

TI_ERROR_MarketSuspended 57 

Market suspended.

TI_ERROR_MemberMktSuspended 58 

Member suspended on this market.

TI_ERROR_MemberMktSectSuspended 59 

Member suspended on this section.

TI_ERROR_InstMarketSuspended 60 

Instrument suspended on this market.

TI_ERROR_InstClMemMarketSuspended 61 

Member suspended on this instrument class.

TI_ERROR_InstClMemMarketSectSuspended 62 

Member suspended on this instrument class and section.

TI_ERROR_InvalidData 63 

Invalid data.

TI_ERROR_NoInstForSection 64 

No instrument for this section.

TI_ERROR_ActionNotAllowed 65 

Action not allowed.

TI_ERROR_NoTransPhase 66 

Transaction not allowed in this phase.

TI_ERROR_WrongProposalImage 67 

Wrong Proposal Image.

TI_ERROR_CutOffProposalNotAllowed 68 

Proposal not allowed for expired cut off.

TI_ERROR_RepoConfigMismatch 69 

Repo Type or Settlement Group incompatible.

TI_ERROR_CCPOnlyProposal 70 

Trade Error - Proposal is CCP Only.

TI_ERROR_CreditExceeded 71 

Exceeded credit limit or No credit line present.

TI_ERROR_InvalidOrderState 72 

Invalid event for current order status.

TI_ERROR_WrongOrderId 73 

Wrong order Id.

TI_ERROR_InvalidSize 74 

Invalid Size.

TI_ERROR_WrongMember 75 

Wrong Member Id.

TI_ERROR_OrderWithInvalidProposal 76 

Order sent to Invalid Proposal.

TI_ERROR_InstrumentMismatch 77 

Instrument mismatch.

TI_ERROR_OrderRateMismatch 78 

Rate Error - Order Rate differs from Proposal.

TI_ERROR_InsufficientOrderQuantity 79 

Size Error - Order Size is below the Proposal Minimum Quantity.

TI_ERROR_OrderUnderAccept 80 

Queued order under acceptance.

TI_ERROR_OrderInvalidQuantity 81 

Invalid Order Quantity.

TI_ERROR_QuantityNotAvailable 82 

Quantity not available.

TI_ERROR_ProviderTradeOff 83 

Provider member is Trade Off.

TI_ERROR_SelfTrade 84 

Cannot trade against self.

TI_ERROR_WrongTrader 85 

Wrong Trader Id.

TI_ERROR_WrongProposalId 86 

Wrong Proposal Id.

TI_ERROR_CountrySuspended 87 

Country suspended by Governance.

TI_ERROR_InvalidSettlementGroup 88 

Settlement Error - Member is unable to trade this Bond Type.

TI_ERROR_TooManyProposal 89 

Maximum number of proposals on single instrument exceeded.

TI_ERROR_MustBeGiveUp 90 

Bilateral Proposals for this Bond Type must be name Give Up.

TI_ERROR_CutOffExpired 91 

Proposal Error - Cut Off has passed.

TI_ERROR_NonCCPMember 92 

Proposal Error - Member is not a member of the CCP.

TI_ERROR_LockedProposal 93 

Proposal Error - Proposal is locked.

TI_ERROR_CCPNotAvailable 94 

Proposal Error - CCP is not available for these dates.

TI_ERROR_RateTooBig 95 

Proposal Error - Rate cannot exceed 100.

TI_ERROR_InvalidFloatingRate 96 

Wrong floating rate Id.

TI_ERROR_PropNoCCPMember 97 

Proposal Error - Member is not a member of a CCP.

TI_ERROR_PropSizeMissing 98 

Proposal Error - Please enter a Size.

TI_ERROR_PropInvalidSize 99 

Proposal Error - Invalid Size.

TI_ERROR_PropInvalidTotSize 100 

Proposal Error - Invalid Total Size.

TI_ERROR_PropInvalidMinQty 101 

Proposal Error - Invalid Minimum Quantity.

TI_ERROR_PropInvalidRate 102 

Proposal Error - Invalid Rate.

TI_ERROR_PropInvalidSizeComb 103 

Proposal Error - Invalid Size Combination.

TI_ERROR_PropInvalidMinDrip 104 

Proposal Error - Invalid Minimum Proposal Quantity.

TI_ERROR_PropEndDateEarlier 105 

Proposal Error - End Date chosen precedes Start Date.

TI_ERROR_PropQtyBelowMinDrip 106 

Proposal Error - Invalid Size below Minimum Proposal Quantity.

TI_ERROR_PropWrongEditTime 107 

Wrong Edit time.

TI_ERROR_PropInvalidEvent 108 

Invalid event for current proposal status.

TI_ERROR_PropDateSuspended 109 

Proposal Error - Date is suspended.

TI_ERROR_RFQInvalidRate 110 

RFQ Error - Invalid Rate.

TI_ERROR_RFQPreAccepted 111 

RFQ cannot be pre-Accepted.

TI_ERROR_RFQInactive 112 

RFQ not Active.

TI_ERROR_RFQEndDateEarlier 113 

RFQ Error - End Date chosen precedes Start Date.

TI_ERROR_RFQInvalidDates 114 

RFQ Error - Invalid Dates.

TI_ERROR_WrongAggressorMember 115 

Invalid Aggressor Member Id.

TI_ERROR_RFQInvalidQty 116 

RFQ Error - Invalid Size.

TI_ERROR_RFQInvalidFloatRate 117 

RFQ FloatRateId is invalid.

TI_ERROR_RFQRecipientNotEnabled 118 

RFQ Error - Recipient not enabled for Bond Type.

TI_ERROR_RFQRecipientNotLogged 119 

RFQ Error - Recipient is not Logged On.

TI_ERROR_WrongRFQ 120 

Wrong RFQ Id.

TI_ERROR_RFQInvalidSide 121 

RFQ to be managed by counterparty.

TI_ERROR_RFQWrongRateChange 122 

RFQ Error - Unable to change Rate.

TI_ERROR_RFQWrongQtyChange 123 

RFQ Error - Unable to change Quantity.

TI_ERROR_WrongGCId 124 

Wrong General Collateral Id.

TI_ERROR_GCLocked 125 

Action not allowed: GC locked or already defined.

TI_ERROR_GCSellerAction 126 

Action not allowed: to be defined by the seller.

TI_ERROR_GCAllocRules 127 

Allocation Error - See Allocation Rules.

TI_ERROR_GCInvalidAllocQty 128 

Allocation Error - Invalid Allocation Quantity.

TI_ERROR_GCWrongAlloc 129 

Allocation error - Wrong quantity allocated.

TI_ERROR_GCWrongSelection 130 

Allocation Error - Invalid Collateral Selected.

TI_ERROR_GCMemberDisabled 131 

Allocation Error - Member disabled to specific Instrument Class.

TI_ERROR_GCWrongDate 132 

Allocation Error - Wrong date for allocation.

TI_ERROR_WrongPlainVanilla 133 

Action not allowed for invalid plain vanilla Id.

TI_ERROR_InvalidStartDate 134 

Invalid Start Date.

TI_ERROR_InvalidEndDate 135 

Invalid End Date.

TI_ERROR_EarlierStartDate 136 

Action not allowed: start date cannot be before than trade date.

TI_ERROR_IncompatibleDates 137 

Incompatible Dates: start date must fall before end date.

TI_ERROR_DateIsHoliday 138 

Start or End date falls on a Holiday.

TI_ERROR_DateTooFar 139 

Invalid Dates - Term exceeds maximum allowed.

TI_ERROR_WrongCalendarId 140 

Action not allowed: wrong calendar Id.

TI_ERROR_InvalidCP 141 

Invalid Clean Price.

TI_ERROR_WrongBond 142 

Bond not found.

TI_ERROR_SettlStartDate 143 

Invalid Start Date - Check Bond Settlement Date.

TI_ERROR_BondMaturityDate 144 

Invalid End Date - Check Bond Maturity.

TI_ERROR_InvalidFillAction 145 

Action inconsistent with current fill status.

TI_ERROR_WrongFillId 146 

Action not allowed for wrong fill Id.

TI_ERROR_LogonInvalidUser 147 

Logon Error - Invalid Username.

TI_ERROR_LogonInvalidMember 148 

Logon Error - Invalid Member ID.

TI_ERROR_TooManyTraders 149 

Logon Error - Trader Limit Exceeded.

TI_ERROR_LogonUserSuspended 150 

Logon Error - User is suspended.

TI_ERROR_LogonAccountExpired 151 

Logon Error - Trader Account Expired.

TI_ERROR_LogonWrongPassword 152 

Logon Error - Incorrect Password.

TI_ERROR_LogonPasswordExpired 153 

Logon Error - Password has expired.

TI_ERROR_InvalidRecipient 154 

Recipient not allowed to receive this message.

TI_ERROR_ChatRFQExpired 155 

Cannot send Chat - RFQ has expired.

TI_ERROR_WrongOwnership 156 

This transaction pertains to another trader.

TI_ERROR_ManagerOnlyAction 157 

Administration Error - User does not have Manager profile.

TI_ERROR_PwdWrongTrader 158 

Action not allowed for wrong trader Id.

TI_ERROR_PwdWrongMember 159 

Action not allowed for wrong member Id.

TI_ERROR_CLAlreadyPresent 160 

Admin Error - Flag already present.

TI_ERROR_ECLReactLimit 161 

Admin Error - ECL Reactivation limit reached.

TI_ERROR_InvalidRecord 162 

Admin Error - Record not present.

TI_ERROR_CLSelf 163 

Admin Error - Cannot flag Self.

TI_ERROR_AdmInvalidMarket 164 

Member not allowed to send this transaction for wrong market Id.

TI_ERROR_AdmInvalidCountry 165 

Member not allowed to send this transaction for wrong country Id.

TI_ERROR_AdmWrongReceiver 166 

Member not allowed to send this tx for wrong receiver details.

TI_ERROR_AdmWrongTrader 167 

Member not allowed to send this transaction for wrong trader Id.

TI_ERROR_NoSessionOpen 168 

Tradeon Error - Market is Closed.

TI_ERROR_NoChangeStatus 169 

Tradeon Error - Member Tradeon Prohibited.

TI_ERROR_AlreadyTradeOn 170 

Tradeon Error - Trader already Tradeon.

TI_ERROR_TrInvalidMemberStatus 171 

Tradeon Error - Invalid Member Status.

TI_ERROR_AdmMaxVarTraders 172 

Reached max number of configurable trader with Var. Window Size.

TI_ERROR_AdmMaxFixedTraders 173 

Reached max number of configurable trader with Fixed Window Size.

TI_ERROR_AdmSameDate 174 

Invalid End Date - Start and End date cannot be the same.

TI_ERROR_AdmSelfUpdate 175 

Admin Error - Manager cannot modify own Profile.

TI_ERROR_ManagerTransaction 176 

Action not compliant with the type of operator profile.

TI_ERROR_AdmInvalidMember 177 

Invalid Member Choice.

TI_ERROR_PwdInvalidExpiry 178 

Invalid Password - Expiry.

TI_ERROR_PwdTooShort 179 

Invalid Password - Minimum 8 Characters.

TI_ERROR_PwdNotAlpha 180 

Invalid Password - Must be Alphanumeric.

TI_ERROR_PwdEqMember 181 

Invalid Password - Cannot be Member ID.

TI_ERROR_PwdEqTrader 182 

Invalid Password - Cannot be Trader Name.

TI_ERROR_PwdMemberCode 183 

Invalid Password - Cannot include Member Code.

TI_ERROR_PwdEqOld 184 

Invalid Password - Must differ from previous password.

TI_ERROR_InvalidChars 185 

Invalid Password - Contains Invalid Characters.

TI_ERROR_QuoteNotFound 186 

Quote Error - quote does not exist.

TI_ERROR_QuoteQtyUnderMinLimit 187 

Quote Error - size is less than minimum size.

TI_ERROR_QuoteMissingField 188 

Quote Error - one or more mandatory fields are missing.

TI_ERROR_QuoteInvalidYield 189 

Quote Error - Invalid yield.

TI_ERROR_QuoteYldBidLowerThanAsk 190 

Quote Error - Bid yield is lower than Ask yield.

TI_ERROR_QuoteInvalidRequest 191 

Quote Error - the request is not valid.

TI_ERROR_QuoteNoConvFormula 192 

Quote Error - no formula for price-yield conversion.

TI_ERROR_QuoteInvalidPrice 193 

Quote Error - Invalid Price.

TI_ERROR_QuotePrcAskLowerThanBid 194 

Quote Error - Ask price is lower than Bid price.

TI_ERROR_MaxLinkedQuotesExceeded 195 

Quote Error - max number of linked quotes exceeded.

TI_ERROR_TraderMemberMismatch 196 

An invalid Trader for Member was specified.

TI_ERROR_SponsorLimitExceeded 197 

Quantity is greater than Sponsor Limit Quantity.

TI_ERROR_OnlyFASCanBeDeleted 198 

Quote Error - Only FAS Order can be deleted.

TI_ERROR_GreaterVisibleQty 199 

Quote Error - VisibleEBM / VisibleDom Qty greater than TotQty.

TI_ERROR_QtyNotMultiple 200 

Quote Error - Total Size is not a multiple of Min Increment Size.

TI_ERROR_FASCompletelyFilled 201 

FAS Error - Completely Filled FAS Order cannot be edited.

TI_ERROR_Wrong_Currency 202 

Invalid Currency code.

TI_ERROR_InvalidFlowType 203 

InvalidFlowType.

TI_ERROR_LockedLinkedQuoteGroup 204 

Locked Linked Quote Group.

TI_ERROR_MemberNotLinked 205 

Linked member not found.

TI_ERROR_CreditLineNotFound 206 

Credit Line not found.

TI_ERROR_RFQInvalidPrice 207 

RFQ Invalid Price.

TI_ERROR_InvalidPriceRange 208 

Invalid Price Range.

TI_ERROR_InvalidYieldRange 209 

Invalid Yield Range.

TI_ERROR_InvalidPriceTick 210 

Invalid Price Tick.

TI_ERROR_InvalidYieldTick 211 

Invalid Yield Tick.

TI_ERROR_InvalidSponsorId 212 

Invalid SponsorId.

TI_ERROR_QuoteOverlap 213 

Quote Error - Overlapping.

TI_ERROR_InstClass_Mkt_Suspended 214 

Instrument class suspended on this market.

TI_ERROR_Section_Mkt_Suspended 215 

Section suspended on this market.

TI_ERROR_WrongQuoteIndicativeFlag 216 

Quote Error - Unable to change Indicative Flag.

TI_ERROR_QuoteAutomaticFlagNotAllowed 217 

Quote Error - Automatic Only flag not allowed.

TI_ERROR_GCWrongCollateral 218 

Allocation Error - Invalid collateral for floating rate contract.

TI_ERROR_InvalidRFQForRecipientStatus 219 

RFQ Error - Recipient is not Logged On.

TI_ERROR_MaximumLinkedQuoteExceeded 220 

Quote Error - max number of linked quotes exceeded.

TI_ERROR_InvalidSettlSystemTrader 221 

Settlement Error - Trader is not configured on Settlement System.

TI_ERROR_QuoteTraderNotLogged 222 

Quote Error - Trader is not logged in.

TI_ERROR_QuoteMinSizeUnderMinIncrLimit 223 

Quote Error - Minimum Size is less than Minimum Increment Size.

TI_ERROR_QuoteSizeUnderMinLimit 224 

Quote Error - Size is lower than Minimum Size.

TI_ERROR_QuoteSizeUnderMinPropLimit 225 

Quote Error - Size below Minimum Proposal Size.

TI_ERROR_QuoteWrongLinkedQuoteGroup 226 

Invalid Quote - Wrong linked Quote Group.

TI_ERROR_QuoteLinkedQuoteGroupInactive 227 

Invalid Quote - Linked Quote Group not active.

TI_ERROR_QuoteMaxNumLinkedQuoteExceed 228 

Quote Error - max number of linked quotes exceeded.

TI_ERROR_WrongCalendarIdWithInstr 229 

Action not allowed: mismatch between calendar and Instrument.

TI_ERROR_PwdTraderCode 230 

Invalid Password - Cannot include trader name.

TI_ERROR_ActionAlreadyRequired 231 

Action already required.

TI_ERROR_ParamMismatch 232 

Parameter mismatch.

TI_ERROR_RFQSettingType 233 

RFQ Error - RFQ setting type cannot be changed.

TI_ERROR_RFQQuoteIdMissing 234 

RFQ Error: Quote message Id missing.

TI_ERROR_RFQAggrIdMissing 235 

RFQ Error: Aggressor Id missing.

TI_ERROR_RFQInvalidEvent 236 

Invalid RFQ event.

TI_ERROR_RFQResponseRequired 237 

RFQ Error - Response required of counterparty.

TI_ERROR_RFQInvalidSize 238 

RFQ Error - Invalid Size.

TI_ERROR_RFQUnableChgSize 239 

RFQ Error - Unable to change Size.

TI_ERROR_QuickEditInvalidEvent 240 

Invalid Quick Edit event.

TI_ERROR_TooManyIndicativeQuotes 241 

Max number of indicative quotes on single instrument exceeded.

TI_ERROR_CreditRiskLimit 242 

Credit Risk - Credit Risk limit reached.

TI_ERROR_NoAutomaticQuoteIsAvailable 243 

Order Error - No automatic quote is available.

TI_ERROR_InvalidOrderType 244 

Invalid Order Type.

TI_ERROR_WrongDealId 245 

Wrong Deal Id.

TI_ERROR_DealInvalidEvent 246 

Invalid event for current deal status.

TI_ERROR_WrongQuoteId 247 

Quote Error - Wrong Message Id.

TI_ERROR_QuoteInvalidEvent 248 

Invalid event for current quote status.

TI_ERROR_InvalidQuote 249 

Invalid Quote.

TI_ERROR_QuoteInvalidSizeComb 250 

Quote Error - Invalid Size Combination.

TI_ERROR_QuoteMaxNumberExceed 251 

Max number of quotes on single instrument exceeded.

TI_ERROR_QuoteInvalidFieldValue 252 

Quote Error: Invalid Field Value.

TI_ERROR_QuoteWrongImage 253 

Wrong Quote Image.

TI_ERROR_QuoteCompletelyFilled 254 

Quote is completely Filled.

TI_ERROR_QuoteInvalidSize 255 

Quote Error - Invalid Size.

TI_ERROR_ICNotFound 256 

Instrument Class Not Found.

TI_ERROR_AccountCodeAlreadyPresent 257 

Account Code Already Present.

TI_ERROR_AccountNotFound 258 

Account Not Found.

TI_ERROR_TraderNotMultiTraderMaster 259 

Wrong MultiTrader Master.

TI_ERROR_TraderTypeMismatch 260 

Trader Types Must Not Differ.

TI_ERROR_TraderNotMultiTraderSlave 261 

Wrong MultiTrader Slave.

TI_ERROR_MaxNumberOfRevokeExceeded 262 

Max Number Of Revoke Actions Exceeded.

TI_ERROR_TraderAlreadyRepresented 263 

Trader Already Represented.

TI_ERROR_InvalidDescription 264 

Invalid Instrument Group Description.

TI_ERROR_DescriptionAlreadyPresent 265 

Instrument Group Description Already Present.

TI_ERROR_InventoryGroupNotExistent 266 

Inventory Group does not exist.

TI_ERROR_WrongInventoryGroupMember 267 

Wrong Member.

TI_ERROR_TradingRelationNotPresent 268 

Exception or No Trading Relation Buy Side and Sell Side Members.

TI_ERROR_BSMembAlreadyAssociated 269 

Buy Side already belongs to another Group.

TI_ERROR_WrongInventoryGroup 270 

Wrong Inventory Group.

TI_ERROR_WrongInstrumentGroup 271 

Wrong Instrument Group.

TI_ERROR_WrongBSMember 272 

Wrong Buy Side Member.

TI_ERROR_InventoryGroupNotEmpty 273 

Inventory Group Is Not Empty.

TI_ERROR_InvalidWithDrawType 274 

Invalid Withdraw Type.

TI_ERROR_InvalidTraderWithType 275 

The Trader has no Rights to send this Transaction.

TI_ERROR_InvalidMarketId 276 

Invalid Market.

TI_ERROR_InvalidInstrument 277 

Invalid Instrument.

TI_ERROR_InvalidSection 278 

Invalid Section.

TI_ERROR_InvalidInstrumentClass 279 

Invalid Instrument Class.

TI_ERROR_CustomInstrGrpNotFound 280 

Custom Instrument Group Not Found.

TI_ERROR_WrongAddressType 281 

Invalid Type of Addressee.

TI_ERROR_InvalidSellSideMember 282 

Invalid Sell Side Member.

TI_ERROR_SellSideMemberNotEnabled 283 

Sell Side Member not Enabled on this Instrument Class.

TI_ERROR_MemberSalesNotFound 284 

Sales not Found.

TI_ERROR_TradingRelationInvalidEvent 285 

Invalid Event Specified for the Trading Relation.

TI_ERROR_TradingRelationNotFound 286 

Trading Relation not Found.

TI_ERROR_TradingRelationInvalidStatus 287 

Trading Relation Invalid Status.

TI_ERROR_InvalidRevokeRequest 288 

Invalid Revoke Request.

TI_ERROR_NotBuySideMember 289 

Invalid Member.

TI_ERROR_TradeAlreadySplit 290 

Trade Already Split.

TI_ERROR_InvalidSplittableFlag 291 

Trade Cannot be Split.

TI_ERROR_AccountExcluded 292 

Account Excluded By Sell Side Member.

TI_ERROR_InvalidQuantityForAccount 293 

Split Quantity not Multiple of Increment Quantity.

TI_ERROR_InvalidNetPositionQuantity 294 

Invalid Resulting Quantity.

TI_ERROR_InvalidNetPositionVerb 295 

Invalid Resulting Verb.

TI_ERROR_InvalidInstrumentModalityFunction 296 

Invalid Instrument Modality Function.

TI_ERROR_InvalidInventoryQuote 297 

Invalid Inventory Quote.

TI_ERROR_WrongInventoryQuoteId 298 

Wrong Inventory Quote Id.

TI_ERROR_InventoryQuoteNotFound 299 

Inventory Quote not found.

TI_ERROR_WrongInventoryQuoteImage 300 

Wrong Inventory Quote Image.

TI_ERROR_InventoryQuoteInvalidEvent 301 

Invalid event for current Inventory Quote status.

TI_ERROR_MaximumInventoryQuoteExceeded 302 

Maximum number of Inventory Quote exceeded.

TI_ERROR_InventoryQuoteInvalidMinQty 303 

Inventory Quote Error - Invalid Minimum Quantity.

TI_ERROR_OnlySingleSideCanBeDeleted 304 

Inventory Quote Error - Only single side Quote can be deleted.

TI_ERROR_RfcqNotFound 305 

Rfcq not found.

TI_ERROR_RfcqRequestNotFound 306 

Rfcq Request not found.

TI_ERROR_RfcqOrderNotFound 307 

Rfcq Order not found.

TI_ERROR_RfcqQuoteNotFound 308 

Rfcq Quote not found.

TI_ERROR_StageOrderNotFound 309 

Stage Order not found.

TI_ERROR_InvalidRfcqStatus 310 

Invalid Rfcq status.

TI_ERROR_InvalidRfcqRequestStatus 311 

Invalid Rfcq Request status.

TI_ERROR_InvalidRfcqQuoteStatus 312 

Invalid Rfcq Quote status.

TI_ERROR_InvalidRfcqOrderStatus 313 

Invalid Rfcq Order status.

TI_ERROR_InvalidRfcqType 314 

Invalid Rfcq Type.

TI_ERROR_RfcqOrderPending 315 

Rfcq Order pending.

TI_ERROR_RfcqDepthUpdateTimeExpired 316 

Rfcq Depth Update Time expired.

TI_ERROR_InvalidRfcqDepthUpdateTime 317 

Invalid Rfcq Depth Update Time.

TI_ERROR_InvalidQuotation 318 

Invalid Quotation.

TI_ERROR_InvalidSettlDate 319 

Invalid Settlement Date.

TI_ERROR_InvalidStageOrderMember 320 

Invalid Stage Order Member.

TI_ERROR_InvalidOrderStageStatus 321 

Invalid Order Stage Status.

TI_ERROR_InvalidOrderStageOrderSource 322 

Invalid Order Stage Order Source.

TI_ERROR_InvalidOrderStageClientOrder 323 

Invalid Order Stage Client Order.

TI_ERROR_InstrumentNotFound 324 

Instrument not found.

TI_ERROR_InvalidOrderStageAccount 325 

Invalid Order Stage Account.

TI_ERROR_InvalidExecTraderId 326 

Invalid ExecTraderId.

TI_ERROR_WrongNominalValue 327 

Wrong Nominal Value.

TI_ERROR_HolidayDate 328 

Wrong date/offset preview: holiday date.

TI_ERROR_WrongSettlmentDate 329 

Wrong date/offset preview for settlement date.

TI_ERROR_WrongTypeParameter 330 

Parameter specified for financial calculator has wrong type.

TI_ERROR_MandatoryParameter 331 

Mandatory parameter for financial calculator not present.

TI_ERROR_WrongFunctionId 332 

Wrong Function specified for financial calculator.

TI_ERROR_InvGroupLimitExceeded 333 

Maximum number of inventory group exceeded.

TI_ERROR_InvGroupMemberLimitExceeded 334 

No further action allowed for this buy side member.

TI_ERROR_InstrGrpDefNotFound 335 

Instrument Group Definition Not Present.

TI_ERROR_CustomInstrGrpDefNotFound 336 

Custom Instrument Group Definition Not Present.

TI_ERROR_WrongParentId 337 

Wrong Parent Group.

TI_ERROR_WrongGroupLevel 338 

Wrong Group Level.

TI_ERROR_ParentGroupIdNotEmpty 339 

Instrument Group Is Not Empty.

TI_ERROR_TooFewRfcqInstruments 340 

Too few instruments for this rfcq type.

TI_ERROR_InvalidOrderStageOrderType 341 

Invalid Order Stage Order Type.

TI_ERROR_SecurityIdNotFound 342 

SecurityId not found.

TI_ERROR_OrderStageWrongImage 343 

Order Stage Wrong Image.

TI_ERROR_InvalidOrderStageExecutionType 344 

Invalid Order Stage ExecutionType.

TI_ERROR_InvalidOrderStageNumberOfLeg 345 

Invalid Order Stage Number of Leg.

TI_ERROR_InvalidTPZeroSettlement 346 

Cannot settle at T+0.

TI_ERROR_InvalidMemberTPZeroSettlement 347 

Member cannot settle at T+0.

TI_ERROR_InvalidCutOffTPZeroSettlement 348 

Cannot settle at T+0 - CutOff expired.

TI_ERROR_InstrumentGroupAlreadyDeleted 349 

Instrument Group Already Deleted.

TI_ERROR_StageOrderLockedByAnotherTrader 350 

Stage Order locked by another trader.

TI_ERROR_InvalidInstrumentPerClass 351 

Wrong Instrument per Instrument Class.

TI_ERROR_InvalidTradingModality 352 

Wrong Trading Modality.

TI_ERROR_Section_Mkt_Closed 353 

Section closed on this market.

TI_ERROR_InstrumentGroupNotEmpty 354 

Instrument Group Not Empty.

TI_ERROR_StageOrderAlreadyLocked 355 

Stage Order is already locked.

TI_ERROR_WildCardNotAllowed 356 

Wild Card Not Allowed.

TI_ERROR_MaxFilteredICReached 357 

MaxFilteredIC Reached.

TI_ERROR_MaxFilteredTradableReached 358 

MaxFilteredTradable Reached.

TI_ERROR_GroupHasActiveSubgroups 359 

Instrument Group Has Active Subgroups.

TI_ERROR_InvalidQtyRange 360 

Invalid Quantity Range.

TI_ERROR_InvalidQtyTick 361 

Invalid Quantity Tick.

TI_ERROR_InvalidPrice 362 

Invalid Price.

TI_ERROR_InvalidYield 363 

Invalid Yield.

TI_ERROR_ClientExistingInAGroup 364 

Client Existing In A Group.

TI_ERROR_RfcqQuoteNotFoundInFrozenBook 365 

Rfcq Quote Not Found In Frozen Book.

TI_ERROR_BPVNotAvailable 366 

BPV Not Available.

TI_ERROR_InvalidGCBondDefinitionType 367 

Default Bond configuration disabled for this GC Basket.

TI_ERROR_ChatAlreadyPresent 368 

Mismatch Error - Wrong Message ID.

TI_ERROR_RecipientNotAddressable 369 

Message Error - Minimum number of recipients unavailable.

TI_ERROR_RecipientNotLogged 370 

Message Error - Recipient not logged.

TI_ERROR_RecipientNoRights 371 

Message Error - Recipient Messaging Disabled.

TI_ERROR_SenderNotAllowed 372 

Message Error - Messaging Disabled.

TI_ERROR_CCPEligibleFlagMustBeYes 373 

Default Bond must be CCP Eligible.

TI_ERROR_WrongChatIdRequest 374 

Mismatch Error - Wrong Message ID.

TI_ERROR_SenderNotOwner 375 

Mismatch Error - Wrong Member ID for Message.

TI_ERROR_TxnExpired 376 

Message Error - Message already closed.

TI_ERROR_WrongMemberType 377 

Message Error - Message not permitted.

TI_ERROR_WrongRefTxn 378 

Mismatch Error - Wrong Transaction ID for Message.

TI_ERROR_SenderNotAllowedOnRefTxn 379 

Mismatch Error - Wrong Member ID for Message.

TI_ERROR_ChatClosed 380 

Message Error - Message Session already closed.

TI_ERROR_TxnFinalState 381 

Message Error - Message Session already closed.

TI_ERROR_ClosingMessagePresent 382 

Message Error - Message Session already closed.

TI_ERROR_CloginMsgNotAllowedForChat 383 

Mismatch Error - Wrong Message Action.

TI_ERROR_TxnNotFinalState 384 

Message Error - Message cannot be closed yet.

TI_ERROR_BlockedMemberMissing 385 

Input Error - Incomplete Field.

TI_ERROR_InvalidBilateralFlag 386 

Input Error - Invalid selection, bilateral trading not allowed.

TI_ERROR_WrongMsgId 387 

Mismatch Error - Wrong OTC ID.

TI_ERROR_BilateralTradingNotAllowed 388 

Trading Error - Bilateral trading cut-off elapsed.

TI_ERROR_RFQExclusion 389 

RFQ Error - Recipient has disabled RFQs.

TI_ERROR_DefaultGCInvalid 390 

GC Error- Default Bond for auto allocation must be defined first.

TI_ERROR_RepoGCQuantityLimitNotFound 391 

Internal Error - Repo GC Quantity Limit Not Found.

TI_ERROR_AccountNotActive 392 

Mismatch Error - Invalid Account.

TI_ERROR_MarketParameterNotFound 393 

Internal Error - Market Parameter Not Found.

TI_ERROR_OriginatorTraderNotFound 394 

Input Error - Incomplete Field.

TI_ERROR_CounterpartTraderNotFound 395 

Input Error - Incomplete Field.

TI_ERROR_WrongSubmitter 396 

Input Error - Invalid Counterparty.

TI_ERROR_MaxNumberSecurityLimitGC 397 

Allocation Error - Number of tickets exceeds rules of allocation.

TI_ERROR_OutLimitsAllocationQtyGC 398 

Allocation Error - Maximum Number of tickets exceeded.

TI_ERROR_InvalidSettlementMode 399 

Configuration Error - Invalid Settlement group configuration.

TI_ERROR_InvalidTransparentFlag 400 

Input Error - Invalid Flag Integer.

TI_ERROR_DailyInflationRateNotFound 401 

Daily inflation rate not found.

TI_ERROR_InvalidAllocationTotalQuantity 402 

Pre allocation total quantity different from RFCQ quantity.

TI_ERROR_InvalidAllocationStatus 403 

Invalid allocation status.

TI_ERROR_AllocationCodeAlreadyPresent 404 

Allocation code already present.

TI_ERROR_AllocationNotFound 405 

Pre allocation not found.

TI_ERROR_InvalidRecipientForTxn 406 

Mismatch Error - Wrong Member ID.

TI_ERROR_InvalidRecipientTraderForTxn 407 

Mismatch Error - Wrong Member ID.

TI_ERROR_CCPNotAvailableForInstrument 408 

Input Error - instrument may only be traded bilaterally.

TI_ERROR_MaxSellSideNumberExceeded 409 

Max number of sell side members exceeded.

TI_ERROR_AllRFCQTypeExcluded 410 

Cannot exclude all RFCQ types with an accepted trading relation.

TI_ERROR_QuoteYldAskLowerThanBid 411 

Quote Error - Ask quote is lower than Bid quote.

TI_ERROR_InvalidAllocationVerb 412 

Pre allocation side different from RFCQ side.

TI_ERROR_ExceptionsLimitExceeded 413 

Exceptions limit exceeded.

TI_ERROR_RFCQDoubleSideNotEnabled 414 

RFCQ Double Side - Member not enabled.

TI_ERROR_InvalidTradingList 415 

Invalid trading list.

TI_ERROR_InvalidTradingListLeg 416 

Trading list - Invalid Leg ID.

TI_ERROR_TradingListNotFound 417 

Trading list not found.

TI_ERROR_TradingListLegNotFound 418 

Trading list leg not found.

TI_ERROR_TradingListWrongMember 419 

Mismatch Error - Wrong Member ID in trading list.

TI_ERROR_TradingListWrongTrader 420 

Mismatch Error - Wrong Trader ID in trading list.

TI_ERROR_TradingListInvalidStatus 421 

Trading list - Invalid status.

TI_ERROR_TradingListInvalidLegStatus 422 

Trading list - Invalid leg status.

TI_ERROR_TradingListInvalidLegs 423 

Trading list - Invalid leg.

TI_ERROR_StageOrderInTradingList 424 

Stage Order - Cannot modify Stage Order in Trading List.

TI_ERROR_StageOrderUsedInTradingList 425 

Stage Order - Stage Order already used in Trading List.

TI_ERROR_InvalidRfcqDueInTime 426 

Invalid Rfcq DueInTime.

TI_ERROR_InvalidIOI 427 

Number of quotes for auto-match inconsistent.

TI_ERROR_TradingListInvalidLegQty 428 

Trading list - Invalid leg quantity.

TI_ERROR_TradingListInvalidTotalQty 429 

Trading list - Invalid total quantity.

TI_ERROR_TradingListInvalidNumOfLegs 430 

Trading list - Invalid number of legs.

TI_ERROR_TradingListWrongInstrType 431 

Trading list - Wrong instrument type.

TI_ERROR_DiscloseIOIMismatchingFlags 432 

Disclose and quotation flags mismatching.

TI_ERROR_StageOrderWrongLinkIdInTradingList 433 

Stage Order - Inconsistent link ID.

TI_ERROR_TradingListInvalidLink 434 

Trading list - Invalid private allocation link.

TI_ERROR_InvalidAllocationId 435 

Invalid allocation ID.

TI_ERROR_ExchangeRateNotFound 436 

Exchange rate not found.

TI_ERROR_FirmQuotingDisabled 437 

Firm quotation disabled.

TI_ERROR_IndicativeQuotingDisabled 438 

Indicative quotation disabled.

TI_ERROR_StrikerQuotingDisabled 439 

Striker quotation disabled.

TI_ERROR_InvalidStrikerQuotationFlag 440 

Quote Error - Invalid striker quotation flag.

TI_ERROR_QuoteInvalidStrikerPrice 441 

Quote Error - Invalid striker Price.

TI_ERROR_InvalidStrikerPriceRange 442 

Invalid striker Price Range.

TI_ERROR_QuoteInvalidStrikerYield 443 

Quote Error - Invalid striker yield.

TI_ERROR_InvalidStrikerQty 444 

Invalid striker quantity.

TI_ERROR_MidPriceFASTotalQtyUnderLimit 445 

FAS Order total quantity less than minimum size.

TI_ERROR_MidPriceFASMinExQtyUnderLimit 446 

FAS Order min execution quantity less than minimum size.

TI_ERROR_MidPriceFASTotalQtyUnderMES 447 

FAS Order total quantity less than min execution quantity.

TI_ERROR_MidPriceFASTotalQtyNotMultiple 448 

FAS Order total quantity is not a multiple of Min Increment Size.

TI_ERROR_MidPriceFASMinExQtyNotMultiple 449 

FAS Order min exec qty is not a multiple of Min Increment Size.

TI_ERROR_MidPriceMaximumFASOrderExceeded 450 

Maximum number of FAS Order exceeded.

TI_ERROR_MidPriceFASOrderWrongImage 451 

Wrong FAS Order Image.

TI_ERROR_MidPriceFASOrderOverlap 452 

FAS Order - Overlapping.

TI_ERROR_MidPriceFASOrderInvalidLimitQuotation 453 

FAS Order - Invalid limit quotation.

TI_ERROR_MidPriceFOKOrderSectionNotEnabled 454 

FOK Order - Section not enabled.

TI_ERROR_InventoryGroupMemberInvalidComb 455 

Inventory group member invalid combination.

TI_ERROR_MaxNumberOfMemberInAGroup 456 

Max number of buy side member in a group exceeded.

TI_ERROR_MaxNumberOfInvGroupConfig 457 

Max number of inventory group member configuration exceeded.

TI_ERROR_MaxNumberOfInvGroupExceptions 458 

Max number of inventory group member exceptions exceeded.

TI_ERROR_MaxNumberOfInvDealerGroupConfig 459 

Max number of inventory dealer group configuration exceeded.

TI_ERROR_InvalidMinExecQty 460 

Invalid minimum execution quantity.

TI_ERROR_DenialCounterParty 461 

Exe Order stop - min time between same orders applied.

TI_ERROR_InventoryQuoteIsOnlyIndicative 462 

Executable Order - Inventory quote not executable.

TI_ERROR_InventoryOrderProcessing 463 

Executable Order - Previous order still processing.

TI_ERROR_MidPriceFASMinExQtyOverCapLimit 464 

FAS Order Min Executable Quantity above cap of Min Qty.

TI_ERROR_InvalidAxedBondFlags 465 

Quote Error - Axe flag allowed only in bid or ask.

TI_ERROR_BrokerCodeNotFound 466 

OTC: brokerage organization code not found.

TI_ERROR_BrokerCodeNotCompliant 467 

OTC: broker code not compliant.

TI_ERROR_AuthenticationFailed 468 

Authentication Failed.

TI_ERROR_BuySideAccountExcluded 469 

Account Excluded By Buy Side Member.

TI_ERROR_BrokerCodeInvalidEdit 470 

OTC: broker code can not be modified.

TI_ERROR_MaxNumACMCashOfferExceeded 471 

Max number of Cash Offer exceeded.

TI_ERROR_MaxNumACMCollateralOfferExceeded 472 

Max number of Collateral Offer exceeded.

TI_ERROR_ACMCashOfferNotFound 473 

Cash Offer not found.

TI_ERROR_ACMCollateralOfferNotFound 474 

Collateral Offer not found.

TI_ERROR_WrongTransactionImage 475 

Wrong Transaction Image.

TI_ERROR_ACMCashOfferQtyExceeded 476 

Collateral Offer Quantity exceeds Cash Offer Quantity.

TI_ERROR_OnlyFromBrokerPlus 477 

Only BrokerPlus is allowed for this action.

TI_ERROR_DisablingNotAllowed 478 

Disabling not allowed for this message.

TI_ERROR_EoiMsgTypeUnkown 479 

Invalid EOI Message Type.

TI_ERROR_NoRecipientAllowed 480 

No recipient allowed on this section/instrument.

TI_ERROR_NoReferencedMsg 481 

Referenced message not found.

TI_ERROR_OnlyOneRecipient 482 

Only one recipient is allowed in response.

TI_ERROR_EoiMsgCancelled 483 

Referenced message was cancelled.

TI_ERROR_EoiMsgNotActive 484 

Referenced message not active.

TI_ERROR_DataFeedNotAllowed 485 

Datafeed not allowed for this message/action.

TI_ERROR_EoiGenericNotBlind 486 

Generic Eoi cannot be blind.

TI_ERROR_StageOrderPartiallyFilled 487 

Stage Order - Partial fill not allowed.

TI_ERROR_BVBestGroupAlreadyPresent 488 

BV Best Group Definition already present.

TI_ERROR_BVBestSellSideAlreadyPresent 489 

BV Best Group Definition for sellside already present.

TI_ERROR_MTSCertificationNotAllowed 490 

MTS Certification only possible by trader config.

TI_ERROR_ActivationAllowedWithCertification 491 

Activation only allowed together with certification.

TI_ERROR_FirstNameEmpty 492 

First Name cannot be empty.

TI_ERROR_LastNameEmpty 493 

Last Name cannot be empty.

TI_ERROR_EmailEmpty 494 

Email cannot be empty.

TI_ERROR_PhoneEmpty 495 

Phone cannot be empty.

TI_ERROR_ResidualMaturityNotFound 496 

Residual maturity not found.

TI_ERROR_PriceOrYieldMandatory 497 

Price or Yield must be mandatory.

TI_ERROR_ACMUnivocityAccountViolated 498 

Univocity cash offer account violated.

TI_ERROR_ACMCollateralOfferBalanceExceeded 499 

Collateral Offer balance exceeded.

TI_ERROR_ACMCashOfferBalanceExceeded 500 

Cash Offer balance exceeded.

TI_ERROR_AccountMandatory 501 

Missing Account for current transaction.

TI_ERROR_AccountException 502 

Found Member Account exception.

TI_ERROR_InvalidAccountType 503 

Invalid Account Type.

TI_ERROR_EmptyNote 504 

Note field cannot be empty.

TI_ERROR_TripartyNoteNotFound 505 

Repo ACM Triparty Note not found.

TI_ERROR_WrongTriparty 506 

Triparty id not found.

TI_ERROR_CounterpartyNotAccountOwner 507 

Counterparty not owner of account.

TI_ERROR_ActionNotAllowedInCurrentDate 508 

Action not allowed in the current date.

TI_ERROR_InvalidTradingType 509 

Invalid Trading Type.

TI_ERROR_InvalidAreaCode 510 

Invalid Area Code.

TI_ERROR_CounterpartyMandatory 511 

Counterparty is mandatory.

TI_ERROR_PeriodNotInMarketOpen 512 

Period not in market open plus delay.

TI_ERROR_NoPairFoundSectionIC 513 

No pair exists with this section and instrumentClass.

TI_ERROR_InvalidFixingTime 514 

Invalid fixing period time.

TI_ERROR_InvalidFixingDate 515 

Invalid fixing period date.

TI_ERROR_InvalidActionFixingInterval 516 

Invalid action for fixing interval in execution.

TI_ERROR_ExpiredFixingInterval 517 

Expired fixing interval.

TI_ERROR_StageOrderExecNotAllowed 518 

Stage Order Execution not allowed.

TI_ERROR_WildCardExisting 519 

Specific setting not allowed while wildcard existing.

TI_ERROR_InvalidMarkUpValue 520 

MarkUpValue not compliant with tick.

TI_ERROR_InvalidFieldForTradingModality 521 

Invalid field value for this trading modality.

TI_ERROR_UnseasonedNotEnabled 522 

Unseasoned not enabled.

TI_ERROR_Section_Dates_Suspended 523 

Trade dates suspended on this section.

TI_ERROR_Section_InstClass_Dates_Suspended 524 

Trade dates suspended on this instrument class and section.

TI_ERROR_InvalidRateRange 525 

Invalid Rate Range.

TI_ERROR_InvalidRateTick 526 

Invalid Rate Tick.

TI_ERROR_QuoteInvalidRate 527 

Quote Error - Invalid Rate.

TI_ERROR_QuoteRateAskLowerThanBid 528 

Quote Error - Ask rate is lower than Bid rate.

TI_ERROR_InvalidTradableObject 529 

Invalid tradable object.

TI_ERROR_InvalidSectionForTradableObject 530 

Invalid pair section and tradable object.

TI_ERROR_InvalidICForTradableObject 531 

Invalid pair instrument class and tradable object.

TI_ERROR_MnemonicAlreadyExists 532 

Mnemonic already exists.

TI_ERROR_SponsorRelationNotFound 533 

Member and Client specified are not in sponsor relationship.

TI_ERROR_FirstDealerNotPreferred 534 

First dealer in list is not the preferred dealer.

TI_ERROR_MaxDealersExcedeed 535 

Num of dealers exceeds maximum.

TI_ERROR_RecordNotFound 536 

Record not found.

TI_ERROR_RecordAlreadyPresent 537 

Record already present.

TI_ERROR_AreaCodeRelNotFound 538 

AreaCodeRelation not found.

TI_ERROR_MinSellSideNumberNotReached 539 

Min number of sell side members not reached.

TI_ERROR_DealerNotAllowedOnRFCQRespond 540 

Dealer not allowed on rfcq respond.

TI_ERROR_InvalidNumOfDealers 541 

Num of dealers declared different from dealers list.

TI_ERROR_ZeroNumOfDealers 542 

Num of dealers cannot be zero.

TI_ERROR_MinimumDealersUnreached 543 

Minimum number of dealers not reached.

TI_ERROR_MinMatchingQuotesNotReached 544 

Minimum number of Matching Quotes not reached.

TI_ERROR_NoDealerInPreferredList 545 

No dealer in Preferred list.

TI_ERROR_MaxReactivationReached 546 

Max number of change profile type reached.

TI_ERROR_InvalidProfileType 547 

Profile type not recognized.

TI_ERROR_InstrumentClassExists 548 

Configuration for instrument class exists.

TI_ERROR_WildCardExists 549 

Configuration with wildcard exists.

TI_ERROR_WrongSubmitterMember 550 

Invalid Submitter Member Id.

TI_ERROR_WrongDuration 551 

Wrong Duration.

TI_ERROR_GroupIdNotFound 552 

Group id not found.

TI_ERROR_MaxNumTierGroupConfigurations 553 

Max num tier group configuration reached.

TI_ERROR_MaxNumTierGroupException 554 

Max num tier group exception reached.

TI_ERROR_WrongCVA 555 

Wrong CVA.

TI_ERROR_MemberNotEnableToOverrideCVA 556 

Member not enabled to override CVA.

TI_ERROR_WrongTPAVisibility 557 

TPA Visibility not permitted.

TI_ERROR_TradingOnBehalfNotAllowed 558 

Trading on behalf not allowed.

TI_ERROR_GreaterInventoryVisibleQty 559 

Inventory Quote Error - VisibleQty greater than TotQty.

TI_ERROR_CertificationWithoutMnemonic 560 

TPA member certification not allowed without mnemonic.

TI_ERROR_TierGroupAssociatedToTPA 561 

Tier Group is associated to TPA Member.

TI_ERROR_MaxNumOfTradingIdeaExceeded 562 

Maximum number of Trading Idea exceeded.

TI_ERROR_VisibleQtyNotMultiple 563 

Visible Size is not a multiple of Min Increment Size.

TI_ERROR_TradableObjectDuplicated 564 

Standard tradable object already exists.

TI_ERROR_MaxNumOfBrokenDatesExceeded 565 

Maximum number of Broken Dates exceeded.

TI_ERROR_InstClassSectionMktSuspended 566 

Instrument class suspended on this section.

TI_ERROR_CAPQuantityLimit 567 

Quantity is greater than CAP Quantity Limit.

TI_ERROR_InvalidMarkUpType 568 

Invalid Mark-Up Type.

TI_ERROR_MissingMaxQtyZero 569 

Missing Max Quantity value zero for Mark-Up Threshold.

TI_ERROR_InvalidMarkUpConfiguration 570 

Mutually exclusive Mark-Up configuration already present.

TI_ERROR_InvalidMarkUpMaxQtyOrder 571 

Invalidy Mark-Up Max Quantity Order.

TI_ERROR_NumThresholdDiffFromList 572 

Invalid request: number of treshold declared different from list.

TI_ERROR_TransactionNotAllowedOnIC 573 

Transaction not allowed on this instrument class.

TI_ERROR_InvalidDRate 574 

Invalid Discount Rate.

TI_ERROR_InvalidDRateTick 575 

Invalid Discount Rate Tick.

TI_ERROR_InvalidDRateRange 576 

Invalid Discount Rate Range.

TI_ERROR_QuoteInvalidDRate 577 

Quote Error - Invalid discount rate.

TI_ERROR_QuoteDRateBidLowerThanAsk 578 

Quote Error - Bid discount rate is lower than Ask discount rate.

TI_ERROR_DealerNotEnabled 579 

Dealer not enabled.

TI_ERROR_BuySideMemberInDealerList 580 

Buy Side Member cannot be included in DealerList.

TI_ERROR_MaximumIOIExceeded 581 

Maximum IOI Exceeded.

TI_ERROR_WrongIOIImage 582 

Wrong IOI Image.

TI_ERROR_RFCQInvalidQty 583 

RFCQ Error - Invalid Quantity.

TI_ERROR_RFCQWrongQtyChange 584 

RFCQ Error - Unable to change Quantity.

TI_ERROR_WildcardBroker 585 

ProductType and Currency admitted only with wildcard for Broker.

TI_ERROR_EmptyDepth 586 

Empty Depth - No dealer available for preview.

TI_ERROR_CurveNotFound 587 

Curve Identifier not found.

TI_ERROR_IOIClientIdentifierAlreadyPresent 588 

IOI Client Identifier already present.

TI_ERROR_MembersNCL 589 

Action not allowed for members with NCL.

TI_ERROR_ApplyHaircutFlagNo 590 

Action not allowed for ApplyHaircutFlag No.

TI_ERROR_HaircutStatusDeleted 591 

Action not allowed for Haircut in Status Deleted.

TI_ERROR_MutuallyExclusiveConfiguration 592 

Mutually Exclusive Configuration already present.

TI_ERROR_InvalidHaircutValue 593 

Invalid Haircut Value.

TI_ERROR_InvalidHaircutType 594 

Invalid Haircut Type.

TI_ERROR_InvalidResMatOnIC 595 

Residual Maturity not allowed for this Instrument class Type.

TI_ERROR_InvalidCreditProfile 596 

Invalid Credit Profile.

TI_ERROR_InvalidMemberType 597 

Invalid Member Type.

TI_ERROR_InvalidMemberTypeCombination 598 

Invalid Member Type Combination.

TI_ERROR_InvalidSpreadValue 599 

Invalid Spread Value.

TI_ERROR_InvalidHaircutStatus 600 

Invalid Haircut Status.

TI_ERROR_QuantityNotEditable 601 

Quantity Not Editable.

TI_ERROR_SettlSystemNotEnabledToHaircut 602 

Settlement System not enabled to Haircut functionality.

TI_ERROR_InstCurrencyAlreadyPresent 603 

Instrument and Currency trading combination already present.

TI_ERROR_WarningMessageOnSize 604 

Transaction size in breach of Warning maximum size constraints.

TI_ERROR_BlockingMessageOnSize 605 

Transaction size in breach of Blocking maximum size constraints.

TI_ERROR_WarningMessageOnRate 606 

Transaction rate in breach of minimum or maximum rate variance constraints.

TI_ERROR_WarningMessageOnSizeAndRate 607 

Transaction Size and Rate in breach of minimum or maximum constraints.

TI_ERROR_InvalidAlgoInfoType 608 

Invalid Algo Info Type.

TI_ERROR_AlgoInfoChange 609 

MiFID IDs cannot be modified.

TI_ERROR_InvalidAlgoInfoShortCode 610 

Invalid Algo Info Short Code.

TI_ERROR_InvalidLiquidityProvision 611 

Invalid Liquidity Provision.

TI_ERROR_InvalidShortSellingIndicator 612 

Invalid Short Selling Indicator.

TI_ERROR_InvalidTradingCapacityId 613 

Invalid Trading Capacity.

TI_ERROR_ClientRegistrationNotFound 614 

Invalid Client ID.

TI_ERROR_InvalidClientIdentificationType 615 

Invalid Client ID Type.

TI_ERROR_InvalidExecID 616 

Invalid Exec ID.

TI_ERROR_InvalidInvDecID 617 

Invalid Inv Dec ID.

TI_ERROR_InvalidClientID 618 

Invalid Client ID.

TI_ERROR_InvalidCapacityClientID 619 

Trading Capacity not compatible with Client ID.

TI_ERROR_InvalidQtyRFQLISPostTrade 620 

RFQ quantity must be at least equal to LIS Post-Trade.

TI_ERROR_InvalidQtyRFQLISPreTrade 621 

RFQ quantity must be at least equal to LIS Pre-Trade.

TI_ERROR_InvalidQtyRFQLISPrePostTrade 622 

RFQ quantity must be at least equal to the greater value between LIS Pre Trade and LIS Post Trade.

TI_ERROR_VoiceListDealerAlreadyExist 623 

The Dealer is already present in the Voice Confirmed List.

TI_ERROR_VoiceListDeleted 624 

Voice Confirmed List is deleted.

TI_ERROR_ProcessedTradeNotEligible 625 

Processed trade not eligible for selected combination.

TI_ERROR_PartialExecutionNotPermitted 626 

Partial execution not permitted.

TI_ERROR_UserAlreadyPresent 627 

User already present.

TI_ERROR_NoRigthsContactMTS 628 

No rights to make this transaction - Please contact MTS.

TI_ERROR_InvalidSettlementInfo 629 

Settlement Info not valid.

TI_ERROR_MaxNumRulesExceeded 630 

Maximum number of Auto-execution Rules exceeded.

TI_ERROR_InvalidAssetClassEligibilityCriteria 631 

Invalid Asset Class Eligibility Criteria.

TI_ERROR_InvalidAssetClassNum 632 

Num of Asset Classes declared different from Asset Class/Sub Section combination.

TI_ERROR_MaxNumEligibilityCriteriaAssetsExceeded 633 

Maximum number of Eligibility Criteria Assets exceeded.

TI_ERROR_MaxNumCurrenciesExceeded 634 

Maximum number of currencies exceeded.

TI_ERROR_InvalidCurrencyNum 635 

Num of Currencies declared different from Currency List.

TI_ERROR_MaxNumResidualMaturitiesExceeded 636 

Maximum number of Residual Maturities exceeded.

TI_ERROR_InvalidResidualMaturityNum 637 

Num of Residual Maturities declared different from Residual Maturity List.

TI_ERROR_InvalidDealerSelectionType 638 

Invalid Dealer Selection Type.

TI_ERROR_InvalidDealerSelectionCriteria 639 

Invalid Dealer Selection Criteria.

TI_ERROR_InvalidAutoExecutionSpreadCriterion 640 

Invalid Auto-Execution Spread Criteria Vs BV Best Criterion.

TI_ERROR_InvalidRuleName 641 

Invalid Rule Name.

TI_ERROR_InvalidDealerList 642 

Dealers Num. and Dealer List Type not compatible.

TI_ERROR_ExecRulePriorityInvalidEdit 643 

Execution Rule Priority Invalid Edit.

TI_ERROR_InvalidBounds 644 

Upper Bound must be greater than Lower Bound.

TI_ERROR_InvalidGroupName 645 

Invalid Group Name.

TI_ERROR_AutoExecutionDisabled 646 

Auto Execution Disabled.

TI_ERROR_AutoExecutionRulesNotAvailable 647 

Auto Execution Rules Not Available.

TI_ERROR_GroupNameEmpty 648 

Group Name cannot be empty.

TI_ERROR_GroupNameAlreadyPresent 649 

Group Name Already Present.

TI_ERROR_DealerGroupLinkedToAutoExecRule 650 

Action not allowed: The Dealer Group is linked to an Auto-Execution Rule.

TI_ERROR_DealerAlreadyPresentInList 651 

The Dealer is already present in the Dealer List.

TI_ERROR_RuleNameEmpty 652 

Rule Name cannot be empty.

TI_ERROR_RuleNameAlreadyPresent 653 

Rule Name Already Present.

TI_ERROR_InvalidAssetClassSubSectionComb 654 

Invalid Asset Class/Sub Section combination.

TI_ERROR_InvalidSubSectionEligibilityCriteria 655 

Invalid Sub Section Eligibility Criteria.

TI_ERROR_ResMatLowerBoundNotFound 656 

Residual Maturity LowerBound not found.

TI_ERROR_ResMatUpperBoundNotFound 657 

Residual Maturity UpperBound not found.

TI_ERROR_InvalidSizeLimit 658 

Invalid Size Limit.

TI_ERROR_ResidualMaturityInvalidBounds 659 

ResidualMaturity: Upper Bound must be greater than Lower Bound.

TI_ERROR_SizeInvalidBounds 660 

Size: Upper Bound must be greater than Lower Bound.

TI_ERROR_DV01InvalidBounds 661 

DV01: Upper Bound must be greater than Lower Bound.

TI_ERROR_InvalidDealerGroupDealerSelTypeComb 662 

Invalid Dealer Group/DealerSelectionType combination.

TI_ERROR_DealerGroupEmpty 663 

Dealer Group Id cannot be empty.

TI_ERROR_InvalidDealerHitRate 664 

Invalid Dealer Hit Rate.

TI_ERROR_InvalidDealerPickupRate 665 

Invalid Dealer Pickup Rate.

TI_ERROR_InvalidNegotiationTimes 666 

Max Negotiation Time must be greater than Min Negotiation Time.

TI_ERROR_InvalidSpreadQuoteCMFBest 667 

Invalid Spread between quote and CMF Best.

TI_ERROR_InvalidSpreadQuoteBVBest 668 

Invalid Spread between quote and BV Best.

TI_ERROR_InvalidWideSpread 669 

Invalid Wide Spread.

TI_ERROR_InvalidSelMinDealersVsExecMinDealer 670 

Minimum Number of Dealers who must respond to RFQ must be less than or equal to Minimum Number of Dealers RFQ must be sent to.

TI_ERROR_InvalidMaximumDealerVsSelMinDealers 671 

Minimum Number of Dealers RFQ must be sent to must be less than or equal to Maximum Number of Dealers RFQ can be sent to.

TI_ERROR_InvalidMaximumDealerVsDealerRotation 672 

Maximum Number of Dealers RFQ can be sent to must be greater than or equal to the Dealer Rotation value.

TI_ERROR_InvalidMaximumDealerVsExecMinDealer 673 

Minimum Number of Dealers who must respond to RFQ must be less than or equal to Maximum Number of Dealers RFQ can be sent to.

TI_ERROR_MaximumDealerNotAdmitted 674 

Field Maximum Number of Dealers RFQ can be sent to is not admitted.

TI_ERROR_AlwaysBeatCMFBestCombNotAdmitted 675 

Execution vs. Benchmark - MTS Interdealer Cash Market, criteria combination not permitted.

TI_ERROR_AlwaysBeatBVBestCombNotAdmitted 676 

Execution vs. Benchmark - BondVision Best, criteria combination not permitted.

TI_ERROR_NonCompetitiveQtyExceeded 677 

Non-competitive Qty Exceeded.

TI_ERROR_BondSuspendedDueToLackCouponRate 678 

Action not allowed: Bond automatically suspended due to the lack of current Coupon Rate.

TI_ERROR_MaxNumExecTradersExceeded 679 

Maximum number of Exec Traders exceeded.

TI_ERROR_NumExecTradersDiffFromList 680 

Num of Exec Traders declared different from Exec Traders List.

TI_ERROR_InvalidDealerRotationNumber 681 

Dealer Rotation Number must be greater than zero.

TI_ERROR_InvalidStageOrderClearingAgentId 682 

Invalid Stage Order Clearing Agent Id.

TI_ERROR_EditHaircutNotAllowed 683 

Edit Haircut not allowed.

TI_ERROR_InvalidOverriddenSpotPrice 684 

Invalid Overridden Spot Price.

TI_ERROR_InvalidInstrumentType 685 

Invalid Instrument Type.

TI_ERROR_InvalidNote 686 

Invalid Note.

TI_ERROR_InvalidAccountTypeExecType 687 

Account Type and Execution Type are not compatible.

TI_ERROR_InvalidOrderTypeLimitRate 688 

Order Type and Limit Rate are not compatible.

TI_ERROR_InvalidEndDateModifyFgExecType 689 

End Date Modify Flag and Execution Type are not compatible.

TI_ERROR_InvalidNoPartialFillFgExecType 690 

No Partial Fill Flag and Execution Type are not compatible.

TI_ERROR_InvalidApplyHaircutFgExecType 691 

Apply Haircut Flag and Execution Type are not compatible.

TI_ERROR_InvalidTradModalityExecType 692 

Execution Type not supported by the Trading Modality for the Instrument Class/Section.

TI_ERROR_OtcRegUTINotAllowed 693 

OTC Registration - UTI value not allowed.

TI_ERROR_OtcRegUTIChangeNotAllowed 694 

OTC Registration - UTI value modification not allowed.

TI_ERROR_OtcRegRTNNotAllowed 695 

OTC Registration - RTN value not allowed.

TI_ERROR_OtcRegRTNChangeNotAllowed 696 

OTC Registration - RTN value modification not allowed.

TI_ERROR_ReportSubmittingEntityInvalidFormat 697 

Report Submitting Entity - format not allowed.

TI_ERROR_ReportingCounterpartyInvalidFormat 698 

Reporting Counterparty - format not allowed.

TI_ERROR_ReportResponsibleEntityInvalidFormat 699 

Report Responsible Entity - format not allowed.

TI_ERROR_ReportSubmittingEntityMustBeUnique 700 

Report Submitting Entity must be unique per Account.

TI_ERROR_ReportingCounterpartyMustBeUnique 701 

Reporting Counterparty must be unique per Account.

TI_ERROR_ReportResponsibleEntityMustBeUnique 702 

Report Responsible Entity must be unique per Account.

TI_ERROR_SectorAlreadyPresent 703 

Sector already present in list.

TI_ERROR_SectorNotFound 704 

Sector not found.

TI_ERROR_AdditionalSectorClassificationNotFound 705 

Additional Sector Classification not found.

TI_ERROR_CountryNotFound 706 

Country not found.

TI_ERROR_BranchCountryNotFound 707 

Branch Country not found.

TI_ERROR_BeneficiaryInvalidFormat 708 

Beneficiary - format not allowed.

TI_ERROR_AgentLenderInvalidFormat 709 

AgentLender - format not allowed.

TI_ERROR_MasterAgreementTypeNotFound 710 

Master Agreement Type not found.

TI_ERROR_OtherMasterAgreementTypeInvalidComb 711 

Other Master Agreement Type invalid combination.

TI_ERROR_MasterAgreementVersionInvalidFormat 712 

Master Agreement Version - format not allowed.

TI_ERROR_ClearingMemberInvalidFormat 713 

Clearing Member - format not allowed.

TI_ERROR_CSDParticipantInvalidFormat 714 

CSD Participant - format not allowed.

TI_ERROR_ClearingMemberMustBeUnique 715 

Clearing Member Entity must be unique per Account.

TI_ERROR_CSDParticipantMustBeUnique 716 

CSD Participant must be unique per Account.

TI_ERROR_MemberProfileMustComplyD2C 717 

Member profile must comply with D2C Requirement.

TI_ERROR_OpenTradesRequiresManualSett 718 

Open Trades requires manual settlement.

TI_ERROR_InvalidClientShortCode 719 

Invalid Client Short Code.

TI_ERROR_InvalidDealerClientRelationshipStatus 720 

Invalid Dealer Client Relationship Status.

TI_ERROR_InvalidVerbForGCTradingDealerClient 721 

Invalid Verb For GC Trading Dealer Client.

TI_ERROR_InvalidLinkIdExecType 722 

Invalid LinkId: cannot be empty with this ExecutionType.

TI_ERROR_PortfolioCodeInvalidFormat 723 

PortfolioCode Code - format not allowed.

TI_ERROR_ClientShortCodeInvalidFormat 724 

Client Short Code - format not allowed.

TI_ERROR_ClientLongCodeInvalidFormat 725 

Client Long Code - format not allowed.

TI_ERROR_DefClientTraderNameInvalidFormat 726 

Default Client Trader Name - format not allowed.

TI_ERROR_ClientLEICodeInvalidFormat 727 

Client LEI Code - format not allowed.

TI_ERROR_AccountClientShortCodeInvalidConfig 728 

Account Id - Client Short Code - Invalid configuration.

TI_ERROR_CounterpartyClientShortCodeInvalidConfig 729 

Counterparty Id - Client Short Code - Invalid configuration.

TI_ERROR_PlainVanillaNotAllowedForTradingType 730 

Plain Vanilla not allowed for Trading Type.

TI_ERROR_TradeDateNotAllowedForTradingType 731 

Trade Date not allowed for Trading Type.

TI_ERROR_RateFlagShouldBeEqualBetweenSOAndRFCQ 732 

Rate Flag - Should be equal between Stage Order and RFCQ.

TI_ERROR_DealerListTypeNegativeExeTypeOTC 733 

Dealer List Type cannot be negative with Execution Type OTC.

TI_ERROR_DealerListTypeShouldBePosOrNegNumDealer 734 

Dealer List Type should be positive or negative if Number of Dealer > 0.

TI_ERROR_NumberOfDealersLowerDefLimit 735 

Number of dealers in the Dealer List cannot be lower than the defined limit (Field Number of Dealer)

TI_ERROR_BilOnlyFlagMustAssumeYesCorrSOYes 736 

Bilateral only flag must assume value Yes if the correspondent Stage Order field contains the value Yes.

TI_ERROR_StartDateShouldBeLessEndDate 737 

Start Date should be less than the End Date.

TI_ERROR_CutOffExpiredForSettlMod 738 

Cut off expired for the specified settlement modality.

TI_ERROR_ClearingAgentCannotDiffOrdersSameLinkId 739 

Clearing Agent cannot differ among orders with the same Link Id.

TI_ERROR_AccountIdCannotDiffOrdersSameLinkId 740 

Account Id cannot differ among orders with the same Link Id.

TI_ERROR_ApplyHaircutFgShouldBeEqBetweenRFCQAndSO 741 

Apply Haircut Flag should be equal between RFCQ and Stage Order.

TI_ERROR_AlgoInfoDiffPredValues 742 

Algo Info differ from predefined values (SO)

TI_ERROR_ClientIdInfoDiffPredValues 743 

Client Id Info differ from predefined values (SO)

TI_ERROR_BuySellIndCannotDiffSO 744 

Buy/Sell indicator cannot differ from the Stage Order.

TI_ERROR_QuantityCannotDiffSO 745 

Quantity cannot differ from the Stage Order.

TI_ERROR_SellSideMembersDiffPredOnes 746 

Sell side Members differ from predefined ones (Positive Dealer List on the Stage Order)

TI_ERROR_CounterpartyDiffPredOne 747 

Counterparty differs from the predefined one (Positive Dealer List on the Stage Order)

TI_ERROR_AccountIdCannotDiffSO 748 

Account Id cannot differ from the Stage Order.

TI_ERROR_ClearingAgentIdDiffSO 749 

Clearing Agent Id cannot differ from the Stage Order.

TI_ERROR_MemberProfileNotEnabledToSO 750 

Member Profile not enabled to Stage Orders.

TI_ERROR_InvalidDealerClientFg 751 

Invalid DealerClientFg.

TI_ERROR_ClientTraderNameInvalidFormat 752 

Client Trader Name - format not allowed.

TI_ERROR_DealerClientRelationNotFound 753 

Dealer Client Relation not found.

TI_ERROR_DealerClientRelationDeleted 754 

Dealer Client Relation deleted.

TI_ERROR_CAPSSettlSystemNotEnabledToCAPS 755 

Settlement System not enabled to CAPS functionality.

TI_ERROR_CAPSAlreadyPresent 756 

CAPS already present.

TI_ERROR_CAPSInvalidIndirectRelation 757 

Member is not a Direct Member for this Settlement System.

TI_ERROR_CAPSRequiresAutomaticSett 758 

CAPS functionality not admitted for manual settlement.

TI_ERROR_CAPSInvalidDailyCAPSLimit 759 

Invalid Daily CAPS Limit.

TI_ERROR_CAPSLimitExceeded 760 

CAPS Limit Exceeded.

TI_ERROR_CAPSLimitNotConfigured 761 

CAPS Limit not configured.

TI_ERROR_CAPSLocked 762 

CAPS locked by the Direct Member.

TI_ERROR_TradingNotAdmitted 763 

Counterparty not enabled to trade.

TI_ERROR_OriginatorCAPSLimitExceeded 764 

Originator CAPS Limit Exceeded.

TI_ERROR_OriginatorCAPSLimitNotConfigured 765 

Originator CAPS Limit not configured.

TI_ERROR_OriginatorCAPSLocked 766 

Originator CAPS locked by the Direct Member.

TI_ERROR_CounterpartCAPSLimitExceeded 767 

Counterpart CAPS Limit Exceeded.

TI_ERROR_CounterpartCAPSLimitNotConfigured 768 

Counterpart CAPS Limit not configured.

TI_ERROR_CounterpartCAPSLocked 769 

Counterpart CAPS locked by the Direct Member.

TI_ERROR_DateDiscrepancyBetweenSOAndTxn 770 

Discrepancy on Start/End Date/Vanilla Id between Stage Order and Transaction.

TI_ERROR_SPDiscrepancyBetweenSOAndTransaction 771 

Spot Price discrepancy between Stage Order and Transaction.

TI_ERROR_RateDiscrepancyBetweenSOAndTransaction 772 

Rate discrepancy between Stage Order and Transaction.

TI_ERROR_TradingListPrivateExecTraderSetInSO 773 

Trading List must be private when the Execution Trader is set in the Stage Order.

TI_ERROR_SOAlreadyAssociatedToOTCTransaction 774 

Stage Order already associated to an OTC Transaction.

TI_ERROR_FieldValueDiscBetweenSOAndRFCQOTC 775 

Field value discrepancy between Stage Order and RFCQ/OTC Transaction.

TI_ERROR_FieldValueDiscBetweenSOAndTradingList 776 

Field value discrepancy between Stage Order and Trading List.

TI_ERROR_AlgoInfoDiscBetweenSOAndTransaction 777 

Algo Info discrepancy between Stage Order and Transaction.

TI_ERROR_MaxNumExecutionTimesExceeded 778 

Maximum number of Execution Times exceeded.

TI_ERROR_InvalidExecutionTimesNum 779 

Num of Execution Times declared different from Execution Time List.

TI_ERROR_ExecutionTimeNotAdmitted 780 

Execution Time is not admitted for this Execution Type.

TI_ERROR_WrongSortingExecutionTimes 781 

Wrong sorting for Execution Times list.

TI_ERROR_ExecutionTimesDuplicated 782 

Execution Times Duplicated.

TI_ERROR_ExecutionTimeListNotAdmitted 783 

Execution Time List is not admitted.

TI_ERROR_ActionNotAllowedExecutionTime 784 

Action not allowed due to not expired Execution Time.

TI_ERROR_DirectBuySideMemberAlreadySet 785 

Direct Buy Side Member already set.

TI_ERROR_TotalSplitFillMinSizeQty 786 

Quantity less than total Split Fill minimum size.

TI_ERROR_IncompatibleSettlModeConfiguration 787 

Incompatible Settlement Mode configuration.

TI_ERROR_DefaultExecTraderNotPermitted 788 

Default Auto Execution Trader is not permitted in case of Exec Trader List.

TI_ERROR_AutoExecutionInProgress 789 

Action not allowed - Auto Execution still in progress.

TI_ERROR_NoBeatLimitPriceDeviation 790 

No Beat Limit Price Deviation has been set.

TI_ERROR_InvalidStageOrderClientLimitQuotation 791 

Invalid Stage Order ClientLimitQuotation.

TI_ERROR_LimitSpreadNotAllowedByRFCQType 792 

Limit Spread not allowed by the RFCQ Type.

TI_ERROR_WrongTradeRegistrationId 793 

Trade Registration Error - Wrong Message Id.

TI_ERROR_InvalidDealerOrderId 794 

Invalid DealerOrder ID.

TI_ERROR_WrongOriginalDealerOrderId 795 

Wrong Original DealerOrder ID.

TI_ERROR_MaxRateCapBreach 796 

Transaction rate in breach of blocking maximum rate constraints.

TI_ERROR_MinRateCapBreach 797 

Transaction rate in breach of blocking minimum rate constraints.

TI_ERROR_EndDateIdCapBreach 798 

Transaction term in breach of blocking maximum EndDateId constraints.

TI_ERROR_DaysCapBreach 799 

Transaction term in breach of blocking maximum Days constraints.

TI_ERROR_BuySideMemberNotEnabled 800 

Buy Side Member not Enabled on this Instrument Class.

TI_ERROR_LimitSpreadStageOrderNotAllowedByRFCQType 801 

Stage Order with Limit Spread not allowed by the RFCQ Type.

TI_ERROR_TooManyInstrument 802 

The same instrument was inserted too many times for this RFQ Type.

TI_ERROR_AggregatedStageOrderWithoutSpread 803 

Aggregated Stage Order without Spread Client Quotation Type.

TI_ERROR_MemberNotEnabled 804 

Member not Enabled on any Instrument Class.

TI_ERROR_EurexAccountAlreadyPresent 805 

Eurex Account already present.

TI_ERROR_InvalidEurexMemberId 806 

Eurex Member Id is empty or Contains Invalid Characters.

TI_ERROR_InvalidEurexTraderId 807 

Eurex Trader Id is empty or Contains Invalid Characters.

TI_ERROR_InvalidEurexAutoApprovalRuleId 808 

Eurex Auto-Approval Rule Id must be greater than or equal to zero.

TI_ERROR_InvalidEurexDefaultFlag 809 

Only one Eurex Account can be Member's the default.

TI_ERROR_InvalidEurexAccountId 810 

Eurex Account Invalid.

TI_ERROR_InvalidHedgeRatio 811 

Invalid hedge ratio.

TI_ERROR_TradeRegistrationBasisInvalidNumOfLegs 812 

Trade Registration Basis - Invalid number of legs.

TI_ERROR_MemberNotFoundEurexAccount 813 

Member Not Present in EurexAccount.

TI_ERROR_InvalidTradeRegistrationType 814 

Invalid Trade Registration Type.

Definition at line 3743 of file SMP.Enumerations.h.

Member Function Documentation

◆ toString()

std::string toString ( Enum value)
static

Provides string presentation.