fixparser-no-logging
Version:
FIX 5.0SP2 Parser
1 lines • 5.13 MB
JavaScript
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.FIXParser=t():e.FIXParser=t()}(self,(function(){return(()=>{"use strict";var e={187:e=>{var t,d="object"==typeof Reflect?Reflect:null,i=d&&"function"==typeof d.apply?d.apply:function(e,t,d){return Function.prototype.apply.call(e,t,d)};t=d&&"function"==typeof d.ownKeys?d.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var n=Number.isNaN||function(e){return e!=e};function a(){a.init.call(this)}e.exports=a,e.exports.once=function(e,t){return new Promise((function(d,i){function n(){void 0!==a&&e.removeListener("error",a),d([].slice.call(arguments))}var a;"error"!==t&&(a=function(d){e.removeListener(t,n),i(d)},e.once("error",a)),e.once(t,n)}))},a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var o=10;function s(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function r(e){return void 0===e._maxListeners?a.defaultMaxListeners:e._maxListeners}function p(e,t,d,i){var n,a,o,p;if(s(d),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,d.listener?d.listener:d),a=e._events),o=a[t]),void 0===o)o=a[t]=d,++e._eventsCount;else if("function"==typeof o?o=a[t]=i?[d,o]:[o,d]:i?o.unshift(d):o.push(d),(n=r(e))>0&&o.length>n&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=o.length,p=c,console&&console.warn&&console.warn(p)}return e}function c(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function l(e,t,d){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:d},n=c.bind(i);return n.listener=d,i.wrapFn=n,n}function m(e,t,d){var i=e._events;if(void 0===i)return[];var n=i[t];return void 0===n?[]:"function"==typeof n?d?[n.listener||n]:[n]:d?function(e){for(var t=new Array(e.length),d=0;d<t.length;++d)t[d]=e[d].listener||e[d];return t}(n):f(n,n.length)}function I(e){var t=this._events;if(void 0!==t){var d=t[e];if("function"==typeof d)return 1;if(void 0!==d)return d.length}return 0}function f(e,t){for(var d=new Array(t),i=0;i<t;++i)d[i]=e[i];return d}Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return o},set:function(e){if("number"!=typeof e||e<0||n(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");o=e}}),a.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},a.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||n(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},a.prototype.getMaxListeners=function(){return r(this)},a.prototype.emit=function(e){for(var t=[],d=1;d<arguments.length;d++)t.push(arguments[d]);var n="error"===e,a=this._events;if(void 0!==a)n=n&&void 0===a.error;else if(!n)return!1;if(n){var o;if(t.length>0&&(o=t[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var r=a[e];if(void 0===r)return!1;if("function"==typeof r)i(r,this,t);else{var p=r.length,c=f(r,p);for(d=0;d<p;++d)i(c[d],this,t)}return!0},a.prototype.addListener=function(e,t){return p(this,e,t,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(e,t){return p(this,e,t,!0)},a.prototype.once=function(e,t){return s(t),this.on(e,l(this,e,t)),this},a.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,l(this,e,t)),this},a.prototype.removeListener=function(e,t){var d,i,n,a,o;if(s(t),void 0===(i=this._events))return this;if(void 0===(d=i[e]))return this;if(d===t||d.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,d.listener||t));else if("function"!=typeof d){for(n=-1,a=d.length-1;a>=0;a--)if(d[a]===t||d[a].listener===t){o=d[a].listener,n=a;break}if(n<0)return this;0===n?d.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(d,n),1===d.length&&(i[e]=d[0]),void 0!==i.removeListener&&this.emit("removeListener",e,o||t)}return this},a.prototype.off=a.prototype.removeListener,a.prototype.removeAllListeners=function(e){var t,d,i;if(void 0===(d=this._events))return this;if(void 0===d.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==d[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete d[e]),this;if(0===arguments.length){var n,a=Object.keys(d);for(i=0;i<a.length;++i)"removeListener"!==(n=a[i])&&this.removeAllListeners(n);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=d[e]))this.removeListener(e,t);else if(void 0!==t)for(i=t.length-1;i>=0;i--)this.removeListener(e,t[i]);return this},a.prototype.listeners=function(e){return m(this,e,!0)},a.prototype.rawListeners=function(e){return m(this,e,!1)},a.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):I.call(e,t)},a.prototype.listenerCount=I,a.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},511:(e,t,d)=>{d.r(t),d.d(t,{EncryptMethod:()=>i,Field:()=>qA,Fields:()=>n,HandlInst:()=>a,Message:()=>JA,Messages:()=>o,OrderTypes:()=>s,Side:()=>r,TimeInForce:()=>p,default:()=>$A});var i={};d.r(i),d.d(i,{DES:()=>I,None:()=>l,PEM:()=>T,PGPDES:()=>u,PGPDESMD5:()=>g,PKCS:()=>m,PKCSDES:()=>f});var n={};d.r(n),d.d(n,{Account:()=>D,AccountType:()=>yp,AccruedInterestAmt:()=>dd,AccruedInterestRate:()=>td,AcctIDSource:()=>jc,Adjustment:()=>zn,AdjustmentType:()=>zl,AdvId:()=>h,AdvRefID:()=>y,AdvSide:()=>v,AdvTransType:()=>F,AffectedOrderID:()=>Pr,AffectedSecondaryOrderID:()=>Ar,AffirmStatus:()=>$u,AggregatedBook:()=>Mi,AggressorIndicator:()=>aD,AgreementCurrency:()=>Eu,AgreementDate:()=>Pu,AgreementDesc:()=>bu,AgreementID:()=>Su,AllocAccount:()=>Le,AllocAccountType:()=>yI,AllocAccruedInterestAmt:()=>Dm,AllocAcctIDSource:()=>Yc,AllocAvgPx:()=>Zt,AllocCancReplaceReason:()=>DI,AllocClearingFeeIndicator:()=>Sh,AllocCustomerCapacity:()=>_g,AllocGrossTradeAmt:()=>ub,AllocHandlInst:()=>Rd,AllocID:()=>Pe,AllocInterestAtMaturity:()=>Tm,AllocIntermedReqType:()=>NI,AllocLinkID:()=>qd,AllocLinkType:()=>Xd,AllocMethod:()=>oT,AllocNetMoney:()=>Jt,AllocNoOrdersType:()=>Xf,AllocPositionEffect:()=>KT,AllocPrice:()=>ba,AllocQty:()=>ke,AllocRejCode:()=>je,AllocReportID:()=>Em,AllocReportRefID:()=>TI,AllocReportType:()=>gI,AllocSettlCurrAmt:()=>Im,AllocSettlCurrency:()=>mm,AllocSettlInstType:()=>dI,AllocStatus:()=>Qe,AllocText:()=>nd,AllocTransType:()=>Ae,AllocType:()=>lc,AllowableOneSidednessCurr:()=>Qm,AllowableOneSidednessPct:()=>Gm,AllowableOneSidednessValue:()=>Bm,AltMDSourceID:()=>UI,ApplBegSeqNum:()=>yy,ApplEndSeqNum:()=>vy,ApplExtID:()=>Oq,ApplID:()=>Dy,ApplLastSeqNum:()=>bX,ApplNewSeqNum:()=>RX,ApplQueueAction:()=>LI,ApplQueueDepth:()=>RI,ApplQueueMax:()=>CI,ApplQueueResolution:()=>MI,ApplReportID:()=>wX,ApplReportType:()=>MX,ApplReqID:()=>FX,ApplReqType:()=>qX,ApplResendFlag:()=>PX,ApplResponseError:()=>NX,ApplResponseID:()=>AX,ApplResponseType:()=>XX,ApplSeqNum:()=>hy,ApplTotalMessageCount:()=>xX,ApplVerID:()=>hh,AsOfIndicator:()=>TT,AsgnRptID:()=>$I,AssignmentMethod:()=>ym,AssignmentUnit:()=>vm,AttachmentPoint:()=>yx,AutoAcceptIndicator:()=>Nm,AvgParPx:()=>Sf,AvgPx:()=>q,AvgPxIndicator:()=>VI,AvgPxPrecision:()=>we,BasisFeatureDate:()=>Ai,BasisFeaturePrice:()=>Ni,BasisPxType:()=>xo,BeginSeqNo:()=>X,BeginString:()=>x,BenchmarkCurveCurrency:()=>jd,BenchmarkCurveName:()=>Yd,BenchmarkCurvePoint:()=>Hd,BenchmarkPrice:()=>Hc,BenchmarkPriceType:()=>Wc,BenchmarkSecurityID:()=>Al,BenchmarkSecurityIDSource:()=>km,BidDescriptor:()=>oo,BidDescriptorType:()=>ao,BidForwardPoints:()=>gd,BidForwardPoints2:()=>Sc,BidID:()=>Ka,BidPx:()=>At,BidRequestTransType:()=>Ca,BidSize:()=>Et,BidSpotRate:()=>ud,BidSwapPoints:()=>ID,BidTradeType:()=>Xo,BidType:()=>$a,BidYield:()=>Tc,BodyLength:()=>b,BookingRefID:()=>Is,BookingType:()=>Jm,BookingUnit:()=>Ap,BusinessRejectReason:()=>Oa,BusinessRejectRefID:()=>Ua,BuyVolume:()=>jn,CFICode:()=>ps,CPProgram:()=>Bf,CPRegType:()=>Qf,CalculatedCcyLastQty:()=>nD,CancellationRights:()=>Ss,CapPrice:()=>Oy,CardExpDate:()=>ks,CardHolderName:()=>Ms,CardIssNum:()=>Us,CardNumber:()=>Ls,CardStartDate:()=>Zs,CashDistribAgentAcctName:()=>Ks,CashDistribAgentAcctNumber:()=>Ws,CashDistribAgentCode:()=>Hs,CashDistribAgentName:()=>Ys,CashDistribCurr:()=>xs,CashDistribPayRef:()=>zs,CashMargin:()=>kr,CashOrderQty:()=>Kt,CashOutstanding:()=>fu,CcyAmt:()=>Kh,CheckSum:()=>S,ClOrdID:()=>P,ClOrdLinkID:()=>Fp,ClearingBusinessDate:()=>Yl,ClearingFeeIndicator:()=>yc,ClearingInstruction:()=>gp,ClientBidID:()=>Za,CollAction:()=>ig,CollApplType:()=>YT,CollAsgnID:()=>uu,CollAsgnReason:()=>ru,CollAsgnRefID:()=>yu,CollAsgnRejectReason:()=>hu,CollAsgnRespType:()=>Du,CollAsgnTransType:()=>gu,CollInquiryID:()=>Fu,CollInquiryQualifier:()=>pu,CollInquiryResult:()=>ag,CollInquiryStatus:()=>ng,CollReqID:()=>su,CollRespID:()=>Tu,CollRptID:()=>vu,CollStatus:()=>qu,CommCurrency:()=>bs,CommType:()=>N,Commission:()=>A,ComplexEventCondition:()=>$x,ComplexEventEndDate:()=>db,ComplexEventEndTime:()=>ab,ComplexEventPrice:()=>Kx,ComplexEventPriceBoundaryMethod:()=>Zx,ComplexEventPriceBoundaryPrecision:()=>Jx,ComplexEventPriceTimeType:()=>_x,ComplexEventStartDate:()=>tb,ComplexEventStartTime:()=>nb,ComplexEventType:()=>Wx,ComplexOptPayoutAmount:()=>zx,ComplianceID:()=>Ma,Concession:()=>ri,ConfirmID:()=>zc,ConfirmRefID:()=>zm,ConfirmRejReason:()=>Zm,ConfirmReqID:()=>bf,ConfirmStatus:()=>Kc,ConfirmTransType:()=>Zc,ConfirmType:()=>Km,ContAmtCurr:()=>fr,ContAmtType:()=>mr,ContAmtValue:()=>Ir,ContIntRptID:()=>Lg,ContingencyType:()=>gX,ContraBroker:()=>Ra,ContraLegRefID:()=>Oc,ContraTradeQty:()=>Qo,ContraTradeTime:()=>jo,ContraTrader:()=>Jn,ContractMultiplier:()=>ti,ContractMultiplierUnit:()=>_X,ContractSettlMonth:()=>Jc,ContraryInstructionIndicator:()=>Kl,CopyMsgIndicator:()=>hI,CorporateAction:()=>rn,Country:()=>So,CountryOfIssue:()=>Ts,CouponPaymentDate:()=>zd,CouponRate:()=>Wd,CoveredOrUncovered:()=>Nd,CreditRating:()=>xi,CrossID:()=>Gr,CrossPercent:()=>ho,CrossPrioritization:()=>Qr,CrossType:()=>Br,CstmApplVerID:()=>yh,CumQty:()=>E,Currency:()=>w,CurrencyRatio:()=>IX,CustDirectedOrder:()=>ET,CustOrderCapacity:()=>vp,CustOrderHandlingInst:()=>CT,CxlQty:()=>Ge,CxlRejReason:()=>dt,CxlRejResponseTo:()=>Vo,DKReason:()=>Xt,DateOfBirth:()=>Cs,DatedDate:()=>Vf,DayAvgPx:()=>wo,DayBookingInst:()=>Pp,DayCumQty:()=>Eo,DayOrderQty:()=>No,DealingCapacity:()=>ZT,DefBidSize:()=>pn,DefOfferSize:()=>cn,DefaultApplExtID:()=>Gq,DefaultApplVerID:()=>Ph,DefaultCstmApplVerID:()=>Bq,DefaultVerIndicator:()=>jq,DeleteReason:()=>en,DeliverToCompID:()=>xt,DeliverToLocationID:()=>Bt,DeliverToSubID:()=>bt,DeliveryDate:()=>hm,DeliveryForm:()=>_c,DeliveryType:()=>wu,DerivFlexProductEligibilityIndicator:()=>Xv,DerivativeCFICode:()=>Av,DerivativeCapPrice:()=>WF,DerivativeContractMultiplier:()=>Wv,DerivativeContractMultiplierUnit:()=>tx,DerivativeContractSettlMonth:()=>mF,DerivativeCountryOfIssue:()=>Ov,DerivativeEncodedIssuer:()=>aF,DerivativeEncodedIssuerLen:()=>nF,DerivativeEncodedSecurityDesc:()=>rF,DerivativeEncodedSecurityDescLen:()=>sF,DerivativeEventDate:()=>uF,DerivativeEventPx:()=>TF,DerivativeEventText:()=>DF,DerivativeEventTime:()=>gF,DerivativeEventType:()=>fF,DerivativeExerciseStyle:()=>bF,DerivativeFloorPrice:()=>zF,DerivativeFlowScheduleType:()=>ax,DerivativeInstrAttribType:()=>OF,DerivativeInstrAttribValue:()=>VF,DerivativeInstrRegistry:()=>Uv,DerivativeInstrmtAssignmentMethod:()=>Lv,DerivativeInstrumentPartyID:()=>yF,DerivativeInstrumentPartyIDSource:()=>vF,DerivativeInstrumentPartyRole:()=>FF,DerivativeInstrumentPartySubID:()=>XF,DerivativeInstrumentPartySubIDType:()=>xF,DerivativeIssueDate:()=>iF,DerivativeIssuer:()=>dF,DerivativeListMethod:()=>HF,DerivativeLocaleOfIssue:()=>Gv,DerivativeMaturityDate:()=>Cv,DerivativeMaturityMonthYear:()=>wv,DerivativeMaturityTime:()=>Rv,DerivativeMinPriceIncrement:()=>zv,DerivativeMinPriceIncrementAmount:()=>Kv,DerivativeNTPositionLimit:()=>tF,DerivativeOptAttribute:()=>Hv,DerivativeOptPayAmount:()=>pv,DerivativePositionLimit:()=>eF,DerivativePriceQuoteMethod:()=>jF,DerivativePriceUnitOfMeasure:()=>GF,DerivativePriceUnitOfMeasureQty:()=>BF,DerivativeProduct:()=>Sv,DerivativeProductComplex:()=>mv,DerivativePutOrCall:()=>KF,DerivativeSecurityAltID:()=>iv,DerivativeSecurityAltIDSource:()=>nv,DerivativeSecurityDesc:()=>oF,DerivativeSecurityExchange:()=>$v,DerivativeSecurityGroup:()=>Pv,DerivativeSecurityID:()=>ev,DerivativeSecurityIDSource:()=>tv,DerivativeSecurityStatus:()=>kv,DerivativeSecuritySubType:()=>Ev,DerivativeSecurityType:()=>Nv,DerivativeSecurityXML:()=>cF,DerivativeSecurityXMLLen:()=>pF,DerivativeSecurityXMLSchema:()=>lF,DerivativeSettlMethod:()=>QF,DerivativeSettleOnOpenFlag:()=>Mv,DerivativeStateOrProvinceOfIssue:()=>Vv,DerivativeStrikeCurrency:()=>Qv,DerivativeStrikeMultiplier:()=>jv,DerivativeStrikePrice:()=>Bv,DerivativeStrikeValue:()=>Yv,DerivativeSymbol:()=>_y,DerivativeSymbolSfx:()=>$y,DerivativeTimeUnit:()=>_v,DerivativeUnitOfMeasure:()=>Zv,DerivativeUnitOfMeasureQty:()=>Jv,DerivativeValuationMethod:()=>YF,Designation:()=>Gs,DeskID:()=>$i,DeskOrderHandlingInst:()=>kT,DeskType:()=>MT,DeskTypeSource:()=>LT,DetachmentPoint:()=>vx,DiscretionInst:()=>Wa,DiscretionLimitType:()=>cf,DiscretionMoveType:()=>rf,DiscretionOffsetType:()=>pf,DiscretionOffsetValue:()=>za,DiscretionPrice:()=>mf,DiscretionRoundDirection:()=>lf,DiscretionScope:()=>If,DisplayHighQty:()=>ED,DisplayLowQty:()=>ND,DisplayMethod:()=>AD,DisplayMinIncr:()=>wD,DisplayQty:()=>Ah,DisplayWhen:()=>PD,DistribPaymentMethod:()=>Xs,DistribPercentage:()=>ar,DividendYield:()=>lX,DlvyInstType:()=>pI,DueToRelated:()=>Qn,EFPTrackingError:()=>lo,EffectiveTime:()=>cd,EmailThreadID:()=>sd,EmailType:()=>Ke,EncodedAllocText:()=>va,EncodedAllocTextLen:()=>ya,EncodedHeadline:()=>ha,EncodedHeadlineLen:()=>Da,EncodedIssuer:()=>pa,EncodedIssuerLen:()=>ra,EncodedLegIssuer:()=>nc,EncodedLegIssuerLen:()=>ic,EncodedLegSecurityDesc:()=>sc,EncodedLegSecurityDescLen:()=>oc,EncodedListExecInst:()=>Ia,EncodedListExecInstLen:()=>ma,EncodedListStatusText:()=>Zo,EncodedListStatusTextLen:()=>Ko,EncodedMktSegmDesc:()=>pq,EncodedMktSegmDescLen:()=>rq,EncodedSecurityDesc:()=>la,EncodedSecurityDescLen:()=>ca,EncodedSecurityListDesc:()=>wx,EncodedSecurityListDescLen:()=>Ex,EncodedSubject:()=>Ta,EncodedSubjectLen:()=>ga,EncodedText:()=>ua,EncodedTextLen:()=>fa,EncodedUnderlyingIssuer:()=>qa,EncodedUnderlyingIssuerLen:()=>Fa,EncodedUnderlyingSecurityDesc:()=>xa,EncodedUnderlyingSecurityDescLen:()=>Xa,EncryptMethod:()=>$e,EncryptedNewPassword:()=>Uq,EncryptedNewPasswordLen:()=>kq,EncryptedPassword:()=>Lq,EncryptedPasswordLen:()=>Mq,EncryptedPasswordMethod:()=>Rq,EndAccruedInterestAmt:()=>Cu,EndCash:()=>Mu,EndDate:()=>Nu,EndMaturityMonthYear:()=>cv,EndSeqNo:()=>C,EndStrikePxRange:()=>Qy,EndTickPriceRange:()=>Wy,EventDate:()=>Cf,EventPx:()=>Rf,EventText:()=>Mf,EventTime:()=>Uh,EventType:()=>wf,ExDate:()=>ei,ExDestination:()=>tt,ExDestinationIDSource:()=>Xh,ExchangeForPhysical:()=>To,ExchangeRule:()=>HI,ExchangeSpecialInstructions:()=>Nh,ExecAckStatus:()=>UT,ExecID:()=>R,ExecInst:()=>M,ExecInstValue:()=>RF,ExecPriceAdjustment:()=>ws,ExecPriceType:()=>Es,ExecRefID:()=>L,ExecRestatementReason:()=>ka,ExecType:()=>Wt,ExecValuationPoint:()=>rr,ExerciseMethod:()=>qm,ExerciseStyle:()=>wy,ExpQty:()=>Bg,ExpirationCycle:()=>zI,ExpirationQtyType:()=>Gg,ExpireDate:()=>Uo,ExpireTime:()=>qt,Factor:()=>_d,FairValue:()=>mo,FeeMultiplier:()=>fq,FillExecID:()=>Kq,FillLiquidityInd:()=>ox,FillPx:()=>Zq,FillQty:()=>Jq,FinancialStatus:()=>sn,FirmTradeID:()=>QT,FirstPx:()=>ST,FlexProductEligibilityIndicator:()=>qv,FlexibleIndicator:()=>xv,FloorPrice:()=>Vy,FlowScheduleType:()=>dx,ForexReq:()=>ht,FundRenewWaiv:()=>js,GTBookingInst:()=>Co,GapFillFlag:()=>vt,GrossTradeAmt:()=>Va,HaltReason:()=>Gn,HandlInst:()=>k,Headline:()=>Yt,HeartBtInt:()=>st,HighLimitPrice:()=>Bh,HighPx:()=>Hn,HopCompID:()=>Ic,HopRefID:()=>uc,HopSendingTime:()=>fc,HostCrossID:()=>yg,IOIID:()=>O,IOINaturalFlag:()=>St,IOIQltyInd:()=>V,IOIQty:()=>B,IOIQualifier:()=>nt,IOIRefID:()=>G,IOITransType:()=>Q,ImpliedMarketIndicator:()=>kh,InViewOfCommon:()=>Bn,IncTaxInd:()=>Fo,IndividualAllocID:()=>fs,IndividualAllocRejCode:()=>_m,IndividualAllocType:()=>Jg,InputSource:()=>Ug,InstrAttribType:()=>Uf,InstrAttribValue:()=>Of,InstrRegistry:()=>Lr,InstrmtAssignmentMethod:()=>JT,InstrumentPartyID:()=>vT,InstrumentPartyIDSource:()=>_T,InstrumentPartyRole:()=>$T,InstrumentPartySubID:()=>tD,InstrumentPartySubIDType:()=>dD,InterestAccrualDate:()=>Gf,InterestAtMaturity:()=>fm,InvestorCountryOfResidence:()=>Fs,IssueDate:()=>Kd,Issuer:()=>at,LanguageCode:()=>kx,LastCapacity:()=>j,LastForwardPoints:()=>Fd,LastForwardPoints2:()=>bc,LastFragment:()=>ou,LastLiquidityInd:()=>Df,LastMkt:()=>Y,LastMsgSeqNumProcessed:()=>Aa,LastNetworkResponseID:()=>Wu,LastParPx:()=>$c,LastPx:()=>H,LastQty:()=>W,LastRptRequested:()=>xu,LastSpotRate:()=>vd,LastSwapPoints:()=>hD,LastUpdateTime:()=>tI,LateIndicator:()=>kg,LeavesQty:()=>zt,LegAllocAccount:()=>tl,LegAllocAcctIDSource:()=>nl,LegAllocID:()=>_q,LegAllocQty:()=>il,LegAllocSettlCurrency:()=>Hq,LegBenchmarkCurveCurrency:()=>ol,LegBenchmarkCurveName:()=>sl,LegBenchmarkCurvePoint:()=>rl,LegBenchmarkPrice:()=>pl,LegBenchmarkPriceType:()=>cl,LegBidForwardPoints:()=>uD,LegBidPx:()=>ll,LegCFICode:()=>Wp,LegCalculatedCcyLastQty:()=>FD,LegContractMultiplier:()=>$p,LegContractMultiplierUnit:()=>$X,LegContractSettlMonth:()=>fg,LegCountryOfIssue:()=>Mp,LegCouponPaymentDate:()=>Di,LegCouponRate:()=>ec,LegCoveredOrUncovered:()=>np,LegCreditRating:()=>Si,LegCurrency:()=>Kr,LegCurrencyRatio:()=>fX,LegDatedDate:()=>um,LegDividendYield:()=>mX,LegExecInst:()=>uX,LegExerciseStyle:()=>Ry,LegFactor:()=>qi,LegFlowScheduleType:()=>ix,LegGrossTradeAmt:()=>qD,LegIOIQty:()=>ml,LegIndividualAllocID:()=>dl,LegInstrRegistry:()=>Up,LegInterestAccrualDate:()=>ug,LegIssueDate:()=>hi,LegIssuer:()=>dc,LegLastForwardPoints:()=>vD,LegLastPx:()=>Fc,LegLastQty:()=>QX,LegLocaleOfIssue:()=>kp,LegMaturityDate:()=>Zp,LegMaturityMonthYear:()=>Kp,LegMaturityTime:()=>wh,LegNumber:()=>Yh,LegOfferForwardPoints:()=>gD,LegOfferPx:()=>fl,LegOptAttribute:()=>_p,LegOptionRatio:()=>hT,LegOrderQty:()=>ul,LegPool:()=>gm,LegPositionEffect:()=>ip,LegPrice:()=>ap,LegPriceType:()=>gl,LegPriceUnitOfMeasure:()=>$F,LegPriceUnitOfMeasureQty:()=>eq,LegProduct:()=>Hp,LegPutOrCall:()=>JF,LegQty:()=>Tl,LegRatioQty:()=>rc,LegRedemptionDate:()=>Xi,LegRefID:()=>Uc,LegRepoCollateralSecurityType:()=>yi,LegReportID:()=>Kg,LegRepurchaseRate:()=>Fi,LegRepurchaseTerm:()=>vi,LegSecurityAltID:()=>jp,LegSecurityAltIDSource:()=>Yp,LegSecurityDesc:()=>ac,LegSecurityExchange:()=>tc,LegSecurityID:()=>Gp,LegSecurityIDSource:()=>Bp,LegSecuritySubType:()=>Vm,LegSecurityType:()=>zp,LegSettlCurrency:()=>al,LegSettlDate:()=>Sp,LegSettlType:()=>bp,LegSide:()=>pc,LegStateOrProvinceOfIssue:()=>Lp,LegStipulationType:()=>Dl,LegStipulationValue:()=>hl,LegStrikeCurrency:()=>tg,LegStrikePrice:()=>Jp,LegSwapType:()=>yl,LegSymbol:()=>Op,LegSymbolSfx:()=>Vp,LegTimeUnit:()=>aT,LegUnitOfMeasure:()=>iT,LegUnitOfMeasureQty:()=>_F,LegVolatility:()=>cX,LegalConfirm:()=>Mc,LiquidityIndType:()=>uo,LiquidityNumSecurities:()=>Yo,LiquidityPctHigh:()=>po,LiquidityPctLow:()=>ro,LiquidityValue:()=>co,ListExecInst:()=>Se,ListExecInstType:()=>Oo,ListID:()=>Xe,ListMethod:()=>Uy,ListName:()=>Ja,ListOrderStatus:()=>ko,ListRejectReason:()=>TX,ListSeqNo:()=>xe,ListStatusText:()=>zo,ListStatusType:()=>Mo,ListUpdateAction:()=>ZF,LocaleOfIssue:()=>hs,LocateReqd:()=>mt,LocationID:()=>_i,LongQty:()=>Rl,LotType:()=>UD,LowLimitPrice:()=>Gh,LowPx:()=>Wn,MDBookType:()=>qT,MDEntryBuyer:()=>nn,MDEntryDate:()=>Gi,MDEntryForwardPoints:()=>AT,MDEntryID:()=>Wi,MDEntryOriginator:()=>Ji,MDEntryPositionNo:()=>on,MDEntryPx:()=>Oi,MDEntryRefID:()=>Ki,MDEntrySeller:()=>an,MDEntrySize:()=>Vi,MDEntrySpotRate:()=>PT,MDEntryTime:()=>Bi,MDEntryType:()=>Ui,MDFeedType:()=>XT,MDImplicitDelete:()=>Vr,MDMkt:()=>ji,MDOriginType:()=>bT,MDPriceLevel:()=>xT,MDQuoteType:()=>DD,MDReportID:()=>Fg,MDReqID:()=>Ei,MDReqRejReason:()=>Zi,MDSecSize:()=>Ty,MDSecSizeType:()=>gy,MDStreamID:()=>pb,MDSubBookType:()=>ly,MDUpdateAction:()=>zi,MDUpdateType:()=>Ri,MailingDtls:()=>vs,MailingInst:()=>As,ManualOrderIndicator:()=>NT,MarginExcess:()=>mu,MarginRatio:()=>lu,MarketDepth:()=>Ci,MarketID:()=>PF,MarketReportID:()=>aq,MarketReqID:()=>nq,MarketSegmentDesc:()=>sq,MarketSegmentID:()=>SF,MarketUpdateAction:()=>oq,MassActionRejectReason:()=>sX,MassActionReportID:()=>eX,MassActionResponse:()=>oX,MassActionScope:()=>aX,MassActionType:()=>nX,MassCancelRejectReason:()=>xr,MassCancelRequestType:()=>qr,MassCancelResponse:()=>Xr,MassStatusReqID:()=>qp,MassStatusReqType:()=>Xp,MatchAlgorithm:()=>Mh,MatchIncrement:()=>RD,MatchStatus:()=>mp,MatchType:()=>Ip,MaturityDate:()=>Rr,MaturityMonthYear:()=>Sd,MaturityMonthYearFormat:()=>NF,MaturityMonthYearIncrement:()=>Iv,MaturityMonthYearIncrementUnits:()=>AF,MaturityNetMoney:()=>iu,MaturityRuleID:()=>sv,MaturityTime:()=>XD,MaxFloor:()=>pt,MaxMessageSize:()=>Ba,MaxPriceLevels:()=>MD,MaxPriceVariation:()=>Lh,MaxShow:()=>Md,MaxTradeVol:()=>Ch,MessageEncoding:()=>sa,MessageEventSource:()=>IT,MidPx:()=>gc,MidYield:()=>Dc,MinBidSize:()=>wc,MinLotSize:()=>fv,MinOfferSize:()=>Cc,MinPriceIncrement:()=>Pg,MinPriceIncrementAmount:()=>Oh,MinQty:()=>rt,MinTradeVol:()=>tp,MiscFeeAmt:()=>Rt,MiscFeeBasis:()=>nu,MiscFeeCurr:()=>Mt,MiscFeeType:()=>Lt,MktBidPx:()=>Nc,MktOfferPx:()=>Ec,ModelType:()=>JX,MoneyLaunderingStatus:()=>Ps,MsgDirection:()=>ja,MsgSeqNum:()=>K,MsgType:()=>Z,MultiLegReportingType:()=>Ho,MultiLegRptTypeReq:()=>dp,MultilegModel:()=>rX,MultilegPriceMethod:()=>pX,NTPositionLimit:()=>Ng,Nested2PartyID:()=>Cm,Nested2PartyIDSource:()=>Rm,Nested2PartyRole:()=>Mm,Nested2PartySubID:()=>Lm,Nested2PartySubIDType:()=>AI,Nested3PartyID:()=>rg,Nested3PartyIDSource:()=>pg,Nested3PartyRole:()=>cg,Nested3PartySubID:()=>mg,Nested3PartySubIDType:()=>Ig,Nested4PartyID:()=>VX,Nested4PartyIDSource:()=>GX,Nested4PartyRole:()=>BX,Nested4PartySubID:()=>kX,Nested4PartySubIDType:()=>LX,NestedInstrAttribType:()=>Zy,NestedInstrAttribValue:()=>Jy,NestedPartyID:()=>Tr,NestedPartyIDSource:()=>Dr,NestedPartyRole:()=>Er,NestedPartySubID:()=>Ur,NestedPartySubIDType:()=>SI,NetChgPrevDay:()=>$o,NetGrossInd:()=>Lo,NetMoney:()=>gt,NetworkRequestID:()=>Hu,NetworkRequestType:()=>zu,NetworkResponseID:()=>Yu,NetworkStatusResponseType:()=>Zu,NewPassword:()=>Uu,NewSeqNo:()=>J,NewsCategory:()=>Lx,NewsID:()=>Mx,NewsRefID:()=>Ox,NewsRefType:()=>Vx,NextExpectedMsgSeqNum:()=>lI,NoAffectedOrders:()=>Sr,NoAllocs:()=>Me,NoAltMDSource:()=>kI,NoApplIDs:()=>SX,NoAsgnReqs:()=>rb,NoBidComponents:()=>bo,NoBidDescriptors:()=>no,NoCapacities:()=>Af,NoClearingInstructions:()=>up,NoCollInquiryQualifier:()=>Ju,NoCompIDs:()=>Ku,NoComplexEventDates:()=>eb,NoComplexEventTimes:()=>ib,NoComplexEvents:()=>Hx,NoContAmts:()=>lr,NoContraBrokers:()=>Ga,NoDates:()=>hp,NoDerivativeEvents:()=>IF,NoDerivativeInstrAttrib:()=>kF,NoDerivativeInstrumentParties:()=>hF,NoDerivativeInstrumentPartySubIDs:()=>qF,NoDerivativeSecurityAltID:()=>dv,NoDistribInsts:()=>ir,NoDlvyInst:()=>Be,NoEvents:()=>Ef,NoExecInstRules:()=>uv,NoExecs:()=>Ft,NoExpiration:()=>Vg,NoFills:()=>zq,NoHops:()=>mc,NoIOIQualifiers:()=>bd,NoInstrAttrib:()=>kf,NoInstrumentParties:()=>yT,NoInstrumentPartySubIDs:()=>eD,NoLegAllocs:()=>el,NoLegSecurityAltID:()=>Qp,NoLegStipulations:()=>Il,NoLegs:()=>zr,NoLinesOfText:()=>z,NoLotTypeRules:()=>gv,NoMDEntries:()=>ki,NoMDEntryTypes:()=>Li,NoMDFeedTypes:()=>Rh,NoMarketSegments:()=>LF,NoMatchRules:()=>Tv,NoMaturityRules:()=>Dv,NoMiscFees:()=>Ct,NoMsgTypes:()=>Qa,NoNested2PartyIDs:()=>wm,NoNested2PartySubIDs:()=>PI,NoNested3PartyIDs:()=>sg,NoNested3PartySubIDs:()=>lg,NoNested4PartyIDs:()=>OX,NoNested4PartySubIDs:()=>UX,NoNestedInstrAttrib:()=>UF,NoNestedPartyIDs:()=>wr,NoNestedPartySubIDs:()=>bI,NoNewsRefIDs:()=>Ux,NoNotAffectedOrders:()=>tX,NoOfLegUnderlyings:()=>Pq,NoOfSecSizes:()=>uy,NoOrdTypeRules:()=>hv,NoOrders:()=>Ee,NoPartyIDs:()=>ts,NoPartySubIDs:()=>XI,NoPosAmt:()=>Am,NoPositions:()=>wl,NoQuoteEntries:()=>ln,NoQuoteQualifiers:()=>lm,NoQuoteSets:()=>mn,NoRateSources:()=>rx,NoRegistDtls:()=>ys,NoRelatedSym:()=>Qt,NoRootPartyIDs:()=>sh,NoRootPartySubIDs:()=>lh,NoRoutingIDs:()=>Vd,NoRpts:()=>Oe,NoSecurityAltID:()=>ds,NoSecurityTypes:()=>Jr,NoSettlDetails:()=>Zh,NoSettlInst:()=>eI,NoSettlOblig:()=>iy,NoSettlPartyIDs:()=>iI,NoSettlPartySubIDs:()=>qI,NoSideTrdRegTS:()=>DT,NoSides:()=>Yr,NoStatsIndicators:()=>Iy,NoStipulations:()=>di,NoStrategyParameters:()=>gg,NoStrikeRules:()=>Gy,NoStrikes:()=>Ro,NoTargetPartyIDs:()=>Xx,NoTickRules:()=>Yy,NoTimeInForceRules:()=>yv,NoTrades:()=>cu,NoTradingSessionRules:()=>MF,NoTradingSessions:()=>Ya,NoTrdRegTimestamps:()=>jm,NoTrdRepIndicators:()=>DX,NoUnderlyingAmounts:()=>Qg,NoUnderlyingLegSecurityAltID:()=>hq,NoUnderlyingSecurityAltID:()=>as,NoUnderlyingStips:()=>eu,NoUnderlyings:()=>Gl,NoUndlyInstrumentParties:()=>oD,NoUndlyInstrumentPartySubIDs:()=>cD,NoUsernames:()=>Yq,NotAffOrigClOrdID:()=>iX,NotAffectedOrderID:()=>dX,NotifyBrokerOfCredit:()=>Cd,NotionalPercentageOutstanding:()=>fx,NumBidders:()=>qo,NumDaysInterest:()=>ed,NumTickets:()=>eo,NumberOfOrders:()=>oa,OddLot:()=>fp,OfferForwardPoints:()=>Dd,OfferForwardPoints2:()=>Pc,OfferPx:()=>Nt,OfferSize:()=>wt,OfferSpotRate:()=>Td,OfferSwapPoints:()=>fD,OfferYield:()=>hc,OnBehalfOfCompID:()=>It,OnBehalfOfLocationID:()=>Gt,OnBehalfOfSubID:()=>ft,OpenCloseSettlFlag:()=>tn,OpenInterest:()=>Fm,OptAttribute:()=>Ed,OptPayoutAmount:()=>My,OptPayoutType:()=>Yx,OrdRejReason:()=>it,OrdStatus:()=>ee,OrdStatusReqID:()=>mI,OrdType:()=>te,OrderAvgPx:()=>vI,OrderBookingQty:()=>FI,OrderCapacity:()=>vr,OrderCapacityQty:()=>Nf,OrderCategory:()=>oh,OrderDelay:()=>YX,OrderDelayUnit:()=>HX,OrderHandlingInstSource:()=>RT,OrderID:()=>_,OrderInputDevice:()=>BI,OrderPercent:()=>pr,OrderQty:()=>$,OrderQty2:()=>hd,OrderRestrictions:()=>Fr,OrigClOrdID:()=>de,OrigCrossID:()=>jr,OrigCustOrderCapacity:()=>KX,OrigOrdModTime:()=>xp,OrigPosReqRefID:()=>Ql,OrigSecondaryTradeID:()=>Dh,OrigSendingTime:()=>yt,OrigTime:()=>ie,OrigTradeDate:()=>gh,OrigTradeHandlingInstr:()=>uh,OrigTradeID:()=>Th,OriginalNotionalPercentageOutstanding:()=>ux,OutMainCntryUIndex:()=>Do,OutsideIndexPct:()=>Io,OwnerType:()=>ur,OwnershipType:()=>cr,ParentMktSegmID:()=>cq,ParticipationRate:()=>gf,PartyID:()=>_o,PartyIDSource:()=>Jo,PartyRole:()=>es,PartySubID:()=>gr,PartySubIDType:()=>xI,Password:()=>Wr,PaymentDate:()=>Js,PaymentMethod:()=>Os,PaymentRef:()=>qs,PaymentRemitterID:()=>_s,PctAtRisk:()=>Lf,PegLimitType:()=>nf,PegMoveType:()=>tf,PegOffsetType:()=>df,PegOffsetValue:()=>Ld,PegPriceType:()=>OD,PegRoundDirection:()=>af,PegScope:()=>sf,PegSecurityDesc:()=>jD,PegSecurityID:()=>BD,PegSecurityIDSource:()=>GD,PegSymbol:()=>QD,PeggedPrice:()=>of,PeggedRefPrice:()=>VD,Pool:()=>vl,PosAmt:()=>Ul,PosAmtType:()=>kl,PosMaintAction:()=>Bl,PosMaintResult:()=>$l,PosMaintRptID:()=>Jl,PosMaintRptRefID:()=>jl,PosMaintStatus:()=>_l,PosQtyStatus:()=>Ll,PosReqID:()=>Vl,PosReqResult:()=>nm,PosReqStatus:()=>am,PosReqType:()=>em,PosTransType:()=>Ol,PosType:()=>Cl,PositionCurrency:()=>iD,PositionEffect:()=>Re,PositionLimit:()=>Ag,PossDupFlag:()=>ne,PossResend:()=>_e,PreTradeAnonymity:()=>LD,PreallocMethod:()=>Np,PrevClosePx:()=>kt,PreviouslyReported:()=>pp,Price:()=>ae,Price2:()=>xc,PriceDelta:()=>wI,PriceImprovement:()=>Xc,PriceLimitType:()=>CF,PriceProtectionScope:()=>kD,PriceQuoteMethod:()=>Ly,PriceType:()=>Ao,PriceUnitOfMeasure:()=>Ay,PriceUnitOfMeasureQty:()=>Ny,PriorSettlPrice:()=>cm,PriorSpreadIndicator:()=>Zl,PriorityIndicator:()=>qc,PrivateQuote:()=>py,ProcessCode:()=>Ue,Product:()=>rs,ProductComplex:()=>lv,ProgPeriodInterval:()=>vo,ProgRptReqs:()=>yo,PublishTrdIndicator:()=>hf,PutOrCall:()=>Pd,QtyType:()=>vf,Quantity:()=>le,QuantityDate:()=>Mg,QuoteCancelType:()=>fn,QuoteCondition:()=>Yi,QuoteEntryID:()=>un,QuoteEntryRejectReason:()=>Pa,QuoteEntryStatus:()=>ay,QuoteID:()=>ut,QuoteMsgID:()=>ny,QuotePriceType:()=>Fl,QuoteQualifier:()=>xl,QuoteRejectReason:()=>gn,QuoteReqID:()=>Pt,QuoteRequestRejectReason:()=>Bc,QuoteRequestType:()=>hn,QuoteRespID:()=>ql,QuoteRespType:()=>Xl,QuoteResponseLevel:()=>Tn,QuoteSetID:()=>Dn,QuoteSetValidUntilTime:()=>Sa,QuoteStatus:()=>In,QuoteStatusReqID:()=>Rc,QuoteType:()=>Nr,RFQReqID:()=>Ac,RateSource:()=>px,RateSourceType:()=>cx,RawData:()=>Je,RawDataLength:()=>Ze,ReceivedDeptID:()=>wT,RedemptionDate:()=>ci,RefAllocID:()=>Ne,RefApplExtID:()=>Vq,RefApplID:()=>EX,RefApplLastSeqNum:()=>CX,RefApplReqID:()=>ZX,RefApplVerID:()=>vh,RefCompID:()=>Qu,RefCstmApplVerID:()=>Fh,RefMsgType:()=>Ea,RefOrdIDReason:()=>zX,RefOrderID:()=>xD,RefOrderIDSource:()=>bD,RefSeqNum:()=>oe,RefSubID:()=>ju,RefTagID:()=>Na,ReferencePage:()=>lx,RefreshIndicator:()=>xy,RefreshQty:()=>CD,RegistAcctType:()=>Vs,RegistDtls:()=>dr,RegistEmail:()=>nr,RegistID:()=>or,RegistRefID:()=>tr,RegistRejReasonCode:()=>er,RegistRejReasonText:()=>Qs,RegistStatus:()=>$s,RegistTransType:()=>sr,RejectText:()=>Iq,RelSymTransactTime:()=>fb,RepoCollateralSecurityType:()=>pi,ReportToExch:()=>lt,ReportedPx:()=>Pf,ReportedPxDiff:()=>xh,RepurchaseRate:()=>Jd,RepurchaseTerm:()=>Zd,ResetSeqNumFlag:()=>Ut,RespondentType:()=>cy,ResponseDestination:()=>dm,ResponseTransportType:()=>tm,RestructuringType:()=>mx,ReversalIndicator:()=>Nl,RiskFreeRate:()=>Py,RndPx:()=>Zg,RootPartyID:()=>rh,RootPartyIDSource:()=>ph,RootPartyRole:()=>ch,RootPartySubID:()=>mh,RootPartySubIDType:()=>Ih,RoundLot:()=>ep,RoundingDirection:()=>us,RoundingModulus:()=>gs,RoutingID:()=>Bd,RoutingType:()=>Gd,RptSeq:()=>Ve,RptSys:()=>bh,Scope:()=>Or,SecondaryAllocID:()=>uI,SecondaryClOrdID:()=>hr,SecondaryDisplayQty:()=>SD,SecondaryExecID:()=>yr,SecondaryFirmTradeID:()=>jT,SecondaryHighLimitPrice:()=>ov,SecondaryIndividualAllocID:()=>zg,SecondaryLowLimitPrice:()=>av,SecondaryOrderID:()=>xd,SecondaryPriceLimitType:()=>wF,SecondaryTradeID:()=>BT,SecondaryTradeReportID:()=>OI,SecondaryTradeReportRefID:()=>zf,SecondaryTradingReferencePrice:()=>vv,SecondaryTrdType:()=>Ff,SecureData:()=>We,SecureDataLen:()=>He,SecurityAltID:()=>is,SecurityAltIDSource:()=>ns,SecurityDesc:()=>ot,SecurityExchange:()=>wd,SecurityGroup:()=>jh,SecurityID:()=>se,SecurityIDSource:()=>U,SecurityListDesc:()=>Nx,SecurityListID:()=>Px,SecurityListRefID:()=>Ax,SecurityListRequestType:()=>_r,SecurityListType:()=>Cx,SecurityListTypeSource:()=>Rx,SecurityReportID:()=>qg,SecurityReqID:()=>Rn,SecurityRequestResult:()=>$r,SecurityRequestType:()=>Mn,SecurityResponseID:()=>Ln,SecurityResponseType:()=>kn,SecurityStatus:()=>Xg,SecurityStatusReqID:()=>Un,SecuritySubType:()=>Um,SecurityTradingEvent:()=>my,SecurityTradingStatus:()=>Vn,SecurityType:()=>pd,SecurityUpdateAction:()=>Og,SecurityXML:()=>qy,SecurityXMLLen:()=>Fy,SecurityXMLSchema:()=>Xy,SellVolume:()=>Yn,SellerDays:()=>dn,SenderCompID:()=>re,SenderLocationID:()=>Ot,SenderSubID:()=>pe,SendingTime:()=>ce,Seniority:()=>Ix,SessionRejectReason:()=>wa,SessionStatus:()=>Qq,SettlCurrAmt:()=>Tt,SettlCurrBidFxRate:()=>Vc,SettlCurrFxRate:()=>_t,SettlCurrFxRateCalc:()=>$t,SettlCurrOfferFxRate:()=>Gc,SettlCurrency:()=>Dt,SettlDate:()=>Fe,SettlDate2:()=>yd,SettlDeliveryType:()=>fd,SettlInstID:()=>ad,SettlInstMode:()=>id,SettlInstMsgID:()=>$m,SettlInstRefID:()=>Od,SettlInstReqID:()=>II,SettlInstReqRejCode:()=>fI,SettlInstSource:()=>rd,SettlInstTransType:()=>od,SettlMethod:()=>Ey,SettlObligID:()=>$h,SettlObligMode:()=>Jh,SettlObligMsgID:()=>_h,SettlObligRefID:()=>ty,SettlObligSource:()=>dy,SettlObligTransType:()=>ey,SettlPartyID:()=>nI,SettlPartyIDSource:()=>aI,SettlPartyRole:()=>oI,SettlPartySubID:()=>sI,SettlPartySubIDType:()=>rI,SettlPrice:()=>om,SettlPriceType:()=>sm,SettlSessID:()=>Hl,SettlSessSubID:()=>Wl,SettlType:()=>ve,SettleOnOpenFlag:()=>xg,SettlementCycleNo:()=>Hh,SharedCommission:()=>xf,ShortQty:()=>Ml,ShortSaleReason:()=>yf,Side:()=>me,SideComplianceID:()=>Qc,SideCurrency:()=>Wh,SideExecID:()=>jX,SideFillStationCd:()=>pT,SideGrossTradeAmt:()=>yD,SideLastQty:()=>mT,SideLiquidityInd:()=>sx,SideMultiLegReportingType:()=>Pm,SideReasonCd:()=>cT,SideSettlCurrency:()=>zh,SideTimeInForce:()=>vg,SideTradeReportID:()=>rT,SideTrdRegTimestamp:()=>fT,SideTrdRegTimestampSrc:()=>gT,SideTrdRegTimestampType:()=>uT,SideTrdSubTyp:()=>lT,SideValue1:()=>to,SideValue2:()=>io,SideValueInd:()=>so,Signature:()=>Ye,SignatureLength:()=>ze,SolicitedFlag:()=>La,Spread:()=>Qd,StandInstDbID:()=>Id,StandInstDbName:()=>md,StandInstDbType:()=>ld,StartCash:()=>Ru,StartDate:()=>Au,StartMaturityMonthYear:()=>Fv,StartStrikePxRange:()=>By,StartTickPriceRange:()=>Hy,StateOrProvinceOfIssue:()=>Ds,StatsType:()=>fy,StatusText:()=>Bu,StatusValue:()=>Gu,StipulationType:()=>ii,StipulationValue:()=>ni,StopPx:()=>et,StrategyParameterName:()=>Tg,StrategyParameterType:()=>Dg,StrategyParameterValue:()=>hg,StreamAsgnAckType:()=>mb,StreamAsgnRejReason:()=>lb,StreamAsgnReqID:()=>ob,StreamAsgnReqType:()=>sb,StreamAsgnRptID:()=>cb,StreamAsgnType:()=>Ib,StrikeCurrency:()=>og,StrikeExerciseStyle:()=>EF,StrikeIncrement:()=>jy,StrikeMultiplier:()=>bg,StrikePrice:()=>Ad,StrikePriceBoundaryMethod:()=>Bx,StrikePriceBoundaryPrecision:()=>Qx,StrikePriceDeterminationMethod:()=>Gx,StrikeRuleID:()=>rv,StrikeTime:()=>Wo,StrikeValue:()=>Sg,Subject:()=>jt,SubscriptionRequestType:()=>wi,SwapPoints:()=>TD,Symbol:()=>Ie,SymbolSfx:()=>qe,TZTransactTime:()=>qh,TargetCompID:()=>fe,TargetLocationID:()=>Vt,TargetPartyID:()=>xx,TargetPartyIDSource:()=>bx,TargetPartyRole:()=>Sx,TargetStrategy:()=>ff,TargetStrategyParameters:()=>uf,TargetStrategyPerformance:()=>Tf,TargetSubID:()=>ue,TaxAdvantageType:()=>Bs,TerminationType:()=>cI,TestMessageIndicator:()=>ms,TestReqID:()=>ct,Text:()=>ge,ThresholdAmount:()=>ef,TickDirection:()=>Qi,TickIncrement:()=>zy,TickRuleType:()=>Ky,TierCode:()=>$g,TimeBracket:()=>dg,TimeInForce:()=>Te,TimeToExpiration:()=>Sy,TimeUnit:()=>tT,TotNoAccQuotes:()=>sy,TotNoAllocs:()=>au,TotNoCxldQuotes:()=>oy,TotNoFills:()=>Wq,TotNoOrders:()=>be,TotNoQuoteEntries:()=>yn,TotNoRejQuotes:()=>ry,TotNoRelatedSym:()=>_a,TotNoSecurityTypes:()=>Zr,TotNoStrikes:()=>Po,TotNumAssignmentReports:()=>_I,TotNumReports:()=>Xu,TotNumTradeReports:()=>Xm,TotalAccruedInterestAmt:()=>Cr,TotalAffectedOrders:()=>br,TotalNetValue:()=>Iu,TotalNumPosReports:()=>im,TotalTakedown:()=>si,TotalVolumeTraded:()=>Ha,TradSesCloseTime:()=>na,TradSesEndTime:()=>aa,TradSesEvent:()=>$q,TradSesMethod:()=>_n,TradSesMode:()=>$n,TradSesOpenTime:()=>da,TradSesPreCloseTime:()=>ia,TradSesReqID:()=>Kn,TradSesStartTime:()=>ta,TradSesStatus:()=>ea,TradSesStatusRejReason:()=>op,TradSesUpdateAction:()=>mq,TradeAllocIndicator:()=>WI,TradeCondition:()=>Hi,TradeDate:()=>Ce,TradeHandlingInstr:()=>fh,TradeID:()=>sT,TradeInputDevice:()=>Dp,TradeInputSource:()=>Tp,TradeLegRefID:()=>YI,TradeLinkID:()=>GI,TradeOriginationDate:()=>$d,TradePublishIndicator:()=>vX,TradeReportID:()=>cp,TradeReportRefID:()=>lp,TradeReportRejectReason:()=>Sm,TradeReportTransType:()=>Rs,TradeReportType:()=>qf,TradeRequestID:()=>sp,TradeRequestResult:()=>xm,TradeRequestStatus:()=>bm,TradeRequestType:()=>rp,TradeVolume:()=>FT,TradedFlatSwitch:()=>Pi,TradingCurrency:()=>bv,TradingReferencePrice:()=>Qh,TradingSessionDesc:()=>lq,TradingSessionID:()=>Zn,TradingSessionSubID:()=>cc,TransBkdTime:()=>Ns,TransactTime:()=>De,TransferReason:()=>JI,TrdMatchID:()=>Wf,TrdRegTimestamp:()=>Ym,TrdRegTimestampOrigin:()=>Wm,TrdRegTimestampType:()=>Hm,TrdRepIndicator:()=>yX,TrdRepPartyRole:()=>hX,TrdRptStatus:()=>_u,TrdSubType:()=>ZI,TrdType:()=>KI,TriggerAction:()=>HD,TriggerNewPrice:()=>th,TriggerNewQty:()=>ih,TriggerOrderType:()=>dh,TriggerPrice:()=>WD,TriggerPriceDirection:()=>eh,TriggerPriceType:()=>_D,TriggerPriceTypeScope:()=>$D,TriggerSecurityDesc:()=>JD,TriggerSecurityID:()=>KD,TriggerSecurityIDSource:()=>ZD,TriggerSymbol:()=>zD,TriggerTradingSessionID:()=>nh,TriggerTradingSessionSubID:()=>ah,TriggerType:()=>YD,URLLink:()=>Ht,UnderlyingAdjustedQuantity:()=>HT,UnderlyingAllocationPercent:()=>Eg,UnderlyingAttachmentPoint:()=>Fx,UnderlyingCFICode:()=>ls,UnderlyingCPProgram:()=>jf,UnderlyingCPRegType:()=>Yf,UnderlyingCapValue:()=>VT,UnderlyingCashAmount:()=>wg,UnderlyingCashType:()=>Cg,UnderlyingCollectAmount:()=>Yg,UnderlyingContractMultiplier:()=>Bo,UnderlyingContractMultiplierUnit:()=>ex,UnderlyingCountryOfIssue:()=>Ep,UnderlyingCouponPaymentDate:()=>li,UnderlyingCouponRate:()=>Go,UnderlyingCreditRating:()=>bi,UnderlyingCurrency:()=>Cn,UnderlyingCurrentValue:()=>_f,UnderlyingDeliveryAmount:()=>OT,UnderlyingDetachmentPoint:()=>qx,UnderlyingDirtyPrice:()=>Kf,UnderlyingEndPrice:()=>Zf,UnderlyingEndValue:()=>$f,UnderlyingExerciseStyle:()=>Cy,UnderlyingFXRate:()=>WT,UnderlyingFXRateCalc:()=>zT,UnderlyingFactor:()=>gi,UnderlyingFlowScheduleType:()=>nx,UnderlyingInstrRegistry:()=>Rp,UnderlyingInstrumentPartyID:()=>sD,UnderlyingInstrumentPartyIDSource:()=>rD,UnderlyingInstrumentPartyRole:()=>pD,UnderlyingInstrumentPartySubID:()=>lD,UnderlyingInstrumentPartySubIDType:()=>mD,UnderlyingIssueDate:()=>mi,UnderlyingIssuer:()=>Fn,UnderlyingLastPx:()=>Lc,UnderlyingLastQty:()=>kc,UnderlyingLegCFICode:()=>Aq,UnderlyingLegMaturityDate:()=>Nq,UnderlyingLegMaturityMonthYear:()=>Xq,UnderlyingLegMaturityTime:()=>Eq,UnderlyingLegOptAttribute:()=>wq,UnderlyingLegPutOrCall:()=>xq,UnderlyingLegSecurityAltID:()=>yq,UnderlyingLegSecurityAltIDSource:()=>vq,UnderlyingLegSecurityDesc:()=>Cq,UnderlyingLegSecurityExchange:()=>Sq,UnderlyingLegSecurityID:()=>Tq,UnderlyingLegSecurityIDSource:()=>Dq,UnderlyingLegSecuritySubType:()=>qq,UnderlyingLegSecurityType:()=>Fq,UnderlyingLegStrikePrice:()=>bq,UnderlyingLegSymbol:()=>uq,UnderlyingLegSymbolSfx:()=>gq,UnderlyingLocaleOfIssue:()=>Cp,UnderlyingMaturityDate:()=>Mr,UnderlyingMaturityMonthYear:()=>An,UnderlyingMaturityTime:()=>Eh,UnderlyingNotionalPercentageOutstanding:()=>Dx,UnderlyingOptAttribute:()=>wn,UnderlyingOriginalNotionalPercentageOutstanding:()=>hx,UnderlyingPayAmount:()=>jg,UnderlyingPriceDeterminationMethod:()=>jx,UnderlyingPriceUnitOfMeasure:()=>dq,UnderlyingPriceUnitOfMeasureQty:()=>iq,UnderlyingProduct:()=>cs,UnderlyingPutOrCall:()=>Nn,UnderlyingPx:()=>EI,UnderlyingQty:()=>Hf,UnderlyingRedemptionDate:()=>Ti,UnderlyingRepoCollateralSecurityType:()=>Ii,UnderlyingRepurchaseRate:()=>ui,UnderlyingRepurchaseTerm:()=>fi,UnderlyingRestructuringType:()=>gx,UnderlyingSecurityAltID:()=>os,UnderlyingSecurityAltIDSource:()=>ss,UnderlyingSecurityDesc:()=>qn,UnderlyingSecurityExchange:()=>Xn,UnderlyingSecurityID:()=>xn,UnderlyingSecurityIDSource:()=>vn,UnderlyingSecuritySubType:()=>Om,UnderlyingSecurityType:()=>bn,UnderlyingSeniority:()=>Tx,UnderlyingSettlMethod:()=>GT,UnderlyingSettlPrice:()=>rm,UnderlyingSettlPriceType:()=>pm,UnderlyingSettlementDate:()=>Hg,UnderlyingSettlementStatus:()=>Wg,UnderlyingSettlementType:()=>Rg,UnderlyingStartValue:()=>Jf,UnderlyingStateOrProvinceOfIssue:()=>wp,UnderlyingStipType:()=>tu,UnderlyingStipValue:()=>du,UnderlyingStrikeCurrency:()=>eg,UnderlyingStrikePrice:()=>En,UnderlyingSymbol:()=>Sn,UnderlyingSymbolSfx:()=>Pn,UnderlyingTimeUnit:()=>nT,UnderlyingTradingSessionID:()=>QI,UnderlyingTradingSessionSubID:()=>jI,UnderlyingUnitOfMeasure:()=>dT,UnderlyingUnitOfMeasureQty:()=>tq,UnitOfMeasure:()=>eT,UnitOfMeasureQty:()=>Vh,UnsolicitedIndicator:()=>On,Urgency:()=>he,UserRequestID:()=>Lu,UserRequestType:()=>ku,UserStatus:()=>Ou,UserStatusText:()=>Vu,Username:()=>Hr,ValidUntilTime:()=>ye,ValuationMethod:()=>ky,ValueOfFutures:()=>fo,VenueType:()=>WX,Volatility:()=>by,WorkingIndicator:()=>vc,WtAverageLiquidity:()=>go,XmlData:()=>Ud,XmlDataLen:()=>kd,Yield:()=>oi,YieldCalcDate:()=>El,YieldRedemptionDate:()=>bl,YieldRedemptionPrice:()=>Sl,YieldRedemptionPriceType:()=>Pl,YieldType:()=>ai});var a={};d.r(a),d.d(a,{AutomatedExecutionInterventionOK:()=>Tb,AutomatedExecutionNoIntervention:()=>gb,ManualOrder:()=>Db});var o={};d.r(o),d.d(o,{AdjustedPositionReport:()=>fS,Advertisement:()=>bb,AllocationInstruction:()=>VS,AllocationInstructionAck:()=>YS,AllocationInstructionAlert:()=>uS,AllocationReport:()=>zb,AllocationReportAck:()=>Kb,ApplicationMessageReport:()=>SS,ApplicationMessageRequest:()=>xS,ApplicationMessageRequestAck:()=>bS,AssignmentReport:()=>_b,BidRequest:()=>lP,BidResponse:()=>mP,BusinessMessageReject:()=>cP,CollateralAssignment:()=>eS,CollateralInquiry:()=>nS,CollateralInquiryAck:()=>pS,CollateralReport:()=>iS,CollateralRequest:()=>$b,CollateralResponse:()=>tS,Confirmation:()=>Vb,ConfirmationAck:()=>Zb,ConfirmationRequest:()=>cS,ContraryIntentionReport:()=>TS,CrossOrderCancelReplaceRequest:()=>yP,CrossOrderCancelRequest:()=>vP,DerivativeSecurityList:()=>Nb,DerivativeSecurityListRequest:()=>bP,DerivativeSecurityListUpdateReport:()=>yS,DontKnowTrade:()=>HS,Email:()=>AS,ExecutionAcknowledgement:()=>gS,ExecutionReport:()=>Sb,Heartbeat:()=>hb,IOI:()=>xb,ListCancelRequest:()=>GS,ListExecute:()=>BS,ListStatus:()=>jS,ListStatusRequest:()=>QS,ListStrikePrice:()=>IP,Logon:()=>Ab,Logout:()=>Xb,MarketDataIncrementalRefresh:()=>_S,MarketDataRequest:()=>ZS,MarketDataRequestReject:()=>$S,MarketDataSnapshotFullRefresh:()=>JS,MarketDefinition:()=>qS,MarketDefinitionRequest:()=>FS,MarketDefinitionUpdateReport:()=>XS,MassQuote:()=>pP,MassQuoteAcknowledgement:()=>dP,MultilegOrderCancelReplace:()=>wb,NetworkCounterpartySystemStatusRequest:()=>aS,NetworkCounterpartySystemStatusResponse:()=>oS,NewOrderCross:()=>hP,NewOrderList:()=>LS,NewOrderMultileg:()=>Eb,NewOrderSingle:()=>MS,News:()=>dS,OrderCancelReject:()=>Pb,OrderCancelReplaceRequest:()=>US,OrderCancelRequest:()=>kS,OrderMassActionReport:()=>PS,OrderMassActionRequest:()=>NS,OrderMassCancelReport:()=>DP,OrderMassCancelRequest:()=>TP,OrderMassStatusRequest:()=>Mb,OrderStatusRequest:()=>OS,PositionMaintenanceReport:()=>Bb,PositionMaintenanceRequest:()=>Gb,PositionReport:()=>Yb,Quote:()=>zS,QuoteCancel:()=>eP,QuoteRequest:()=>WS,QuoteRequestReject:()=>Lb,QuoteResponse:()=>Ob,QuoteStatusReport:()=>Ub,QuoteStatusRequest:()=>tP,RFQRequest:()=>kb,RegistrationInstructions:()=>uP,RegistrationInstructionsResponse:()=>gP,Reject:()=>Fb,RequestForPositions:()=>Qb,RequestForPositionsAck:()=>jb,ResendRequest:()=>vb,SecurityDefinition:()=>nP,SecurityDefinitionRequest:()=>iP,SecurityDefinitionUpdateReport:()=>DS,SecurityList:()=>xP,SecurityListRequest:()=>XP,SecurityListUpdateReport:()=>IS,SecurityStatus:()=>oP,SecurityStatusRequest:()=>aP,SecurityTypeRequest:()=>FP,SecurityTypes:()=>qP,SequenceReset:()=>qb,SettlementInstructionRequest:()=>Jb,SettlementInstructions:()=>KS,SettlementObligationReport:()=>hS,StreamAssignmentReport:()=>CS,StreamAssignmentReportACK:()=>RS,StreamAssignmentRequest:()=>wS,TestRequest:()=>yb,TradeCaptureReport:()=>Rb,TradeCaptureReportAck:()=>Wb,TradeCaptureReportRequest:()=>Cb,TradeCaptureReportRequestAck:()=>Hb,TradingSessionList:()=>mS,TradingSessionListRequest:()=>lS,TradingSessionListUpdateReport:()=>vS,TradingSessionStatus:()=>rP,TradingSessionStatusRequest:()=>sP,UserNotification:()=>ES,UserRequest:()=>sS,UserResponse:()=>rS,XMLnonFIX:()=>fP});var s={};d.r(s),d.d(s,{CounterOrderSelection:()=>ZP,ForexLimit:()=>GP,ForexMarket:()=>UP,ForexPreviouslyQuoted:()=>QP,ForexSwap:()=>BP,Funari:()=>jP,Limit:()=>PP,LimitOnClose:()=>kP,LimitOrBetter:()=>CP,LimitWithOrWithout:()=>RP,Market:()=>SP,MarketIfTouched:()=>YP,MarketOnClose:()=>EP,MarketWithLeftOverAsLimit:()=>HP,NextFundValuationPoint:()=>zP,OnBasis:()=>MP,OnClose:()=>LP,Pegged:()=>KP,PreviousFundValuationPoint:()=>WP,PreviouslyIndicated:()=>VP,PreviouslyQuoted:()=>OP,Stop:()=>AP,StopLimit:()=>NP,WithOrWithout:()=>wP});var r={};d.r(r),d.d(r,{AsDefined:()=>sA,Borrow:()=>mA,Buy:()=>JP,BuyMinus:()=>$P,Cross:()=>nA,CrossShort:()=>aA,CrossShortExempt:()=>oA,Lend:()=>lA,Opposite:()=>rA,Redeem:()=>cA,Sell:()=>_P,SellPlus:()=>eA,SellShort:()=>tA,SellShortExempt:()=>dA,Subscribe:()=>pA,Undisclosed:()=>iA});var p={};d.r(p),d.d(p,{AtCrossing:()=>FA,AtTheClose:()=>yA,AtTheOpening:()=>uA,Day:()=>IA,FillOrKill:()=>TA,GoodThroughCrossing:()=>vA,GoodTillCancel:()=>fA,GoodTillCrossing:()=>DA,GoodTillDate:()=>hA,ImmediateOrCancel:()=>gA});var c=d(187);const l="0",m="1",I="2",f="3",u="4",g="5",T="6",D=1,h=2,y=3,v=4,F=5,q=6,X=7,x=8,b=9,S=10,P=11,A=12,N=13,E=14,w=15,C=16,R=17,M=18,L=19,k=21,U=22,O=23,V=25,G=26,B=27,Q=28,j=29,Y=30,H=31,W=32,z=33,K=34,Z=35,J=36,_=37,$=38,ee=39,te=40,de=41,ie=42,ne=43,ae=44,oe=45,se=48,re=49,pe=50,ce=52,le=53,me=54,Ie=55,fe=56,ue=57,ge=58,Te=59,De=60,he=61,ye=62,ve=63,Fe=64,qe=65,Xe=66,xe=67,be=68,Se=69,Pe=70,Ae=71,Ne=72,Ee=73,we=74,Ce=75,Re=77,Me=78,Le=79,ke=80,Ue=81,Oe=82,Ve=83,Ge=84,Be=85,Qe=87,je=88,Ye=89,He=90,We=91,ze=93,Ke=94,Ze=95,Je=96,_e=97,$e=98,et=99,tt=100,dt=102,it=103,nt=104,at=106,ot=107,st=108,rt=110,pt=111,ct=112,lt=113,mt=114,It=115,ft=116,ut=117,gt=118,Tt=119,Dt=120,ht=121,yt=122,vt=123,Ft=124,qt=126,Xt=127,xt=128,bt=129,St=130,Pt=131,At=132,Nt=133,Et=134,wt=135,Ct=136,Rt=137,Mt=138,Lt=139,kt=140,Ut=141,Ot=142,Vt=143,Gt=144,Bt=145,Qt=146,jt=147,Yt=148,Ht=149,Wt=150,zt=151,Kt=152,Zt=153,Jt=154,_t=155,$t=156,ed=157,td=158,dd=159,id=160,nd=161,ad=162,od=163,sd=164,rd=165,pd=167,cd=168,ld=169,md=170,Id=171,fd=172,ud=188,gd=189,Td=190,Dd=191,hd=192,yd=193,vd=194,Fd=195,qd=196,Xd=197,xd=198,bd=199,Sd=200,Pd=201,Ad=202,Nd=203,Ed=206,wd=207,Cd=208,Rd=209,Md=210,Ld=211,kd=212,Ud=213,Od=214,Vd=215,Gd=216,Bd=217,Qd=218,jd=220,Yd=221,Hd=222,Wd=223,zd=224,Kd=225,Zd=226,Jd=227,_d=228,$d=229,ei=230,ti=231,di=232,ii=233,ni=234,ai=235,oi=236,si=237,ri=238,pi=239,ci=240,li=241,mi=242,Ii=243,fi=244,ui=245,gi=246,Ti=247,Di=248,hi=249,yi=250,vi=251,Fi=252,qi=253,Xi=254,xi=255,bi=256,Si=257,Pi=258,Ai=259,Ni=260,Ei=262,wi=263,Ci=264,Ri=265,Mi=266,Li=267,ki=268,Ui=269,Oi=270,Vi=271,Gi=272,Bi=273,Qi=274,ji=275,Yi=276,Hi=277,Wi=278,zi=279,Ki=280,Zi=281,Ji=282,_i=283,$i=284,en=285,tn=286,dn=287,nn=288,an=289,on=290,sn=291,rn=292,pn=293,cn=294,ln=295,mn=296,In=297,fn=298,un=299,gn=300,Tn=301,Dn=302,hn=303,yn=304,vn=305,Fn=306,qn=307,Xn=308,xn=309,bn=310,Sn=311,Pn=312,An=313,Nn=315,En=316,wn=317,Cn=318,Rn=320,Mn=321,Ln=322,kn=323,Un=324,On=325,Vn=326,Gn=327,Bn=328,Qn=329,jn=330,Yn=331,Hn=332,Wn=333,zn=334,Kn=335,Zn=336,Jn=337,_n=338,$n=339,ea=340,ta=341,da=342,ia=343,na=344,aa=345,oa=346,sa=347,ra=348,pa=349,ca=350,la=351,ma=352,Ia=353,fa=354,ua=355,ga=356,Ta=357,Da=358,ha=359,ya=360,va=361,Fa=362,qa=363,Xa=364,xa=365,ba=366,Sa=367,Pa=368,Aa=369,Na=371,Ea=372,wa=373,Ca=374,Ra=375,Ma=376,La=377,ka=378,Ua=379,Oa=380,Va=381,Ga=382,Ba=383,Qa=384,ja=385,Ya=386,Ha=387,Wa=388,za=389,Ka=390,Za=391,Ja=392,_a=393,$a=394,eo=395,to=396,io=397,no=398,ao=399,oo=400,so=401,ro=402,po=403,co=404,lo=405,mo=406,Io=407,fo=408,uo=409,go=410,To=411,Do=412,ho=413,yo=414,vo=415,Fo=416,qo=417,Xo=418,xo=419,bo=420,So=421,Po=422,Ao=423,No=424,Eo=425,wo=426,Co=427,Ro=428,Mo=429,Lo=430,ko=431,Uo=432,Oo=433,Vo=434,Go=435,Bo=436,Qo=437,jo=438,Yo=441,Ho=442,Wo=443,zo=444,Ko=445,Zo=446,Jo=447,_o=448,$o=451,es=452,ts=453,ds=454,is=455,ns=456,as=457,os=458,ss=459,rs=460,ps=461,cs=462,ls=463,ms=464,Is=466,fs=467,us=468,gs=469,Ts=470,Ds=471,hs=472,ys=473,vs=474,Fs=475,qs=476,Xs=477,xs=478,bs=479,Ss=480,Ps=481,As=482,Ns=483,Es=484,ws=485,Cs=486,Rs=487,Ms=488,Ls=489,ks=490,Us=491,Os=492,Vs=493,Gs=494,Bs=495,Qs=496,js=497,Ys=498,Hs=499,Ws=500,zs=501,Ks=502,Zs=503,Js=504,_s=505,$s=506,er=507,tr=508,dr=509,ir=510,nr=511,ar=512,or=513,sr=514,rr=515,pr=516,cr=517,lr=518,mr=519,Ir=520,fr=521,ur=522,gr=523,Tr=524,Dr=525,hr=526,yr=527,vr=528,Fr=529,qr=530,Xr=531,xr=532,br=533,Sr=534,Pr=535,Ar=536,Nr=537,Er=538,wr=539,Cr=540,Rr=541,Mr=542,Lr=543,kr=544,Ur=545,Or=546,Vr=547,Gr=548,Br=549,Qr=550,jr=551,Yr=552,Hr=553,Wr=554,zr=555,Kr=556,Zr=557,Jr=558,_r=559,$r=560,ep=561,tp=562,dp=563,ip=564,np=565,ap=566,op=567,sp=568,rp=569,pp=570,cp=571,lp=572,mp=573,Ip=574,fp=575,up=576,gp=577,Tp=578,Dp=579,hp=580,yp=581,vp=582,Fp=583,qp=584,Xp=585,xp=586,bp=587,Sp=588,Pp=589,Ap=590,Np=591,Ep=592,wp=593,Cp=594,Rp=595,Mp=596,Lp=597,kp=598,Up=599,Op=600,Vp=601,Gp=602,Bp=603,Qp=604,jp=605,Yp=606,Hp=607,Wp=608,zp=609,Kp=610,Zp=611,Jp=612,_p=613,$p=614,ec=615,tc=616,dc=617,ic=618,nc=619,ac=620,oc=621,sc=622,rc=623,pc=624,cc=625,lc=626,mc=627,Ic=628,fc=629,uc=630,gc=631,Tc=632,Dc=633,hc=634,yc=635,vc=636,Fc=637,qc=638,Xc=639,xc=640,bc=641,Sc=642,Pc=643,Ac=644,Nc=645,Ec=646,wc=647,Cc=648,Rc=649,Mc=650,Lc=651,kc=652,Uc=654,Oc=655,Vc=656,Gc=657,Bc=658,Qc=659,jc=660,Yc=661,Hc=662,Wc=663,zc=664,Kc=665,Zc=666,Jc=667,_c=668,$c=669,el=670,tl=671,dl=672,il=673,nl=674,al=675,ol=676,sl=677,rl=678,pl=679,cl=680,ll=681,ml=682,Il=683,fl=684,ul=685,gl=686,Tl=687,Dl=688,hl=689,yl=690,vl=691,Fl=692,ql=693,Xl=694,xl=695,bl=696,Sl=697,Pl=698,Al=699,Nl=700,El=701,wl=702,Cl=703,Rl=704,Ml=705,Ll=706,kl=707,Ul=708,Ol=709,Vl=710,Gl=711,Bl=712,Ql=713,jl=714,Yl=715,Hl=716,Wl=717,zl=718,Kl=719,Zl=720,Jl=721,_l=722,$l=723,em=724,tm=725,dm=726,im=727,nm=728,am=729,om=730,sm=731,rm=732,pm=733,cm=734,lm=735,mm=736,Im=737,fm=738,um=739,gm=740,Tm=741,Dm=742,hm=743,ym=744,vm=745,Fm=746,qm=747,Xm=748,xm=749,bm=750,Sm=751,Pm=752,Am=753,Nm=754,Em=755,wm=756,Cm=757,Rm=758,Mm=759,Lm=760,km=761,Um=762,Om=763,Vm=764,Gm=765,Bm=766,Qm=767,jm=768,Ym=769,Hm=770,Wm=771,zm=772,Km=773,Zm=774,Jm=775,_m=776,$m=777,eI=778,tI=779,dI=780,iI=781,nI=782,aI=783,oI=784,sI=785,rI=786,pI=787,cI=788,lI=789,mI=790,II=791,fI=792,uI=793,gI=794,TI=795,DI=796,hI=797,yI=798,vI=799,FI=800,qI=801,XI=802,xI=803,bI=804,SI=805,PI=806,A