#include <SMP.Enumerations.h>
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 4891 of file SMP.Enumerations.h.
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 |
Password expired. |
TI_ERROR_WrongPassword |
Wrong password. |
TI_ERROR_InvalidNewPassword |
Invalid new password. |
TI_ERROR_AccountExpired |
Account Expired. |
TI_ERROR_MemberStatusNotFound |
Member status not found. |
TI_ERROR_InvalidMemberStatus |
Invalid member status. |
TI_ERROR_NotOwnerOfTransaction |
Sender not owner of transaction. |
TI_ERROR_MaxConnectionsExceeded |
Maximum number of connections exceeded. |
TI_ERROR_ProductNotFound |
Product not found. |
TI_ERROR_MemberNotFound |
Member not found. |
TI_ERROR_TraderNotFound |
Trader not found. |
TI_ERROR_MemberProfileNotFound |
Member profile not found. |
TI_ERROR_InvalidPhase |
Action not allowed in this market phase. |
TI_ERROR_InvalidProposal |
Invalid Proposal. |
TI_ERROR_InvalidOrder |
Invalid order. |
TI_ERROR_InvalidRFQ |
Invalid RFQ. |
TI_ERROR_InvalidQty |
Invalid quantity. |
TI_ERROR_InvalidRate |
Invalid rate. |
TI_ERROR_InvalidDate |
Invalid date. |
TI_ERROR_InvalidVerb |
Invalid verb. |
TI_ERROR_InvalidStatus |
Invalid status. |
TI_ERROR_InvalidSpotPrice |
Invalid spot price. |
TI_ERROR_OrderExpired |
Order expired. |
TI_ERROR_ProposalNotFound |
Proposal not found. |
TI_ERROR_OrderNotFound |
Order not found. |
TI_ERROR_QtyInTrading |
Quantity in trading. |
TI_ERROR_OrdMismatchRate |
Mismatch rate in order. |
TI_ERROR_MinimumSizeQty |
Order quantity less than minimum size. |
TI_ERROR_MaximumProposalExceeded |
Maximum number of proposal exceeded. |
TI_ERROR_SuspensionFailure |
Suspension failed. |
TI_ERROR_ProposalNotActive |
Proposal not active. |
TI_ERROR_ProductNotActive |
Product not active. |
TI_ERROR_MemberNotActive |
Member not active. |
TI_ERROR_OperatorNotActive |
Operator not active. |
TI_ERROR_BadParameters |
Bad parameters. |
TI_ERROR_WrongQueryId |
Wrong query Id. |
TI_ERROR_GenericError |
Generic error. |
TI_ERROR_QueryClosedbyClient |
Query closed by Client. |
TI_ERROR_Queryterminatedbyasystemerror |
Query terminated by a system error. |
TI_ERROR_QueryterminatedbyAliveTimeout |
Query terminated by Alive Timeout. |
TI_ERROR_WrongQueryKey |
Wrong query key. |
TI_ERROR_WrongRowNumber |
Wrong row number. |
TI_ERROR_WrongMarketID |
Wrong Market ID. |
TI_ERROR_NoRights |
No right to make this transaction. |
TI_ERROR_NoSectionField |
Section Field empty. |
TI_ERROR_NoInstrumentField |
Instrument Field empty. |
TI_ERROR_NoPairFound |
No pair exists with this section and instrument. |
TI_ERROR_MarketSuspended |
Market suspended. |
TI_ERROR_MemberMktSuspended |
Member suspended on this market. |
TI_ERROR_MemberMktSectSuspended |
Member suspended on this section. |
TI_ERROR_InstMarketSuspended |
Instrument suspended on this market. |
TI_ERROR_InstClMemMarketSuspended |
Member suspended on this instrument class. |
TI_ERROR_InstClMemMarketSectSuspended |
Member suspended on this instrument class and section. |
TI_ERROR_InvalidData |
Invalid data. |
TI_ERROR_NoInstForSection |
No instrument for this section. |
TI_ERROR_ActionNotAllowed |
Action not allowed. |
TI_ERROR_NoTransPhase |
Transaction not allowed in this phase. |
TI_ERROR_WrongProposalImage |
Wrong Proposal Image. |
TI_ERROR_CutOffProposalNotAllowed |
Proposal not allowed for expired cut off. |
TI_ERROR_RepoConfigMismatch |
Repo Type or Settlement Group incompatible. |
TI_ERROR_CCPOnlyProposal |
Trade Error - Proposal is CCP Only. |
TI_ERROR_CreditExceeded |
Exceeded credit limit or No credit line present. |
TI_ERROR_InvalidOrderState |
Invalid event for current order status. |
TI_ERROR_WrongOrderId |
Wrong order Id. |
TI_ERROR_InvalidSize |
Invalid Size. |
TI_ERROR_WrongMember |
Wrong Member Id. |
TI_ERROR_OrderWithInvalidProposal |
Order sent to Invalid Proposal. |
TI_ERROR_InstrumentMismatch |
Instrument mismatch. |
TI_ERROR_OrderRateMismatch |
Rate Error - Order Rate differs from Proposal. |
TI_ERROR_InsufficientOrderQuantity |
Size Error - Order Size is below the Proposal Minimum Quantity. |
TI_ERROR_OrderUnderAccept |
Queued order under acceptance. |
TI_ERROR_OrderInvalidQuantity |
Invalid Order Quantity. |
TI_ERROR_QuantityNotAvailable |
Quantity not available. |
TI_ERROR_ProviderTradeOff |
Provider member is Trade Off. |
TI_ERROR_SelfTrade |
Cannot trade against self. |
TI_ERROR_WrongTrader |
Wrong Trader Id. |
TI_ERROR_WrongProposalId |
Wrong Proposal Id. |
TI_ERROR_CountrySuspended |
Country suspended by Governance. |
TI_ERROR_InvalidSettlementGroup |
Settlement Error - Member is unable to trade this Bond Type. |
TI_ERROR_TooManyProposal |
Maximum number of proposals on single instrument exceeded. |
TI_ERROR_MustBeGiveUp |
Bilateral Proposals for this Bond Type must be name Give Up. |
TI_ERROR_CutOffExpired |
Proposal Error - Cut Off has passed. |
TI_ERROR_NonCCPMember |
Proposal Error - Member is not a member of the CCP. |
TI_ERROR_LockedProposal |
Proposal Error - Proposal is locked. |
TI_ERROR_CCPNotAvailable |
Proposal Error - CCP is not available for these dates. |
TI_ERROR_RateTooBig |
Proposal Error - Rate cannot exceed 100. |
TI_ERROR_InvalidFloatingRate |
Wrong floating rate Id. |
TI_ERROR_PropNoCCPMember |
Proposal Error - Member is not a member of a CCP. |
TI_ERROR_PropSizeMissing |
Proposal Error - Please enter a Size. |
TI_ERROR_PropInvalidSize |
Proposal Error - Invalid Size. |
TI_ERROR_PropInvalidTotSize |
Proposal Error - Invalid Total Size. |
TI_ERROR_PropInvalidMinQty |
Proposal Error - Invalid Minimum Quantity. |
TI_ERROR_PropInvalidRate |
Proposal Error - Invalid Rate. |
TI_ERROR_PropInvalidSizeComb |
Proposal Error - Invalid Size Combination. |
TI_ERROR_PropInvalidMinDrip |
Proposal Error - Invalid Minimum Proposal Quantity. |
TI_ERROR_PropEndDateEarlier |
Proposal Error - End Date chosen precedes Start Date. |
TI_ERROR_PropQtyBelowMinDrip |
Proposal Error - Invalid Size below Minimum Proposal Quantity. |
TI_ERROR_PropWrongEditTime |
Wrong Edit time. |
TI_ERROR_PropInvalidEvent |
Invalid event for current proposal status. |
TI_ERROR_PropDateSuspended |
Proposal Error - Date is suspended. |
TI_ERROR_RFQInvalidRate |
RFQ Error - Invalid Rate. |
TI_ERROR_RFQPreAccepted |
RFQ cannot be pre-Accepted. |
TI_ERROR_RFQInactive |
RFQ not Active. |
TI_ERROR_RFQEndDateEarlier |
RFQ Error - End Date chosen precedes Start Date. |
TI_ERROR_RFQInvalidDates |
RFQ Error - Invalid Dates. |
TI_ERROR_WrongAggressorMember |
Invalid Aggressor Member Id. |
TI_ERROR_RFQInvalidQty |
RFQ Error - Invalid Size. |
TI_ERROR_RFQInvalidFloatRate |
RFQ FloatRateId is invalid. |
TI_ERROR_RFQRecipientNotEnabled |
RFQ Error - Recipient not enabled for Bond Type. |
TI_ERROR_RFQRecipientNotLogged |
RFQ Error - Recipient is not Logged On. |
TI_ERROR_WrongRFQ |
Wrong RFQ Id. |
TI_ERROR_RFQInvalidSide |
RFQ to be managed by counterparty. |
TI_ERROR_RFQWrongRateChange |
RFQ Error - Unable to change Rate. |
TI_ERROR_RFQWrongQtyChange |
RFQ Error - Unable to change Quantity. |
TI_ERROR_WrongGCId |
Wrong General Collateral Id. |
TI_ERROR_GCLocked |
Action not allowed: GC locked or already defined. |
TI_ERROR_GCSellerAction |
Action not allowed: to be defined by the seller. |
TI_ERROR_GCAllocRules |
Allocation Error - See Allocation Rules. |
TI_ERROR_GCInvalidAllocQty |
Allocation Error - Invalid Allocation Quantity. |
TI_ERROR_GCWrongAlloc |
Allocation error - Wrong quantity allocated. |
TI_ERROR_GCWrongSelection |
Allocation Error - Invalid Collateral Selected. |
TI_ERROR_GCMemberDisabled |
Allocation Error - Member disabled to specific Instrument Class. |
TI_ERROR_GCWrongDate |
Allocation Error - Wrong date for allocation. |
TI_ERROR_WrongPlainVanilla |
Action not allowed for invalid plain vanilla Id. |
TI_ERROR_InvalidStartDate |
Invalid Start Date. |
TI_ERROR_InvalidEndDate |
Invalid End Date. |
TI_ERROR_EarlierStartDate |
Action not allowed: start date cannot be before than trade date. |
TI_ERROR_IncompatibleDates |
Incompatible Dates: start date must fall before end date. |
TI_ERROR_DateIsHoliday |
Start or End date falls on a Holiday. |
TI_ERROR_DateTooFar |
Invalid Dates - Term exceeds maximum allowed. |
TI_ERROR_WrongCalendarId |
Action not allowed: wrong calendar Id. |
TI_ERROR_InvalidCP |
Invalid Clean Price. |
TI_ERROR_WrongBond |
Bond not found. |
TI_ERROR_SettlStartDate |
Invalid Start Date - Check Bond Settlement Date. |
TI_ERROR_BondMaturityDate |
Invalid End Date - Check Bond Maturity. |
TI_ERROR_InvalidFillAction |
Action inconsistent with current fill status. |
TI_ERROR_WrongFillId |
Action not allowed for wrong fill Id. |
TI_ERROR_LogonInvalidUser |
Logon Error - Invalid Username. |
TI_ERROR_LogonInvalidMember |
Logon Error - Invalid Member ID. |
TI_ERROR_TooManyTraders |
Logon Error - Trader Limit Exceeded. |
TI_ERROR_LogonUserSuspended |
Logon Error - User is suspended. |
TI_ERROR_LogonAccountExpired |
Logon Error - Trader Account Expired. |
TI_ERROR_LogonWrongPassword |
Logon Error - Incorrect Password. |
TI_ERROR_LogonPasswordExpired |
Logon Error - Password has expired. |
TI_ERROR_InvalidRecipient |
Recipient not allowed to receive this message. |
TI_ERROR_ChatRFQExpired |
Cannot send Chat - RFQ has expired. |
TI_ERROR_WrongOwnership |
This transaction pertains to another trader. |
TI_ERROR_ManagerOnlyAction |
Administration Error - User does not have Manager profile. |
TI_ERROR_PwdWrongTrader |
Action not allowed for wrong trader Id. |
TI_ERROR_PwdWrongMember |
Action not allowed for wrong member Id. |
TI_ERROR_CLAlreadyPresent |
Admin Error - Flag already present. |
TI_ERROR_ECLReactLimit |
Admin Error - ECL Reactivation limit reached. |
TI_ERROR_InvalidRecord |
Admin Error - Record not present. |
TI_ERROR_CLSelf |
Admin Error - Cannot flag Self. |
TI_ERROR_AdmInvalidMarket |
Member not allowed to send this transaction for wrong market Id. |
TI_ERROR_AdmInvalidCountry |
Member not allowed to send this transaction for wrong country Id. |
TI_ERROR_AdmWrongReceiver |
Member not allowed to send this tx for wrong receiver details. |
TI_ERROR_AdmWrongTrader |
Member not allowed to send this transaction for wrong trader Id. |
TI_ERROR_NoSessionOpen |
Tradeon Error - Market is Closed. |
TI_ERROR_NoChangeStatus |
Tradeon Error - Member Tradeon Prohibited. |
TI_ERROR_AlreadyTradeOn |
Tradeon Error - Trader already Tradeon. |
TI_ERROR_TrInvalidMemberStatus |
Tradeon Error - Invalid Member Status. |
TI_ERROR_AdmMaxVarTraders |
Reached max number of configurable trader with Var. Window Size. |
TI_ERROR_AdmMaxFixedTraders |
Reached max number of configurable trader with Fixed Window Size. |
TI_ERROR_AdmSameDate |
Invalid End Date - Start and End date cannot be the same. |
TI_ERROR_AdmSelfUpdate |
Admin Error - Manager cannot modify own Profile. |
TI_ERROR_ManagerTransaction |
Action not compliant with the type of operator profile. |
TI_ERROR_AdmInvalidMember |
Invalid Member Choice. |
TI_ERROR_PwdInvalidExpiry |
Invalid Password - Expiry. |
TI_ERROR_PwdTooShort |
Invalid Password - Minimum 8 Characters. |
TI_ERROR_PwdNotAlpha |
Invalid Password - Must be Alphanumeric. |
TI_ERROR_PwdEqMember |
Invalid Password - Cannot be Member ID. |
TI_ERROR_PwdEqTrader |
Invalid Password - Cannot be Trader Name. |
TI_ERROR_PwdMemberCode |
Invalid Password - Cannot include Member Code. |
TI_ERROR_PwdEqOld |
Invalid Password - Must differ from previous password. |
TI_ERROR_InvalidChars |
Invalid Password - Contains Invalid Characters. |
TI_ERROR_QuoteNotFound |
Quote Error - quote does not exist. |
TI_ERROR_QuoteQtyUnderMinLimit |
Quote Error - size is less than minimum size. |
TI_ERROR_QuoteMissingField |
Quote Error - one or more mandatory fields are missing. |
TI_ERROR_QuoteInvalidYield |
Quote Error - Invalid yield. |
TI_ERROR_QuoteYldBidLowerThanAsk |
Quote Error - Bid yield is lower than Ask yield. |
TI_ERROR_QuoteInvalidRequest |
Quote Error - the request is not valid. |
TI_ERROR_QuoteNoConvFormula |
Quote Error - no formula for price-yield conversion. |
TI_ERROR_QuoteInvalidPrice |
Quote Error - Invalid Price. |
TI_ERROR_QuotePrcAskLowerThanBid |
Quote Error - Ask price is lower than Bid price. |
TI_ERROR_MaxLinkedQuotesExceeded |
Quote Error - max number of linked quotes exceeded. |
TI_ERROR_TraderMemberMismatch |
An invalid Trader for Member was specified. |
TI_ERROR_SponsorLimitExceeded |
Quantity is greater than Sponsor Limit Quantity. |
TI_ERROR_OnlyFASCanBeDeleted |
Quote Error - Only FAS Order can be deleted. |
TI_ERROR_GreaterVisibleQty |
Quote Error - VisibleEBM / VisibleDom Qty greater than TotQty. |
TI_ERROR_QtyNotMultiple |
Quote Error - Total Size is not a multiple of Min Increment Size. |
TI_ERROR_FASCompletelyFilled |
FAS Error - Completely Filled FAS Order cannot be edited. |
TI_ERROR_Wrong_Currency |
Invalid Currency code. |
TI_ERROR_InvalidFlowType |
InvalidFlowType. |
TI_ERROR_LockedLinkedQuoteGroup |
Locked Linked Quote Group. |
TI_ERROR_MemberNotLinked |
Linked member not found. |
TI_ERROR_CreditLineNotFound |
Credit Line not found. |
TI_ERROR_RFQInvalidPrice |
RFQ Invalid Price. |
TI_ERROR_InvalidPriceRange |
Invalid Price Range. |
TI_ERROR_InvalidYieldRange |
Invalid Yield Range. |
TI_ERROR_InvalidPriceTick |
Invalid Price Tick. |
TI_ERROR_InvalidYieldTick |
Invalid Yield Tick. |
TI_ERROR_InvalidSponsorId |
Invalid SponsorId. |
TI_ERROR_QuoteOverlap |
Quote Error - Overlapping. |
TI_ERROR_InstClass_Mkt_Suspended |
Instrument class suspended on this market. |
TI_ERROR_Section_Mkt_Suspended |
Section suspended on this market. |
TI_ERROR_WrongQuoteIndicativeFlag |
Quote Error - Unable to change Indicative Flag. |
TI_ERROR_QuoteAutomaticFlagNotAllowed |
Quote Error - Automatic Only flag not allowed. |
TI_ERROR_GCWrongCollateral |
Allocation Error - Invalid collateral for floating rate contract. |
TI_ERROR_InvalidRFQForRecipientStatus |
RFQ Error - Recipient is not Logged On. |
TI_ERROR_MaximumLinkedQuoteExceeded |
Quote Error - max number of linked quotes exceeded. |
TI_ERROR_InvalidSettlSystemTrader |
Settlement Error - Trader is not configured on Settlement System. |
TI_ERROR_QuoteTraderNotLogged |
Quote Error - Trader is not logged in. |
TI_ERROR_QuoteMinSizeUnderMinIncrLimit |
Quote Error - Minimum Size is less than Minimum Increment Size. |
TI_ERROR_QuoteSizeUnderMinLimit |
Quote Error - Size is lower than Minimum Size. |
TI_ERROR_QuoteSizeUnderMinPropLimit |
Quote Error - Size below Minimum Proposal Size. |
TI_ERROR_QuoteWrongLinkedQuoteGroup |
Invalid Quote - Wrong linked Quote Group. |
TI_ERROR_QuoteLinkedQuoteGroupInactive |
Invalid Quote - Linked Quote Group not active. |
TI_ERROR_QuoteMaxNumLinkedQuoteExceed |
Quote Error - max number of linked quotes exceeded. |
TI_ERROR_WrongCalendarIdWithInstr |
Action not allowed: mismatch between calendar and Instrument. |
TI_ERROR_PwdTraderCode |
Invalid Password - Cannot include trader name. |
TI_ERROR_ActionAlreadyRequired |
Action already required. |
TI_ERROR_ParamMismatch |
Parameter mismatch. |
TI_ERROR_RFQSettingType |
RFQ Error - RFQ setting type cannot be changed. |
TI_ERROR_RFQQuoteIdMissing |
RFQ Error: Quote message Id missing. |
TI_ERROR_RFQAggrIdMissing |
RFQ Error: Aggressor Id missing. |
TI_ERROR_RFQInvalidEvent |
Invalid RFQ event. |
TI_ERROR_RFQResponseRequired |
RFQ Error - Response required of counterparty. |
TI_ERROR_RFQInvalidSize |
RFQ Error - Invalid Size. |
TI_ERROR_RFQUnableChgSize |
RFQ Error - Unable to change Size. |
TI_ERROR_QuickEditInvalidEvent |
Invalid Quick Edit event. |
TI_ERROR_TooManyIndicativeQuotes |
Max number of indicative quotes on single instrument exceeded. |
TI_ERROR_CreditRiskLimit |
Credit Risk - Credit Risk limit reached. |
TI_ERROR_NoAutomaticQuoteIsAvailable |
Order Error - No automatic quote is available. |
TI_ERROR_InvalidOrderType |
Invalid Order Type. |
TI_ERROR_WrongDealId |
Wrong Deal Id. |
TI_ERROR_DealInvalidEvent |
Invalid event for current deal status. |
TI_ERROR_WrongQuoteId |
Quote Error - Wrong Message Id. |
TI_ERROR_QuoteInvalidEvent |
Invalid event for current quote status. |
TI_ERROR_InvalidQuote |
Invalid Quote. |
TI_ERROR_QuoteInvalidSizeComb |
Quote Error - Invalid Size Combination. |
TI_ERROR_QuoteMaxNumberExceed |
Max number of quotes on single instrument exceeded. |
TI_ERROR_QuoteInvalidFieldValue |
Quote Error: Invalid Field Value. |
TI_ERROR_QuoteWrongImage |
Wrong Quote Image. |
TI_ERROR_QuoteCompletelyFilled |
Quote is completely Filled. |
TI_ERROR_QuoteInvalidSize |
Quote Error - Invalid Size. |
TI_ERROR_ICNotFound |
Instrument Class Not Found. |
TI_ERROR_AccountCodeAlreadyPresent |
Account Code Already Present. |
TI_ERROR_AccountNotFound |
Account Not Found. |
TI_ERROR_TraderNotMultiTraderMaster |
Wrong MultiTrader Master. |
TI_ERROR_TraderTypeMismatch |
Trader Types Must Not Differ. |
TI_ERROR_TraderNotMultiTraderSlave |
Wrong MultiTrader Slave. |
TI_ERROR_MaxNumberOfRevokeExceeded |
Max Number Of Revoke Actions Exceeded. |
TI_ERROR_TraderAlreadyRepresented |
Trader Already Represented. |
TI_ERROR_InvalidDescription |
Invalid Instrument Group Description. |
TI_ERROR_DescriptionAlreadyPresent |
Instrument Group Description Already Present. |
TI_ERROR_InventoryGroupNotExistent |
Inventory Group does not exist. |
TI_ERROR_WrongInventoryGroupMember |
Wrong Member. |
TI_ERROR_TradingRelationNotPresent |
Exception or No Trading Relation Buy Side and Sell Side Members. |
TI_ERROR_BSMembAlreadyAssociated |
Buy Side already belongs to another Group. |
TI_ERROR_WrongInventoryGroup |
Wrong Inventory Group. |
TI_ERROR_WrongInstrumentGroup |
Wrong Instrument Group. |
TI_ERROR_WrongBSMember |
Wrong Buy Side Member. |
TI_ERROR_InventoryGroupNotEmpty |
Inventory Group Is Not Empty. |
TI_ERROR_InvalidWithDrawType |
Invalid Withdraw Type. |
TI_ERROR_InvalidTraderWithType |
The Trader has no Rights to send this Transaction. |
TI_ERROR_InvalidMarketId |
Invalid Market. |
TI_ERROR_InvalidInstrument |
Invalid Instrument. |
TI_ERROR_InvalidSection |
Invalid Section. |
TI_ERROR_InvalidInstrumentClass |
Invalid Instrument Class. |
TI_ERROR_CustomInstrGrpNotFound |
Custom Instrument Group Not Found. |
TI_ERROR_WrongAddressType |
Invalid Type of Addressee. |
TI_ERROR_InvalidSellSideMember |
Invalid Sell Side Member. |
TI_ERROR_SellSideMemberNotEnabled |
Sell Side Member not Enabled on this Instrument Class. |
TI_ERROR_MemberSalesNotFound |
Sales not Found. |
TI_ERROR_TradingRelationInvalidEvent |
Invalid Event Specified for the Trading Relation. |
TI_ERROR_TradingRelationNotFound |
Trading Relation not Found. |
TI_ERROR_TradingRelationInvalidStatus |
Trading Relation Invalid Status. |
TI_ERROR_InvalidRevokeRequest |
Invalid Revoke Request. |
TI_ERROR_NotBuySideMember |
Invalid Member. |
TI_ERROR_TradeAlreadySplit |
Trade Already Split. |
TI_ERROR_InvalidSplittableFlag |
Trade Cannot be Split. |
TI_ERROR_AccountExcluded |
Account Excluded By Sell Side Member. |
TI_ERROR_InvalidQuantityForAccount |
Split Quantity not Multiple of Increment Quantity. |
TI_ERROR_InvalidNetPositionQuantity |
Invalid Resulting Quantity. |
TI_ERROR_InvalidNetPositionVerb |
Invalid Resulting Verb. |
TI_ERROR_InvalidInstrumentModalityFunction |
Invalid Instrument Modality Function. |
TI_ERROR_InvalidInventoryQuote |
Invalid Inventory Quote. |
TI_ERROR_WrongInventoryQuoteId |
Wrong Inventory Quote Id. |
TI_ERROR_InventoryQuoteNotFound |
Inventory Quote not found. |
TI_ERROR_WrongInventoryQuoteImage |
Wrong Inventory Quote Image. |
TI_ERROR_InventoryQuoteInvalidEvent |
Invalid event for current Inventory Quote status. |
TI_ERROR_MaximumInventoryQuoteExceeded |
Maximum number of Inventory Quote exceeded. |
TI_ERROR_InventoryQuoteInvalidMinQty |
Inventory Quote Error - Invalid Minimum Quantity. |
TI_ERROR_OnlySingleSideCanBeDeleted |
Inventory Quote Error - Only single side Quote can be deleted. |
TI_ERROR_RfcqNotFound |
Rfcq not found. |
TI_ERROR_RfcqRequestNotFound |
Rfcq Request not found. |
TI_ERROR_RfcqOrderNotFound |
Rfcq Order not found. |
TI_ERROR_RfcqQuoteNotFound |
Rfcq Quote not found. |
TI_ERROR_StageOrderNotFound |
Stage Order not found. |
TI_ERROR_InvalidRfcqStatus |
Invalid Rfcq status. |
TI_ERROR_InvalidRfcqRequestStatus |
Invalid Rfcq Request status. |
TI_ERROR_InvalidRfcqQuoteStatus |
Invalid Rfcq Quote status. |
TI_ERROR_InvalidRfcqOrderStatus |
Invalid Rfcq Order status. |
TI_ERROR_InvalidRfcqType |
Invalid Rfcq Type. |
TI_ERROR_RfcqOrderPending |
Rfcq Order pending. |
TI_ERROR_RfcqDepthUpdateTimeExpired |
Rfcq Depth Update Time expired. |
TI_ERROR_InvalidRfcqDepthUpdateTime |
Invalid Rfcq Depth Update Time. |
TI_ERROR_InvalidQuotation |
Invalid Quotation. |
TI_ERROR_InvalidSettlDate |
Invalid Settlement Date. |
T_TI_ERROR_InvalidStageOrderMember |
Invalid Stage Order Member. |
TI_ERROR_InvalidOrderStageStatus |
Invalid Order Stage Status. |
TI_ERROR_InvalidOrderStageOrderSource |
Invalid Order Stage Order Source. |
TI_ERROR_InvalidOrderStageClientOrder |
Invalid Order Stage Client Order. |
TI_ERROR_InstrumentNotFound |
Instrument not found. |
TI_ERROR_InvalidOrderStageAccount |
Invalid Order Stage Account. |
TI_ERROR_InvalidExecTraderId |
Invalid ExecTraderId. |
TI_ERROR_WrongNominalValue |
Wrong Nominal Value. |
TI_ERROR_HolidayDate |
Wrong date/offset preview: holiday date. |
TI_ERROR_WrongSettlmentDate |
Wrong date/offset preview for settlement date. |
TI_ERROR_WrongTypeParameter |
Parameter specified for financial calculator has wrong type. |
TI_ERROR_MandatoryParameter |
Mandatory parameter for financial calculator not present. |
TI_ERROR_WrongFunctionId |
Wrong Function specified for financial calculator. |
TI_ERROR_InvGroupLimitExceeded |
Maximum number of inventory group exceeded. |
TI_ERROR_InvGroupMemberLimitExceeded |
No further action allowed for this buy side member. |
TI_ERROR_InstrGrpDefNotFound |
Instrument Group Definition Not Present. |
TI_ERROR_CustomInstrGrpDefNotFound |
Custom Instrument Group Definition Not Present. |
TI_ERROR_WrongParentId |
Wrong Parent Group. |
TI_ERROR_WrongGroupLevel |
Wrong Group Level. |
TI_ERROR_ParentGroupIdNotEmpty |
Instrument Group Is Not Empty. |
TI_ERROR_TooFewRfcqInstruments |
Too few instruments for this rfcq type. |
TI_ERROR_InvalidOrderStageOrderType |
Invalid Order Stage Order Type. |
TI_ERROR_SecurityIdNotFound |
SecurityId not found. |
TI_ERROR_OrderStageWrongImage |
Order Stage Wrong Image. |
TI_ERROR_InvalidOrderStageExecutionType |
Invalid Order Stage ExecutionType. |
TI_ERROR_InvalidOrderStageNumberOfLeg |
Invalid Order Stage Number of Leg. |
TI_ERROR_InvalidTPZeroSettlement |
Cannot settle at T+0. |
TI_ERROR_InvalidMemberTPZeroSettlement |
Member cannot settle at T+0. |
TI_ERROR_InvalidCutOffTPZeroSettlement |
Cannot settle at T+0 - CutOff expired. |
TI_ERROR_InstrumentGroupAlreadyDeleted |
Instrument Group Already Deleted. |
I_ERROR_StageOrderLockedByAnotherTrader |
Stage Order locked by another trader. |
TI_ERROR_InvalidInstrumentPerClass |
Wrong Instrument per Instrument Class. |
TI_ERROR_InvalidTradingModality |
Wrong Trading Modality. |
TI_ERROR_Section_Mkt_Closed |
Section closed on this market. |
TI_ERROR_InstrumentGroupNotEmpty |
Instrument Group Not Empty. |
TI_ERROR_StageOrderAlreadyLocked |
Stage Order is already locked. |
TI_ERROR_WildCardNotAllowed |
Wild Card Not Allowed. |
TI_ERROR_MaxFilteredICReached |
MaxFilteredIC Reached. |
TI_ERROR_MaxFilteredTradableReached |
MaxFilteredTradable Reached. |
TI_ERROR_GroupHasActiveSubgroups |
Instrument Group Has Active Subgroups. |
TI_ERROR_InvalidQtyRange |
Invalid Quantity Range. |
TI_ERROR_InvalidQtyTick |
Invalid Quantity Tick. |
TI_ERROR_InvalidPrice |
Invalid Price. |
TI_ERROR_InvalidYield |
Invalid Yield. |
TI_ERROR_ClientExistingInAGroup |
Client Existing In A Group. |
TI_ERROR_RfcqQuoteNotFoundInFrozenBook |
Rfcq Quote Not Found In Frozen Book. |
TI_ERROR_BPVNotAvailable |
BPV Not Available. |
TI_ERROR_InvalidGCBondDefinitionType |
Default Bond configuration disabled for this GC Basket. |
TI_ERROR_ChatAlreadyPresent |
Mismatch Error - Wrong Message ID. |
TI_ERROR_RecipientNotAddressable |
Message Error - Minimum number of recipients unavailable. |
TI_ERROR_RecipientNotLogged |
Message Error - Recipient not logged. |
TI_ERROR_RecipientNoRights |
Message Error - Recipient Messaging Disabled. |
TI_ERROR_SenderNotAllowed |
Message Error - Messaging Disabled. |
TI_ERROR_CCPEligibleFlagMustBeYes |
Default Bond must be CCP Eligible. |
TI_ERROR_WrongChatIdRequest |
Mismatch Error - Wrong Message ID. |
TI_ERROR_SenderNotOwner |
Mismatch Error - Wrong Member ID for Message. |
TI_ERROR_TxnExpired |
Message Error - Message already closed. |
TI_ERROR_WrongMemberType |
Message Error - Message not permitted. |
TI_ERROR_WrongRefTxn |
Mismatch Error - Wrong Transaction ID for Message. |
TI_ERROR_SenderNotAllowedOnRefTxn |
Mismatch Error - Wrong Member ID for Message. |
TI_ERROR_ChatClosed |
Message Error - Message Session already closed. |
TI_ERROR_TxnFinalState |
Message Error - Message Session already closed. |
TI_ERROR_ClosingMessagePresent |
Message Error - Message Session already closed. |
TI_ERROR_CloginMsgNotAllowedForChat |
Mismatch Error - Wrong Message Action. |
TI_ERROR_TxnNotFinalState |
Message Error - Message cannot be closed yet. |
TI_ERROR_BlockedMemberMissing |
Input Error - Incomplete Field. |
TI_ERROR_InvalidBilateralFlag |
Input Error - Invalid selection, bilateral trading not allowed. |
TI_ERROR_WrongMsgId |
Mismatch Error - Wrong OTC ID. |
TI_ERROR_BilateralTradingNotAllowed |
Trading Error - Bilateral trading cut-off elapsed. |
TI_ERROR_RFQExclusion |
RFQ Error - Recipient has disabled RFQs. |
TI_ERROR_DefaultGCInvalid |
GC Error- Default Bond for auto allocation must be defined first. |
TI_ERROR_RepoGCQuantityLimitNotFound |
Internal Error - Repo GC Quantity Limit Not Found. |
TI_ERROR_AccountNotActive |
Mismatch Error - Invalid Account. |
TI_ERROR_MarketParameterNotFound |
Internal Error - Market Parameter Not Found. |
TI_ERROR_OriginatorTraderNotFound |
Input Error - Incomplete Field. |
TI_ERROR_CounterpartTraderNotFound |
Input Error - Incomplete Field. |
TI_ERROR_WrongSubmitter |
Input Error - Invalid Counterparty. |
I_ERROR_MaxNumberSecurityLimitGC |
Allocation Error - Number of tickets exceeds rules of allocation. |
TI_ERROR_OutLimitsAllocationQtyGC |
Allocation Error - Maximum Number of tickets exceeded. |
TI_ERROR_InvalidSettlementMode |
Configuration Error - Invalid Settlement group configuration. |
TI_ERROR_InvalidTransparentFlag |
Input Error - Invalid Flag Integer. |
TI_ERROR_DailyInflationRateNotFound |
Daily inflation rate not found. |
TI_ERROR_InvalidAllocationTotalQuantity |
Pre allocation total quantity different from RFCQ quantity. |
TI_ERROR_InvalidAllocationStatus |
Invalid allocation status. |
TI_ERROR_AllocationCodeAlreadyPresent |
Allocation code already present. |
TI_ERROR_AllocationNotFound |
Pre allocation not found. |
TI_ERROR_InvalidRecipientForTxn |
Mismatch Error - Wrong Member ID. |
TI_ERROR_InvalidRecipientTraderForTxn |
Mismatch Error - Wrong Member ID. |
TI_ERROR_CCPNotAvailableForInstrument |
Input Error - instrument may only be traded bilaterally. |
TI_ERROR_MaxSellSideNumberExceeded |
Max number of sell side members exceeded. |
TI_ERROR_AllRFCQTypeExcluded |
Cannot exclude all RFCQ types with an accepted trading relation. |
TI_ERROR_QuoteYldAskLowerThanBid |
Quote Error - Ask quote is lower than Bid quote. |
TI_ERROR_InvalidAllocationVerb |
Pre allocation side different from RFCQ side. |
TI_ERROR_ExceptionsLimitExceeded |
Exceptions limit exceeded. |
TI_ERROR_RFCQDoubleSideNotEnabled |
RFCQ Double Side - Member not enabled. |
TI_ERROR_InvalidTradingList |
Invalid trading list. |
TI_ERROR_InvalidTradingListLeg |
Trading list - Invalid Leg ID. |
TI_ERROR_TradingListNotFound |
Trading list not found. |
TI_ERROR_TradingListLegNotFound |
Trading list leg not found. |
TI_ERROR_TradingListWrongMember |
Mismatch Error - Wrong Member ID in trading list. |
TI_ERROR_TradingListWrongTrader |
Mismatch Error - Wrong Trader ID in trading list. |
TI_ERROR_TradingListInvalidStatus |
Trading list - Invalid status. |
TI_ERROR_TradingListInvalidLegStatus |
Trading list - Invalid leg status. |
TI_ERROR_TradingListInvalidLegs |
Trading list - Invalid leg. |
TI_ERROR_StageOrderInTradingList |
Stage Order - Cannot modify Stage Order in Trading List. |
TI_ERROR_StageOrderUsedInTradingList |
Stage Order - Stage Order already used in Trading List. |
TI_ERROR_InvalidRfcqDueInTime |
Invalid Rfcq DueInTime. |
TI_ERROR_InvalidIOI |
Number of quotes for auto-match inconsistent. |
TI_ERROR_TradingListInvalidLegQty |
Trading list - Invalid leg quantity. |
TI_ERROR_TradingListInvalidTotalQty |
Trading list - Invalid total quantity. |
TI_ERROR_TradingListInvalidNumOfLegs |
Trading list - Invalid number of legs. |
TI_ERROR_TradingListWrongInstrType |
Trading list - Wrong instrument type. |
TI_ERROR_DiscloseIOIMismatchingFlags |
Disclose and quotation flags mismatching. |
TI_ERROR_StageOrderWrongLinkIdInTradingList |
Stage Order - Inconsistent link ID. |
TI_ERROR_TradingListInvalidLink |
Trading list - Invalid private allocation link. |
TI_ERROR_InvalidAllocationId |
Invalid allocation ID. |
TI_ERROR_ExchangeRateNotFound |
Exchange rate not found. |
TI_ERROR_FirmQuotingDisabled |
Firm quotation disabled. |
TI_ERROR_IndicativeQuotingDisabled |
Indicative quotation disabled. |
TI_ERROR_StrikerQuotingDisabled |
Striker quotation disabled. |
TI_ERROR_InvalidStrikerQuotationFlag |
Quote Error - Invalid striker quotation flag. |
TI_ERROR_QuoteInvalidStrikerPrice |
Quote Error - Invalid striker Price. |
TI_ERROR_InvalidStrikerPriceRange |
Invalid striker Price Range. |
TI_ERROR_QuoteInvalidStrikerYield |
Quote Error - Invalid striker yield. |
TI_ERROR_InvalidStrikerQty |
Invalid striker quantity. |
TI_ERROR_MidPriceFASTotalQtyUnderLimit |
FAS Order total quantity less than minimum size. |
TI_ERROR_MidPriceFASMinExQtyUnderLimit |
FAS Order min execution quantity less than minimum size. |
TI_ERROR_MidPriceFASTotalQtyUnderMES |
FAS Order total quantity less than min execution quantity. |
TI_ERROR_MidPriceFASTotalQtyNotMultiple |
FAS Order total quantity is not a multiple of Min Increment Size. |
TI_ERROR_MidPriceFASMinExQtyNotMultiple |
FAS Order min exec qty is not a multiple of Min Increment Size. |
TI_ERROR_MidPriceMaximumFASOrderExceeded |
Maximum number of FAS Order exceeded. |
TI_ERROR_MidPriceFASOrderWrongImage |
Wrong FAS Order Image. |
TI_ERROR_MidPriceFASOrderOverlap |
FAS Order - Overlapping. |
TI_ERROR_MidPriceFASOrderInvalidLimitQuotation |
FAS Order - Invalid limit quotation. |
TI_ERROR_MidPriceFOKOrderSectionNotEnabled |
FOK Order - Section not enabled. |
TI_ERROR_InventoryGroupMemberInvalidComb |
Inventory group member invalid combination. |
TI_ERROR_MaxNumberOfMemberInAGroup |
Max number of buy side member in a group exceeded. |
TI_ERROR_MaxNumberOfInvGroupConfig |
Max number of inventory group member configuration exceeded. |
TI_ERROR_MaxNumberOfInvGroupExceptions |
Max number of inventory group member exceptions exceeded. |
TI_ERROR_MaxNumberOfInvDealerGroupConfig |
Max number of inventory dealer group configuration exceeded. |
TI_ERROR_InvalidMinExecQty |
Invalid minimum execution quantity. |
TI_ERROR_DenialCounterParty |
Exe Order stop - min time between same orders applied. |
TI_ERROR_InventoryQuoteIsOnlyIndicative |
Executable Order - Inventory quote not executable. |
TI_ERROR_InventoryOrderProcessing |
Executable Order - Previous order still processing. |
TI_ERROR_MidPriceFASMinExQtyOverCapLimit |
FAS Order Min Executable Quantity above cap of Min Qty. |
TI_ERROR_InvalidAxedBondFlags |
Quote Error - Axe flag allowed only in bid or ask. |
TI_ERROR_BrokerCodeNotFound |
OTC: brokerage organization code not found. |
TI_ERROR_BrokerCodeNotCompliant |
OTC: broker code not compliant. |
TI_ERROR_AuthenticationFailed |
Authentication Failed. |
TI_ERROR_BuySideAccountExcluded |
Account Excluded By Buy Side Member. |
TI_ERROR_BrokerCodeInvalidEdit |
OTC: broker code can not be modified. |
TI_ERROR_MaxNumACMCashOfferExceeded |
Max number of Cash Offer exceeded. |
TI_ERROR_MaxNumACMCollateralOfferExceeded |
Max number of Collateral Offer exceeded. |
TI_ERROR_ACMCashOfferNotFound |
Cash Offer not found. |
TI_ERROR_ACMCollateralOfferNotFound |
Collateral Offer not found. |
TI_ERROR_WrongTransactionImage |
Wrong Transaction Image. |
TI_ERROR_ACMCashOfferQtyExceeded |
Collateral Offer Quantity exceeds Cash Offer Quantity. |
TI_ERROR_OnlyFromBrokerPlus |
Only BrokerPlus is allowed for this action. |
TI_ERROR_DisablingNotAllowed |
Disabling not allowed for this message. |
TI_ERROR_EoiMsgTypeUnkown |
Invalid EOI Message Type. |
TI_ERROR_NoRecipientAllowed |
No recipient allowed on this section/instrument. |
TI_ERROR_NoReferencedMsg |
Referenced message not found. |
TI_ERROR_OnlyOneRecipient |
Only one recipient is allowed in response. |
TI_ERROR_EoiMsgCancelled |
Referenced message was cancelled. |
TI_ERROR_EoiMsgNotActive |
Referenced message not active. |
TI_ERROR_DataFeedNotAllowed |
Datafeed not allowed for this message/action. |
TI_ERROR_EoiGenericNotBlind |
Generic Eoi cannot be blind. |
TI_ERROR_StageOrderPartiallyFilled |
Stage Order - Partial fill not allowed. |
TI_ERROR_BVBestGroupAlreadyPresent |
BV Best Group Definition already present. |
TI_ERROR_BVBestSellSideAlreadyPresent |
BV Best Group Definition for sellside already present. |
TI_ERROR_MTSCertificationNotAllowed |
MTS Certification only possible by trader config. |
TI_ERROR_ActivationAllowedWithCertification |
Activation only allowed together with certification. |
TI_ERROR_FirstNameEmpty |
First Name cannot be empty. |
TI_ERROR_LastNameEmpty |
Last Name cannot be empty. |
TI_ERROR_EmailEmpty |
Email cannot be empty. |
TI_ERROR_PhoneEmpty |
Phone cannot be empty. |
TI_ERROR_ResidualMaturityNotFound |
Residual maturity not found. |
TI_ERROR_PriceOrYieldMandatory |
Price or Yield must be mandatory. |
TI_ERROR_ACMUnivocityAccountViolated |
Univocity cash offer account violated. |
TI_ERROR_ACMCollateralOfferBalanceExceeded |
Collateral Offer balance exceeded. |
TI_ERROR_ACMCashOfferBalanceExceeded |
Cash Offer balance exceeded. |
TI_ERROR_AccountMandatory |
Missing Account for current transaction. |
TI_ERROR_AccountException |
Found Member Account exception. |
TI_ERROR_InvalidAccountType |
Invalid Account Type. |
TI_ERROR_EmptyNote |
Note field cannot be empty. |
TI_ERROR_TripartyNoteNotFound |
Repo ACM Triparty Note not found. |
TI_ERROR_WrongTriparty |
Triparty id not found. |
TI_ERROR_CounterpartyNotAccountOwner |
Counterparty not owner of account. |
TI_ERROR_ActionNotAllowedInCurrentDate |
Action not allowed in the current date. |
TI_ERROR_InvalidTradingType |
Invalid Trading Type. |
TI_ERROR_InvalidAreaCode |
Invalid Area Code. |
TI_ERROR_CounterpartyMandatory |
Counterparty is mandatory. |
TI_ERROR_PeriodNotInMarketOpen |
Period not in market open plus delay. |
TI_ERROR_NoPairFoundSectionIC |
No pair exists with this section and instrumentClass. |
TI_ERROR_InvalidFixingTime |
Invalid fixing period time. |
TI_ERROR_InvalidFixingDate |
Invalid fixing period date. |
TI_ERROR_InvalidActionFixingInterval |
Invalid action for fixing interval in execution. |
TI_ERROR_ExpiredFixingInterval |
Expired fixing interval. |
TI_ERROR_StageOrderExecNotAllowed |
Stage Order Execution not allowed. |
TI_ERROR_WildCardExisting |
Specific setting not allowed while wildcard existing. |
TI_ERROR_InvalidMarkUpValue |
MarkUpValue not compliant with tick. |
TI_ERROR_InvalidFieldForTradingModality |
Invalid field value for this trading modality. |
TI_ERROR_UnseasonedNotEnabled |
Unseasoned not enabled. |
TI_ERROR_Section_Dates_Suspended |
Trade dates suspended on this section. |
TI_ERROR_Section_InstClass_Dates_Suspended |
Trade dates suspended on this instrument class and section. |
TI_ERROR_InvalidRateRange |
Invalid Rate Range. |
TI_ERROR_InvalidRateTick |
Invalid Rate Tick. |
TI_ERROR_QuoteInvalidRate |
Quote Error - Invalid Rate. |
TI_ERROR_QuoteRateAskLowerThanBid |
Quote Error - Ask rate is lower than Bid rate. |
TI_ERROR_InvalidTradableObject |
Invalid tradable object. |
TI_ERROR_InvalidSectionForTradableObject |
Invalid pair section and tradable object. |
TI_ERROR_InvalidICForTradableObject |
Invalid pair instrument class and tradable object. |
TI_ERROR_MnemonicAlreadyExists |
Mnemonic already exists. |
TI_ERROR_SponsorRelationNotFound |
Member and Client specified are not in sponsor relationship. |
TI_ERROR_FirstDealerNotPreferred |
First dealer in list is not the preferred dealer. |
TI_ERROR_MaxDealersExcedeed |
Num of dealers exceeds maximum. |
TI_ERROR_RecordNotFound |
Record not found. |
TI_ERROR_RecordAlreadyPresent |
Record already present. |
TI_ERROR_AreaCodeRelNotFound |
AreaCodeRelation not found. |
TI_ERROR_MinSellSideNumberNotReached |
Min number of sell side members not reached. |
TI_ERROR_DealerNotAllowedOnRFCQRespond |
Dealer not allowed on rfcq respond. |
TI_ERROR_InvalidNumOfDealers |
Num of dealers declared different from dealers list. |
TI_ERROR_ZeroNumOfDealers |
Num of dealers cannot be zero. |
TI_ERROR_MinimumDealersUnreached |
Minimum number of dealers not reached. |
TI_ERROR_MinMatchingQuotesNotReached |
Minimum number of Matching Quotes not reached. |
TI_ERROR_NoDealerInPreferredList |
No dealer in Preferred list. |
TI_ERROR_MaxReactivationReached |
Max number of change profile type reached. |
TI_ERROR_InvalidProfileType |
Profile type not recognized. |
TI_ERROR_InstrumentClassExists |
Configuration for instrument class exists. |
TI_ERROR_WildCardExists |
Configuration with wildcard exists. |
TI_ERROR_WrongSubmitterMember |
Invalid Submitter Member Id. |
TI_ERROR_WrongDuration |
Wrong Duration. |
TI_ERROR_GroupIdNotFound |
Group id not found. |
TI_ERROR_MaxNumTierGroupConfigurations |
Max num tier group configuration reached. |
TI_ERROR_MaxNumTierGroupException |
Max num tier group exception reached. |
TI_ERROR_WrongCVA |
Wrong CVA. |
TI_ERROR_MemberNotEnableToOverrideCVA |
Member not enabled to override CVA. |
TI_ERROR_WrongTPAVisibility |
TPA Visibility not permitted. |
TI_ERROR_TradingOnBehalfNotAllowed |
Trading on behalf not allowed. |
TI_ERROR_GreaterInventoryVisibleQty |
Inventory Quote Error - VisibleQty greater than TotQty. |
TI_ERROR_CertificationWithoutMnemonic |
TPA member certification not allowed without mnemonic. |
TI_ERROR_TierGroupAssociatedToTPA |
Tier Group is associated to TPA Member. |
TI_ERROR_MaxNumOfTradingIdeaExceeded |
Maximum number of Trading Idea exceeded. |
TI_ERROR_VisibleQtyNotMultiple |
Visible Size is not a multiple of Min Increment Size. |
TI_ERROR_TradableObjectDuplicated |
Standard tradable object already exists. |
TI_ERROR_MaxNumOfBrokenDatesExceeded |
Maximum number of Broken Dates exceeded. |
TI_ERROR_InstClassSectionMktSuspended |
Instrument class suspended on this section. |
TI_ERROR_CAPQuantityLimit |
Quantity is greater than CAP Quantity Limit. |
TI_ERROR_InvalidMarkUpType |
Invalid Mark-Up Type. |
TI_ERROR_MissingMaxQtyZero |
Missing Max Quantity value zero for Mark-Up Threshold. |
TI_ERROR_InvalidMarkUpConfiguration |
Mutually exclusive Mark-Up configuration already present. |
TI_ERROR_InvalidMarkUpMaxQtyOrder |
Invalidy Mark-Up Max Quantity Order. |
TI_ERROR_NumThresholdDiffFromList |
Invalid request: number of treshold declared different from list. |
TI_ERROR_TransactionNotAllowedOnIC |
Transaction not allowed on this instrument class. |
TI_ERROR_InvalidDRate |
Invalid Discount Rate. |
TI_ERROR_InvalidDRateTick |
Invalid Discount Rate Tick. |
TI_ERROR_InvalidDRateRange |
Invalid Discount Rate Range. |
TI_ERROR_QuoteInvalidDRate |
Quote Error - Invalid discount rate. |
TI_ERROR_QuoteDRateBidLowerThanAsk |
Quote Error - Bid discount rate is lower than Ask discount rate. |
TI_ERROR_DealerNotEnabled |
Dealer not enabled. |
TI_ERROR_BuySideMemberInDealerList |
Buy Side Member cannot be included in DealerList. |
TI_ERROR_MaximumIOIExceeded |
Maximum IOI Exceeded. |
TI_ERROR_WrongIOIImage |
Wrong IOI Image. |
TI_ERROR_RFCQInvalidQty |
RFCQ Error - Invalid Quantity. |
TI_ERROR_RFCQWrongQtyChange |
RFCQ Error - Unable to change Quantity. |
TI_ERROR_WildcardBroker |
ProductType and Currency admitted only with wildcard for Broker. |
TI_ERROR_EmptyDepth |
Empty Depth - No dealer available for preview. |
TI_ERROR_CurveNotFound |
Curve Identifier not found. |
TI_ERROR_IOIClientIdentifierAlreadyPresent |
IOI Client Identifier already present. |
TI_ERROR_MembersNCL |
Action not allowed for members with NCL. |
TI_ERROR_ApplyHaircutFlagNo |
Action not allowed for ApplyHaircutFlag No. |
TI_ERROR_HaircutStatusDeleted |
Action not allowed for Haircut in Status Deleted. |
TI_ERROR_MutuallyExclusiveConfiguration |
Mutually Exclusive Configuration already present. |
TI_ERROR_InvalidHaircutValue |
Invalid Haircut Value. |
TI_ERROR_InvalidHaircutType |
Invalid Haircut Type. |
TI_ERROR_InvalidResMatOnIC |
Residual Maturity not allowed for this Instrument class Type. |
TI_ERROR_InvalidCreditProfile |
Invalid Credit Profile. |
TI_ERROR_InvalidMemberType |
Invalid Member Type. |
TI_ERROR_InvalidMemberTypeCombination |
Invalid Member Type Combination. |
TI_ERROR_InvalidSpreadValue |
Invalid Spread Value. |
TI_ERROR_InvalidHaircutStatus |
Invalid Haircut Status. |
TI_ERROR_QuantityNotEditable |
Quantity Not Editable. |
TI_ERROR_SettlSystemNotEnabledToHaircut |
Settlement System not enabled to Haircut functionality. |
TI_ERROR_InstCurrencyAlreadyPresent |
Instrument and Currency trading combination already present. |
TI_ERROR_WarningMessageOnSize |
Transaction size in breach of Warning maximum size constraints. |
TI_ERROR_BlockingMessageOnSize |
Transaction size in breach of Blocking maximum size constraints. |
TI_ERROR_WarningMessageOnRate |
Transaction rate in breach of minimum or maximum rate variance constraints. |
TI_ERROR_WarningMessageOnSizeAndRate |
Transaction Size and Rate in breach of minimum or maximum constraints. |
Definition at line 4893 of file SMP.Enumerations.h.
|
static |
Provides string presentation.