1 #ifndef FIX50SP2_SECURITYLISTREQUEST_H
2 #define FIX50SP2_SECURITYLISTREQUEST_H
3 
4 #include "Message.h"
5 
6 namespace FIX50SP2
7 {
8 
9   class SecurityListRequest : public Message
10   {
11   public:
SecurityListRequest()12     SecurityListRequest() : Message(MsgType()) {}
SecurityListRequest(const FIX::Message & m)13     SecurityListRequest(const FIX::Message& m) : Message(m) {}
SecurityListRequest(const Message & m)14     SecurityListRequest(const Message& m) : Message(m) {}
SecurityListRequest(const SecurityListRequest & m)15     SecurityListRequest(const SecurityListRequest& m) : Message(m) {}
MsgType()16     static FIX::MsgType MsgType() { return FIX::MsgType("x"); }
17 
SecurityListRequest(const FIX::SecurityReqID & aSecurityReqID,const FIX::SecurityListRequestType & aSecurityListRequestType)18     SecurityListRequest(
19       const FIX::SecurityReqID& aSecurityReqID,
20       const FIX::SecurityListRequestType& aSecurityListRequestType )
21     : Message(MsgType())
22     {
23       set(aSecurityReqID);
24       set(aSecurityListRequestType);
25     }
26 
27     FIELD_SET(*this, FIX::SecurityReqID);
28     FIELD_SET(*this, FIX::SecurityListRequestType);
29     FIELD_SET(*this, FIX::MarketID);
30     FIELD_SET(*this, FIX::MarketSegmentID);
31     FIELD_SET(*this, FIX::Symbol);
32     FIELD_SET(*this, FIX::SymbolSfx);
33     FIELD_SET(*this, FIX::SecurityID);
34     FIELD_SET(*this, FIX::SecurityIDSource);
35     FIELD_SET(*this, FIX::NoSecurityAltID);
36     class NoSecurityAltID: public FIX::Group
37     {
38     public:
NoSecurityAltID()39     NoSecurityAltID() : FIX::Group(454,455,FIX::message_order(455,456,0)) {}
40       FIELD_SET(*this, FIX::SecurityAltID);
41       FIELD_SET(*this, FIX::SecurityAltIDSource);
42     };
43     FIELD_SET(*this, FIX::Product);
44     FIELD_SET(*this, FIX::ProductComplex);
45     FIELD_SET(*this, FIX::SecurityGroup);
46     FIELD_SET(*this, FIX::CFICode);
47     FIELD_SET(*this, FIX::SecurityType);
48     FIELD_SET(*this, FIX::SecuritySubType);
49     FIELD_SET(*this, FIX::MaturityMonthYear);
50     FIELD_SET(*this, FIX::MaturityDate);
51     FIELD_SET(*this, FIX::MaturityTime);
52     FIELD_SET(*this, FIX::SettleOnOpenFlag);
53     FIELD_SET(*this, FIX::InstrmtAssignmentMethod);
54     FIELD_SET(*this, FIX::SecurityStatus);
55     FIELD_SET(*this, FIX::CouponPaymentDate);
56     FIELD_SET(*this, FIX::IssueDate);
57     FIELD_SET(*this, FIX::RepoCollateralSecurityType);
58     FIELD_SET(*this, FIX::RepurchaseTerm);
59     FIELD_SET(*this, FIX::RepurchaseRate);
60     FIELD_SET(*this, FIX::Factor);
61     FIELD_SET(*this, FIX::CreditRating);
62     FIELD_SET(*this, FIX::InstrRegistry);
63     FIELD_SET(*this, FIX::CountryOfIssue);
64     FIELD_SET(*this, FIX::StateOrProvinceOfIssue);
65     FIELD_SET(*this, FIX::LocaleOfIssue);
66     FIELD_SET(*this, FIX::RedemptionDate);
67     FIELD_SET(*this, FIX::StrikePrice);
68     FIELD_SET(*this, FIX::StrikeCurrency);
69     FIELD_SET(*this, FIX::StrikeMultiplier);
70     FIELD_SET(*this, FIX::StrikeValue);
71     FIELD_SET(*this, FIX::OptAttribute);
72     FIELD_SET(*this, FIX::ContractMultiplier);
73     FIELD_SET(*this, FIX::MinPriceIncrement);
74     FIELD_SET(*this, FIX::MinPriceIncrementAmount);
75     FIELD_SET(*this, FIX::UnitOfMeasure);
76     FIELD_SET(*this, FIX::UnitOfMeasureQty);
77     FIELD_SET(*this, FIX::PriceUnitOfMeasure);
78     FIELD_SET(*this, FIX::PriceUnitOfMeasureQty);
79     FIELD_SET(*this, FIX::SettlMethod);
80     FIELD_SET(*this, FIX::ExerciseStyle);
81     FIELD_SET(*this, FIX::OptPayoutAmount);
82     FIELD_SET(*this, FIX::PriceQuoteMethod);
83     FIELD_SET(*this, FIX::ValuationMethod);
84     FIELD_SET(*this, FIX::ListMethod);
85     FIELD_SET(*this, FIX::CapPrice);
86     FIELD_SET(*this, FIX::FloorPrice);
87     FIELD_SET(*this, FIX::PutOrCall);
88     FIELD_SET(*this, FIX::FlexibleIndicator);
89     FIELD_SET(*this, FIX::FlexProductEligibilityIndicator);
90     FIELD_SET(*this, FIX::TimeUnit);
91     FIELD_SET(*this, FIX::CouponRate);
92     FIELD_SET(*this, FIX::SecurityExchange);
93     FIELD_SET(*this, FIX::PositionLimit);
94     FIELD_SET(*this, FIX::NTPositionLimit);
95     FIELD_SET(*this, FIX::Issuer);
96     FIELD_SET(*this, FIX::EncodedIssuerLen);
97     FIELD_SET(*this, FIX::EncodedIssuer);
98     FIELD_SET(*this, FIX::SecurityDesc);
99     FIELD_SET(*this, FIX::EncodedSecurityDescLen);
100     FIELD_SET(*this, FIX::EncodedSecurityDesc);
101     FIELD_SET(*this, FIX::SecurityXMLLen);
102     FIELD_SET(*this, FIX::SecurityXML);
103     FIELD_SET(*this, FIX::SecurityXMLSchema);
104     FIELD_SET(*this, FIX::Pool);
105     FIELD_SET(*this, FIX::ContractSettlMonth);
106     FIELD_SET(*this, FIX::CPProgram);
107     FIELD_SET(*this, FIX::CPRegType);
108     FIELD_SET(*this, FIX::NoEvents);
109     class NoEvents: public FIX::Group
110     {
111     public:
NoEvents()112     NoEvents() : FIX::Group(864,865,FIX::message_order(865,866,1145,867,868,0)) {}
113       FIELD_SET(*this, FIX::EventType);
114       FIELD_SET(*this, FIX::EventDate);
115       FIELD_SET(*this, FIX::EventTime);
116       FIELD_SET(*this, FIX::EventPx);
117       FIELD_SET(*this, FIX::EventText);
118     };
119     FIELD_SET(*this, FIX::DatedDate);
120     FIELD_SET(*this, FIX::InterestAccrualDate);
121     FIELD_SET(*this, FIX::NoInstrumentParties);
122     class NoInstrumentParties: public FIX::Group
123     {
124     public:
NoInstrumentParties()125     NoInstrumentParties() : FIX::Group(1018,1019,FIX::message_order(1019,1050,1051,1052,0)) {}
126       FIELD_SET(*this, FIX::InstrumentPartyID);
127       FIELD_SET(*this, FIX::InstrumentPartyIDSource);
128       FIELD_SET(*this, FIX::InstrumentPartyRole);
129       FIELD_SET(*this, FIX::NoInstrumentPartySubIDs);
130       class NoInstrumentPartySubIDs: public FIX::Group
131       {
132       public:
NoInstrumentPartySubIDs()133       NoInstrumentPartySubIDs() : FIX::Group(1052,1053,FIX::message_order(1053,1054,0)) {}
134         FIELD_SET(*this, FIX::InstrumentPartySubID);
135         FIELD_SET(*this, FIX::InstrumentPartySubIDType);
136       };
137     };
138     FIELD_SET(*this, FIX::ContractMultiplierUnit);
139     FIELD_SET(*this, FIX::FlowScheduleType);
140     FIELD_SET(*this, FIX::RestructuringType);
141     FIELD_SET(*this, FIX::Seniority);
142     FIELD_SET(*this, FIX::NotionalPercentageOutstanding);
143     FIELD_SET(*this, FIX::OriginalNotionalPercentageOutstanding);
144     FIELD_SET(*this, FIX::AttachmentPoint);
145     FIELD_SET(*this, FIX::DetachmentPoint);
146     FIELD_SET(*this, FIX::StrikePriceDeterminationMethod);
147     FIELD_SET(*this, FIX::StrikePriceBoundaryMethod);
148     FIELD_SET(*this, FIX::StrikePriceBoundaryPrecision);
149     FIELD_SET(*this, FIX::UnderlyingPriceDeterminationMethod);
150     FIELD_SET(*this, FIX::OptPayoutType);
151     FIELD_SET(*this, FIX::NoComplexEvents);
152     class NoComplexEvents: public FIX::Group
153     {
154     public:
NoComplexEvents()155     NoComplexEvents() : FIX::Group(1483,1484,FIX::message_order(1484,1485,1486,1487,1488,1489,1490,1491,0)) {}
156       FIELD_SET(*this, FIX::ComplexEventType);
157       FIELD_SET(*this, FIX::ComplexOptPayoutAmount);
158       FIELD_SET(*this, FIX::ComplexEventPrice);
159       FIELD_SET(*this, FIX::ComplexEventPriceBoundaryMethod);
160       FIELD_SET(*this, FIX::ComplexEventPriceBoundaryPrecision);
161       FIELD_SET(*this, FIX::ComplexEventPriceTimeType);
162       FIELD_SET(*this, FIX::ComplexEventCondition);
163       FIELD_SET(*this, FIX::NoComplexEventDates);
164       class NoComplexEventDates: public FIX::Group
165       {
166       public:
NoComplexEventDates()167       NoComplexEventDates() : FIX::Group(1491,1492,FIX::message_order(1492,1493,1494,0)) {}
168         FIELD_SET(*this, FIX::ComplexEventStartDate);
169         FIELD_SET(*this, FIX::ComplexEventEndDate);
170         FIELD_SET(*this, FIX::NoComplexEventTimes);
171         class NoComplexEventTimes: public FIX::Group
172         {
173         public:
NoComplexEventTimes()174         NoComplexEventTimes() : FIX::Group(1494,1495,FIX::message_order(1495,1496,0)) {}
175           FIELD_SET(*this, FIX::ComplexEventStartTime);
176           FIELD_SET(*this, FIX::ComplexEventEndTime);
177         };
178       };
179     };
180     FIELD_SET(*this, FIX::DeliveryForm);
181     FIELD_SET(*this, FIX::PctAtRisk);
182     FIELD_SET(*this, FIX::NoInstrAttrib);
183     class NoInstrAttrib: public FIX::Group
184     {
185     public:
NoInstrAttrib()186     NoInstrAttrib() : FIX::Group(870,871,FIX::message_order(871,872,0)) {}
187       FIELD_SET(*this, FIX::InstrAttribType);
188       FIELD_SET(*this, FIX::InstrAttribValue);
189     };
190     FIELD_SET(*this, FIX::AgreementDesc);
191     FIELD_SET(*this, FIX::AgreementID);
192     FIELD_SET(*this, FIX::AgreementDate);
193     FIELD_SET(*this, FIX::AgreementCurrency);
194     FIELD_SET(*this, FIX::TerminationType);
195     FIELD_SET(*this, FIX::StartDate);
196     FIELD_SET(*this, FIX::EndDate);
197     FIELD_SET(*this, FIX::DeliveryType);
198     FIELD_SET(*this, FIX::MarginRatio);
199     FIELD_SET(*this, FIX::NoUnderlyings);
200     class NoUnderlyings: public FIX::Group
201     {
202     public:
NoUnderlyings()203     NoUnderlyings() : FIX::Group(711,311,FIX::message_order(311,312,309,305,462,463,310,763,313,542,1213,241,242,243,244,245,246,256,595,592,593,594,247,316,941,317,436,998,1423,1424,1425,1000,1419,435,308,306,362,363,307,364,365,877,878,972,318,879,975,973,974,810,882,883,884,885,886,1044,1045,1046,1038,1039,315,1437,1441,1453,1454,1455,1456,1459,1460,0)) {}
204       FIELD_SET(*this, FIX::UnderlyingSymbol);
205       FIELD_SET(*this, FIX::UnderlyingSymbolSfx);
206       FIELD_SET(*this, FIX::UnderlyingSecurityID);
207       FIELD_SET(*this, FIX::UnderlyingSecurityIDSource);
208       FIELD_SET(*this, FIX::NoUnderlyingSecurityAltID);
209       class NoUnderlyingSecurityAltID: public FIX::Group
210       {
211       public:
NoUnderlyingSecurityAltID()212       NoUnderlyingSecurityAltID() : FIX::Group(457,458,FIX::message_order(458,459,0)) {}
213         FIELD_SET(*this, FIX::UnderlyingSecurityAltID);
214         FIELD_SET(*this, FIX::UnderlyingSecurityAltIDSource);
215       };
216       FIELD_SET(*this, FIX::UnderlyingProduct);
217       FIELD_SET(*this, FIX::UnderlyingCFICode);
218       FIELD_SET(*this, FIX::UnderlyingSecurityType);
219       FIELD_SET(*this, FIX::UnderlyingSecuritySubType);
220       FIELD_SET(*this, FIX::UnderlyingMaturityMonthYear);
221       FIELD_SET(*this, FIX::UnderlyingMaturityDate);
222       FIELD_SET(*this, FIX::UnderlyingMaturityTime);
223       FIELD_SET(*this, FIX::UnderlyingCouponPaymentDate);
224       FIELD_SET(*this, FIX::UnderlyingIssueDate);
225       FIELD_SET(*this, FIX::UnderlyingRepoCollateralSecurityType);
226       FIELD_SET(*this, FIX::UnderlyingRepurchaseTerm);
227       FIELD_SET(*this, FIX::UnderlyingRepurchaseRate);
228       FIELD_SET(*this, FIX::UnderlyingFactor);
229       FIELD_SET(*this, FIX::UnderlyingCreditRating);
230       FIELD_SET(*this, FIX::UnderlyingInstrRegistry);
231       FIELD_SET(*this, FIX::UnderlyingCountryOfIssue);
232       FIELD_SET(*this, FIX::UnderlyingStateOrProvinceOfIssue);
233       FIELD_SET(*this, FIX::UnderlyingLocaleOfIssue);
234       FIELD_SET(*this, FIX::UnderlyingRedemptionDate);
235       FIELD_SET(*this, FIX::UnderlyingStrikePrice);
236       FIELD_SET(*this, FIX::UnderlyingStrikeCurrency);
237       FIELD_SET(*this, FIX::UnderlyingOptAttribute);
238       FIELD_SET(*this, FIX::UnderlyingContractMultiplier);
239       FIELD_SET(*this, FIX::UnderlyingUnitOfMeasure);
240       FIELD_SET(*this, FIX::UnderlyingUnitOfMeasureQty);
241       FIELD_SET(*this, FIX::UnderlyingPriceUnitOfMeasure);
242       FIELD_SET(*this, FIX::UnderlyingPriceUnitOfMeasureQty);
243       FIELD_SET(*this, FIX::UnderlyingTimeUnit);
244       FIELD_SET(*this, FIX::UnderlyingExerciseStyle);
245       FIELD_SET(*this, FIX::UnderlyingCouponRate);
246       FIELD_SET(*this, FIX::UnderlyingSecurityExchange);
247       FIELD_SET(*this, FIX::UnderlyingIssuer);
248       FIELD_SET(*this, FIX::EncodedUnderlyingIssuerLen);
249       FIELD_SET(*this, FIX::EncodedUnderlyingIssuer);
250       FIELD_SET(*this, FIX::UnderlyingSecurityDesc);
251       FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDescLen);
252       FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDesc);
253       FIELD_SET(*this, FIX::UnderlyingCPProgram);
254       FIELD_SET(*this, FIX::UnderlyingCPRegType);
255       FIELD_SET(*this, FIX::UnderlyingAllocationPercent);
256       FIELD_SET(*this, FIX::UnderlyingCurrency);
257       FIELD_SET(*this, FIX::UnderlyingQty);
258       FIELD_SET(*this, FIX::UnderlyingSettlementType);
259       FIELD_SET(*this, FIX::UnderlyingCashAmount);
260       FIELD_SET(*this, FIX::UnderlyingCashType);
261       FIELD_SET(*this, FIX::UnderlyingPx);
262       FIELD_SET(*this, FIX::UnderlyingDirtyPrice);
263       FIELD_SET(*this, FIX::UnderlyingEndPrice);
264       FIELD_SET(*this, FIX::UnderlyingStartValue);
265       FIELD_SET(*this, FIX::UnderlyingCurrentValue);
266       FIELD_SET(*this, FIX::UnderlyingEndValue);
267       FIELD_SET(*this, FIX::NoUnderlyingStips);
268       class NoUnderlyingStips: public FIX::Group
269       {
270       public:
NoUnderlyingStips()271       NoUnderlyingStips() : FIX::Group(887,888,FIX::message_order(888,889,0)) {}
272         FIELD_SET(*this, FIX::UnderlyingStipType);
273         FIELD_SET(*this, FIX::UnderlyingStipValue);
274       };
275       FIELD_SET(*this, FIX::UnderlyingAdjustedQuantity);
276       FIELD_SET(*this, FIX::UnderlyingFXRate);
277       FIELD_SET(*this, FIX::UnderlyingFXRateCalc);
278       FIELD_SET(*this, FIX::UnderlyingCapValue);
279       FIELD_SET(*this, FIX::NoUndlyInstrumentParties);
280       class NoUndlyInstrumentParties: public FIX::Group
281       {
282       public:
NoUndlyInstrumentParties()283       NoUndlyInstrumentParties() : FIX::Group(1058,1059,FIX::message_order(1059,1060,1061,1062,0)) {}
284         FIELD_SET(*this, FIX::UnderlyingInstrumentPartyID);
285         FIELD_SET(*this, FIX::UnderlyingInstrumentPartyIDSource);
286         FIELD_SET(*this, FIX::UnderlyingInstrumentPartyRole);
287         FIELD_SET(*this, FIX::NoUndlyInstrumentPartySubIDs);
288         class NoUndlyInstrumentPartySubIDs: public FIX::Group
289         {
290         public:
NoUndlyInstrumentPartySubIDs()291         NoUndlyInstrumentPartySubIDs() : FIX::Group(1062,1063,FIX::message_order(1063,1064,0)) {}
292           FIELD_SET(*this, FIX::UnderlyingInstrumentPartySubID);
293           FIELD_SET(*this, FIX::UnderlyingInstrumentPartySubIDType);
294         };
295       };
296       FIELD_SET(*this, FIX::UnderlyingSettlMethod);
297       FIELD_SET(*this, FIX::UnderlyingPutOrCall);
298       FIELD_SET(*this, FIX::UnderlyingContractMultiplierUnit);
299       FIELD_SET(*this, FIX::UnderlyingFlowScheduleType);
300       FIELD_SET(*this, FIX::UnderlyingRestructuringType);
301       FIELD_SET(*this, FIX::UnderlyingSeniority);
302       FIELD_SET(*this, FIX::UnderlyingNotionalPercentageOutstanding);
303       FIELD_SET(*this, FIX::UnderlyingOriginalNotionalPercentageOutstanding);
304       FIELD_SET(*this, FIX::UnderlyingAttachmentPoint);
305       FIELD_SET(*this, FIX::UnderlyingDetachmentPoint);
306     };
307     FIELD_SET(*this, FIX::NoLegs);
308     class NoLegs: public FIX::Group
309     {
310     public:
NoLegs()311     NoLegs() : FIX::Group(555,600,FIX::message_order(600,601,602,603,607,608,609,764,610,611,1212,248,249,250,251,252,253,257,599,596,597,598,254,612,942,613,614,999,1224,1421,1422,1001,1420,615,616,617,618,619,620,621,622,623,624,556,740,739,955,956,1358,1017,1436,1440,0)) {}
312       FIELD_SET(*this, FIX::LegSymbol);
313       FIELD_SET(*this, FIX::LegSymbolSfx);
314       FIELD_SET(*this, FIX::LegSecurityID);
315       FIELD_SET(*this, FIX::LegSecurityIDSource);
316       FIELD_SET(*this, FIX::NoLegSecurityAltID);
317       class NoLegSecurityAltID: public FIX::Group
318       {
319       public:
NoLegSecurityAltID()320       NoLegSecurityAltID() : FIX::Group(604,605,FIX::message_order(605,606,0)) {}
321         FIELD_SET(*this, FIX::LegSecurityAltID);
322         FIELD_SET(*this, FIX::LegSecurityAltIDSource);
323       };
324       FIELD_SET(*this, FIX::LegProduct);
325       FIELD_SET(*this, FIX::LegCFICode);
326       FIELD_SET(*this, FIX::LegSecurityType);
327       FIELD_SET(*this, FIX::LegSecuritySubType);
328       FIELD_SET(*this, FIX::LegMaturityMonthYear);
329       FIELD_SET(*this, FIX::LegMaturityDate);
330       FIELD_SET(*this, FIX::LegMaturityTime);
331       FIELD_SET(*this, FIX::LegCouponPaymentDate);
332       FIELD_SET(*this, FIX::LegIssueDate);
333       FIELD_SET(*this, FIX::LegRepoCollateralSecurityType);
334       FIELD_SET(*this, FIX::LegRepurchaseTerm);
335       FIELD_SET(*this, FIX::LegRepurchaseRate);
336       FIELD_SET(*this, FIX::LegFactor);
337       FIELD_SET(*this, FIX::LegCreditRating);
338       FIELD_SET(*this, FIX::LegInstrRegistry);
339       FIELD_SET(*this, FIX::LegCountryOfIssue);
340       FIELD_SET(*this, FIX::LegStateOrProvinceOfIssue);
341       FIELD_SET(*this, FIX::LegLocaleOfIssue);
342       FIELD_SET(*this, FIX::LegRedemptionDate);
343       FIELD_SET(*this, FIX::LegStrikePrice);
344       FIELD_SET(*this, FIX::LegStrikeCurrency);
345       FIELD_SET(*this, FIX::LegOptAttribute);
346       FIELD_SET(*this, FIX::LegContractMultiplier);
347       FIELD_SET(*this, FIX::LegUnitOfMeasure);
348       FIELD_SET(*this, FIX::LegUnitOfMeasureQty);
349       FIELD_SET(*this, FIX::LegPriceUnitOfMeasure);
350       FIELD_SET(*this, FIX::LegPriceUnitOfMeasureQty);
351       FIELD_SET(*this, FIX::LegTimeUnit);
352       FIELD_SET(*this, FIX::LegExerciseStyle);
353       FIELD_SET(*this, FIX::LegCouponRate);
354       FIELD_SET(*this, FIX::LegSecurityExchange);
355       FIELD_SET(*this, FIX::LegIssuer);
356       FIELD_SET(*this, FIX::EncodedLegIssuerLen);
357       FIELD_SET(*this, FIX::EncodedLegIssuer);
358       FIELD_SET(*this, FIX::LegSecurityDesc);
359       FIELD_SET(*this, FIX::EncodedLegSecurityDescLen);
360       FIELD_SET(*this, FIX::EncodedLegSecurityDesc);
361       FIELD_SET(*this, FIX::LegRatioQty);
362       FIELD_SET(*this, FIX::LegSide);
363       FIELD_SET(*this, FIX::LegCurrency);
364       FIELD_SET(*this, FIX::LegPool);
365       FIELD_SET(*this, FIX::LegDatedDate);
366       FIELD_SET(*this, FIX::LegContractSettlMonth);
367       FIELD_SET(*this, FIX::LegInterestAccrualDate);
368       FIELD_SET(*this, FIX::LegPutOrCall);
369       FIELD_SET(*this, FIX::LegOptionRatio);
370       FIELD_SET(*this, FIX::LegContractMultiplierUnit);
371       FIELD_SET(*this, FIX::LegFlowScheduleType);
372     };
373     FIELD_SET(*this, FIX::Currency);
374     FIELD_SET(*this, FIX::Text);
375     FIELD_SET(*this, FIX::EncodedTextLen);
376     FIELD_SET(*this, FIX::EncodedText);
377     FIELD_SET(*this, FIX::TradingSessionID);
378     FIELD_SET(*this, FIX::TradingSessionSubID);
379     FIELD_SET(*this, FIX::SubscriptionRequestType);
380     FIELD_SET(*this, FIX::SecurityListID);
381     FIELD_SET(*this, FIX::SecurityListType);
382     FIELD_SET(*this, FIX::SecurityListTypeSource);
383   };
384 
385 }
386 
387 #endif
388