NewOrderCross.h 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. #ifndef FIX50SP1_NEWORDERCROSS_H
  2. #define FIX50SP1_NEWORDERCROSS_H
  3. #include "Message.h"
  4. namespace FIX50SP1
  5. {
  6. class NewOrderCross : public Message
  7. {
  8. public:
  9. NewOrderCross() : Message(MsgType()) {}
  10. NewOrderCross(const FIX::Message& m) : Message(m) {}
  11. NewOrderCross(const Message& m) : Message(m) {}
  12. NewOrderCross(const NewOrderCross& m) : Message(m) {}
  13. static FIX::MsgType MsgType() { return FIX::MsgType("s"); }
  14. NewOrderCross(
  15. const FIX::CrossID& aCrossID,
  16. const FIX::CrossType& aCrossType,
  17. const FIX::CrossPrioritization& aCrossPrioritization,
  18. const FIX::TransactTime& aTransactTime,
  19. const FIX::OrdType& aOrdType )
  20. : Message(MsgType())
  21. {
  22. set(aCrossID);
  23. set(aCrossType);
  24. set(aCrossPrioritization);
  25. set(aTransactTime);
  26. set(aOrdType);
  27. }
  28. FIELD_SET(*this, FIX::CrossID);
  29. FIELD_SET(*this, FIX::CrossType);
  30. FIELD_SET(*this, FIX::CrossPrioritization);
  31. FIELD_SET(*this, FIX::NoRootPartyIDs);
  32. class NoRootPartyIDs: public FIX::Group
  33. {
  34. public:
  35. NoRootPartyIDs() : FIX::Group(1116,1117,FIX::message_order(1117,1118,1119,1120,0)) {}
  36. FIELD_SET(*this, FIX::RootPartyID);
  37. FIELD_SET(*this, FIX::RootPartyIDSource);
  38. FIELD_SET(*this, FIX::RootPartyRole);
  39. FIELD_SET(*this, FIX::NoRootPartySubIDs);
  40. class NoRootPartySubIDs: public FIX::Group
  41. {
  42. public:
  43. NoRootPartySubIDs() : FIX::Group(1120,1121,FIX::message_order(1121,1122,0)) {}
  44. FIELD_SET(*this, FIX::RootPartySubID);
  45. FIELD_SET(*this, FIX::RootPartySubIDType);
  46. };
  47. };
  48. FIELD_SET(*this, FIX::NoSides);
  49. class NoSides: public FIX::Group
  50. {
  51. public:
  52. NoSides() : FIX::Group(552,54,FIX::message_order(54,41,11,526,583,453,229,75,1,660,581,589,590,591,70,78,854,38,152,516,468,469,12,13,479,497,528,529,1091,582,121,120,775,58,354,355,77,203,544,635,377,659,962,0)) {}
  53. FIELD_SET(*this, FIX::Side);
  54. FIELD_SET(*this, FIX::OrigClOrdID);
  55. FIELD_SET(*this, FIX::ClOrdID);
  56. FIELD_SET(*this, FIX::SecondaryClOrdID);
  57. FIELD_SET(*this, FIX::ClOrdLinkID);
  58. FIELD_SET(*this, FIX::NoPartyIDs);
  59. class NoPartyIDs: public FIX::Group
  60. {
  61. public:
  62. NoPartyIDs() : FIX::Group(453,448,FIX::message_order(448,447,452,802,0)) {}
  63. FIELD_SET(*this, FIX::PartyID);
  64. FIELD_SET(*this, FIX::PartyIDSource);
  65. FIELD_SET(*this, FIX::PartyRole);
  66. FIELD_SET(*this, FIX::NoPartySubIDs);
  67. class NoPartySubIDs: public FIX::Group
  68. {
  69. public:
  70. NoPartySubIDs() : FIX::Group(802,523,FIX::message_order(523,803,0)) {}
  71. FIELD_SET(*this, FIX::PartySubID);
  72. FIELD_SET(*this, FIX::PartySubIDType);
  73. };
  74. };
  75. FIELD_SET(*this, FIX::TradeOriginationDate);
  76. FIELD_SET(*this, FIX::TradeDate);
  77. FIELD_SET(*this, FIX::Account);
  78. FIELD_SET(*this, FIX::AcctIDSource);
  79. FIELD_SET(*this, FIX::AccountType);
  80. FIELD_SET(*this, FIX::DayBookingInst);
  81. FIELD_SET(*this, FIX::BookingUnit);
  82. FIELD_SET(*this, FIX::PreallocMethod);
  83. FIELD_SET(*this, FIX::AllocID);
  84. FIELD_SET(*this, FIX::NoAllocs);
  85. class NoAllocs: public FIX::Group
  86. {
  87. public:
  88. NoAllocs() : FIX::Group(78,79,FIX::message_order(79,661,736,467,539,80,0)) {}
  89. FIELD_SET(*this, FIX::AllocAccount);
  90. FIELD_SET(*this, FIX::AllocAcctIDSource);
  91. FIELD_SET(*this, FIX::AllocSettlCurrency);
  92. FIELD_SET(*this, FIX::IndividualAllocID);
  93. FIELD_SET(*this, FIX::NoNestedPartyIDs);
  94. class NoNestedPartyIDs: public FIX::Group
  95. {
  96. public:
  97. NoNestedPartyIDs() : FIX::Group(539,524,FIX::message_order(524,525,538,804,0)) {}
  98. FIELD_SET(*this, FIX::NestedPartyID);
  99. FIELD_SET(*this, FIX::NestedPartyIDSource);
  100. FIELD_SET(*this, FIX::NestedPartyRole);
  101. FIELD_SET(*this, FIX::NoNestedPartySubIDs);
  102. class NoNestedPartySubIDs: public FIX::Group
  103. {
  104. public:
  105. NoNestedPartySubIDs() : FIX::Group(804,545,FIX::message_order(545,805,0)) {}
  106. FIELD_SET(*this, FIX::NestedPartySubID);
  107. FIELD_SET(*this, FIX::NestedPartySubIDType);
  108. };
  109. };
  110. FIELD_SET(*this, FIX::AllocQty);
  111. };
  112. FIELD_SET(*this, FIX::QtyType);
  113. FIELD_SET(*this, FIX::OrderQty);
  114. FIELD_SET(*this, FIX::CashOrderQty);
  115. FIELD_SET(*this, FIX::OrderPercent);
  116. FIELD_SET(*this, FIX::RoundingDirection);
  117. FIELD_SET(*this, FIX::RoundingModulus);
  118. FIELD_SET(*this, FIX::Commission);
  119. FIELD_SET(*this, FIX::CommType);
  120. FIELD_SET(*this, FIX::CommCurrency);
  121. FIELD_SET(*this, FIX::FundRenewWaiv);
  122. FIELD_SET(*this, FIX::OrderCapacity);
  123. FIELD_SET(*this, FIX::OrderRestrictions);
  124. FIELD_SET(*this, FIX::PreTradeAnonymity);
  125. FIELD_SET(*this, FIX::CustOrderCapacity);
  126. FIELD_SET(*this, FIX::ForexReq);
  127. FIELD_SET(*this, FIX::SettlCurrency);
  128. FIELD_SET(*this, FIX::BookingType);
  129. FIELD_SET(*this, FIX::Text);
  130. FIELD_SET(*this, FIX::EncodedTextLen);
  131. FIELD_SET(*this, FIX::EncodedText);
  132. FIELD_SET(*this, FIX::PositionEffect);
  133. FIELD_SET(*this, FIX::CoveredOrUncovered);
  134. FIELD_SET(*this, FIX::CashMargin);
  135. FIELD_SET(*this, FIX::ClearingFeeIndicator);
  136. FIELD_SET(*this, FIX::SolicitedFlag);
  137. FIELD_SET(*this, FIX::SideComplianceID);
  138. FIELD_SET(*this, FIX::SideTimeInForce);
  139. };
  140. FIELD_SET(*this, FIX::Symbol);
  141. FIELD_SET(*this, FIX::SymbolSfx);
  142. FIELD_SET(*this, FIX::SecurityID);
  143. FIELD_SET(*this, FIX::SecurityIDSource);
  144. FIELD_SET(*this, FIX::Product);
  145. FIELD_SET(*this, FIX::ProductComplex);
  146. FIELD_SET(*this, FIX::SecurityGroup);
  147. FIELD_SET(*this, FIX::CFICode);
  148. FIELD_SET(*this, FIX::SecurityType);
  149. FIELD_SET(*this, FIX::SecuritySubType);
  150. FIELD_SET(*this, FIX::MaturityMonthYear);
  151. FIELD_SET(*this, FIX::MaturityDate);
  152. FIELD_SET(*this, FIX::MaturityTime);
  153. FIELD_SET(*this, FIX::SettleOnOpenFlag);
  154. FIELD_SET(*this, FIX::InstrmtAssignmentMethod);
  155. FIELD_SET(*this, FIX::SecurityStatus);
  156. FIELD_SET(*this, FIX::CouponPaymentDate);
  157. FIELD_SET(*this, FIX::IssueDate);
  158. FIELD_SET(*this, FIX::RepoCollateralSecurityType);
  159. FIELD_SET(*this, FIX::RepurchaseTerm);
  160. FIELD_SET(*this, FIX::RepurchaseRate);
  161. FIELD_SET(*this, FIX::Factor);
  162. FIELD_SET(*this, FIX::CreditRating);
  163. FIELD_SET(*this, FIX::InstrRegistry);
  164. FIELD_SET(*this, FIX::CountryOfIssue);
  165. FIELD_SET(*this, FIX::StateOrProvinceOfIssue);
  166. FIELD_SET(*this, FIX::LocaleOfIssue);
  167. FIELD_SET(*this, FIX::RedemptionDate);
  168. FIELD_SET(*this, FIX::StrikePrice);
  169. FIELD_SET(*this, FIX::StrikeCurrency);
  170. FIELD_SET(*this, FIX::StrikeMultiplier);
  171. FIELD_SET(*this, FIX::StrikeValue);
  172. FIELD_SET(*this, FIX::OptAttribute);
  173. FIELD_SET(*this, FIX::ContractMultiplier);
  174. FIELD_SET(*this, FIX::MinPriceIncrement);
  175. FIELD_SET(*this, FIX::MinPriceIncrementAmount);
  176. FIELD_SET(*this, FIX::UnitOfMeasure);
  177. FIELD_SET(*this, FIX::UnitOfMeasureQty);
  178. FIELD_SET(*this, FIX::PriceUnitOfMeasure);
  179. FIELD_SET(*this, FIX::PriceUnitOfMeasureQty);
  180. FIELD_SET(*this, FIX::SettlMethod);
  181. FIELD_SET(*this, FIX::ExerciseStyle);
  182. FIELD_SET(*this, FIX::OptPayAmount);
  183. FIELD_SET(*this, FIX::PriceQuoteMethod);
  184. FIELD_SET(*this, FIX::FuturesValuationMethod);
  185. FIELD_SET(*this, FIX::ListMethod);
  186. FIELD_SET(*this, FIX::CapPrice);
  187. FIELD_SET(*this, FIX::FloorPrice);
  188. FIELD_SET(*this, FIX::PutOrCall);
  189. FIELD_SET(*this, FIX::FlexibleIndicator);
  190. FIELD_SET(*this, FIX::FlexProductEligibilityIndicator);
  191. FIELD_SET(*this, FIX::TimeUnit);
  192. FIELD_SET(*this, FIX::CouponRate);
  193. FIELD_SET(*this, FIX::SecurityExchange);
  194. FIELD_SET(*this, FIX::PositionLimit);
  195. FIELD_SET(*this, FIX::NTPositionLimit);
  196. FIELD_SET(*this, FIX::Issuer);
  197. FIELD_SET(*this, FIX::EncodedIssuerLen);
  198. FIELD_SET(*this, FIX::EncodedIssuer);
  199. FIELD_SET(*this, FIX::SecurityDesc);
  200. FIELD_SET(*this, FIX::EncodedSecurityDescLen);
  201. FIELD_SET(*this, FIX::EncodedSecurityDesc);
  202. FIELD_SET(*this, FIX::Pool);
  203. FIELD_SET(*this, FIX::ContractSettlMonth);
  204. FIELD_SET(*this, FIX::CPProgram);
  205. FIELD_SET(*this, FIX::CPRegType);
  206. FIELD_SET(*this, FIX::DatedDate);
  207. FIELD_SET(*this, FIX::InterestAccrualDate);
  208. FIELD_SET(*this, FIX::NoUnderlyings);
  209. class NoUnderlyings: public FIX::Group
  210. {
  211. public:
  212. 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,0)) {}
  213. FIELD_SET(*this, FIX::UnderlyingSymbol);
  214. FIELD_SET(*this, FIX::UnderlyingSymbolSfx);
  215. FIELD_SET(*this, FIX::UnderlyingSecurityID);
  216. FIELD_SET(*this, FIX::UnderlyingSecurityIDSource);
  217. FIELD_SET(*this, FIX::UnderlyingProduct);
  218. FIELD_SET(*this, FIX::UnderlyingCFICode);
  219. FIELD_SET(*this, FIX::UnderlyingSecurityType);
  220. FIELD_SET(*this, FIX::UnderlyingSecuritySubType);
  221. FIELD_SET(*this, FIX::UnderlyingMaturityMonthYear);
  222. FIELD_SET(*this, FIX::UnderlyingMaturityDate);
  223. FIELD_SET(*this, FIX::UnderlyingMaturityTime);
  224. FIELD_SET(*this, FIX::UnderlyingCouponPaymentDate);
  225. FIELD_SET(*this, FIX::UnderlyingIssueDate);
  226. FIELD_SET(*this, FIX::UnderlyingRepoCollateralSecurityType);
  227. FIELD_SET(*this, FIX::UnderlyingRepurchaseTerm);
  228. FIELD_SET(*this, FIX::UnderlyingRepurchaseRate);
  229. FIELD_SET(*this, FIX::UnderlyingFactor);
  230. FIELD_SET(*this, FIX::UnderlyingCreditRating);
  231. FIELD_SET(*this, FIX::UnderlyingInstrRegistry);
  232. FIELD_SET(*this, FIX::UnderlyingCountryOfIssue);
  233. FIELD_SET(*this, FIX::UnderlyingStateOrProvinceOfIssue);
  234. FIELD_SET(*this, FIX::UnderlyingLocaleOfIssue);
  235. FIELD_SET(*this, FIX::UnderlyingRedemptionDate);
  236. FIELD_SET(*this, FIX::UnderlyingStrikePrice);
  237. FIELD_SET(*this, FIX::UnderlyingStrikeCurrency);
  238. FIELD_SET(*this, FIX::UnderlyingOptAttribute);
  239. FIELD_SET(*this, FIX::UnderlyingContractMultiplier);
  240. FIELD_SET(*this, FIX::UnderlyingUnitOfMeasure);
  241. FIELD_SET(*this, FIX::UnderlyingUnitOfMeasureQty);
  242. FIELD_SET(*this, FIX::UnderlyingPriceUnitOfMeasure);
  243. FIELD_SET(*this, FIX::UnderlyingPriceUnitOfMeasureQty);
  244. FIELD_SET(*this, FIX::UnderlyingTimeUnit);
  245. FIELD_SET(*this, FIX::UnderlyingExerciseStyle);
  246. FIELD_SET(*this, FIX::UnderlyingCouponRate);
  247. FIELD_SET(*this, FIX::UnderlyingSecurityExchange);
  248. FIELD_SET(*this, FIX::UnderlyingIssuer);
  249. FIELD_SET(*this, FIX::EncodedUnderlyingIssuerLen);
  250. FIELD_SET(*this, FIX::EncodedUnderlyingIssuer);
  251. FIELD_SET(*this, FIX::UnderlyingSecurityDesc);
  252. FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDescLen);
  253. FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDesc);
  254. FIELD_SET(*this, FIX::UnderlyingCPProgram);
  255. FIELD_SET(*this, FIX::UnderlyingCPRegType);
  256. FIELD_SET(*this, FIX::UnderlyingAllocationPercent);
  257. FIELD_SET(*this, FIX::UnderlyingCurrency);
  258. FIELD_SET(*this, FIX::UnderlyingQty);
  259. FIELD_SET(*this, FIX::UnderlyingSettlementType);
  260. FIELD_SET(*this, FIX::UnderlyingCashAmount);
  261. FIELD_SET(*this, FIX::UnderlyingCashType);
  262. FIELD_SET(*this, FIX::UnderlyingPx);
  263. FIELD_SET(*this, FIX::UnderlyingDirtyPrice);
  264. FIELD_SET(*this, FIX::UnderlyingEndPrice);
  265. FIELD_SET(*this, FIX::UnderlyingStartValue);
  266. FIELD_SET(*this, FIX::UnderlyingCurrentValue);
  267. FIELD_SET(*this, FIX::UnderlyingEndValue);
  268. FIELD_SET(*this, FIX::UnderlyingAdjustedQuantity);
  269. FIELD_SET(*this, FIX::UnderlyingFXRate);
  270. FIELD_SET(*this, FIX::UnderlyingFXRateCalc);
  271. FIELD_SET(*this, FIX::UnderlyingCapValue);
  272. FIELD_SET(*this, FIX::UnderlyingSettlMethod);
  273. FIELD_SET(*this, FIX::UnderlyingPutOrCall);
  274. };
  275. FIELD_SET(*this, FIX::NoLegs);
  276. class NoLegs: public FIX::Group
  277. {
  278. public:
  279. 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,0)) {}
  280. FIELD_SET(*this, FIX::LegSymbol);
  281. FIELD_SET(*this, FIX::LegSymbolSfx);
  282. FIELD_SET(*this, FIX::LegSecurityID);
  283. FIELD_SET(*this, FIX::LegSecurityIDSource);
  284. FIELD_SET(*this, FIX::LegProduct);
  285. FIELD_SET(*this, FIX::LegCFICode);
  286. FIELD_SET(*this, FIX::LegSecurityType);
  287. FIELD_SET(*this, FIX::LegSecuritySubType);
  288. FIELD_SET(*this, FIX::LegMaturityMonthYear);
  289. FIELD_SET(*this, FIX::LegMaturityDate);
  290. FIELD_SET(*this, FIX::LegMaturityTime);
  291. FIELD_SET(*this, FIX::LegCouponPaymentDate);
  292. FIELD_SET(*this, FIX::LegIssueDate);
  293. FIELD_SET(*this, FIX::LegRepoCollateralSecurityType);
  294. FIELD_SET(*this, FIX::LegRepurchaseTerm);
  295. FIELD_SET(*this, FIX::LegRepurchaseRate);
  296. FIELD_SET(*this, FIX::LegFactor);
  297. FIELD_SET(*this, FIX::LegCreditRating);
  298. FIELD_SET(*this, FIX::LegInstrRegistry);
  299. FIELD_SET(*this, FIX::LegCountryOfIssue);
  300. FIELD_SET(*this, FIX::LegStateOrProvinceOfIssue);
  301. FIELD_SET(*this, FIX::LegLocaleOfIssue);
  302. FIELD_SET(*this, FIX::LegRedemptionDate);
  303. FIELD_SET(*this, FIX::LegStrikePrice);
  304. FIELD_SET(*this, FIX::LegStrikeCurrency);
  305. FIELD_SET(*this, FIX::LegOptAttribute);
  306. FIELD_SET(*this, FIX::LegContractMultiplier);
  307. FIELD_SET(*this, FIX::LegUnitOfMeasure);
  308. FIELD_SET(*this, FIX::LegUnitOfMeasureQty);
  309. FIELD_SET(*this, FIX::LegPriceUnitOfMeasure);
  310. FIELD_SET(*this, FIX::LegPriceUnitOfMeasureQty);
  311. FIELD_SET(*this, FIX::LegTimeUnit);
  312. FIELD_SET(*this, FIX::LegExerciseStyle);
  313. FIELD_SET(*this, FIX::LegCouponRate);
  314. FIELD_SET(*this, FIX::LegSecurityExchange);
  315. FIELD_SET(*this, FIX::LegIssuer);
  316. FIELD_SET(*this, FIX::EncodedLegIssuerLen);
  317. FIELD_SET(*this, FIX::EncodedLegIssuer);
  318. FIELD_SET(*this, FIX::LegSecurityDesc);
  319. FIELD_SET(*this, FIX::EncodedLegSecurityDescLen);
  320. FIELD_SET(*this, FIX::EncodedLegSecurityDesc);
  321. FIELD_SET(*this, FIX::LegRatioQty);
  322. FIELD_SET(*this, FIX::LegSide);
  323. FIELD_SET(*this, FIX::LegCurrency);
  324. FIELD_SET(*this, FIX::LegPool);
  325. FIELD_SET(*this, FIX::LegDatedDate);
  326. FIELD_SET(*this, FIX::LegContractSettlMonth);
  327. FIELD_SET(*this, FIX::LegInterestAccrualDate);
  328. FIELD_SET(*this, FIX::LegPutOrCall);
  329. FIELD_SET(*this, FIX::LegOptionRatio);
  330. };
  331. FIELD_SET(*this, FIX::SettlType);
  332. FIELD_SET(*this, FIX::SettlDate);
  333. FIELD_SET(*this, FIX::HandlInst);
  334. FIELD_SET(*this, FIX::ExecInst);
  335. FIELD_SET(*this, FIX::MinQty);
  336. FIELD_SET(*this, FIX::MatchIncrement);
  337. FIELD_SET(*this, FIX::MaxPriceLevels);
  338. FIELD_SET(*this, FIX::DisplayQty);
  339. FIELD_SET(*this, FIX::SecondaryDisplayQty);
  340. FIELD_SET(*this, FIX::DisplayWhen);
  341. FIELD_SET(*this, FIX::DisplayMethod);
  342. FIELD_SET(*this, FIX::DisplayLowQty);
  343. FIELD_SET(*this, FIX::DisplayHighQty);
  344. FIELD_SET(*this, FIX::DisplayMinIncr);
  345. FIELD_SET(*this, FIX::RefreshQty);
  346. FIELD_SET(*this, FIX::MaxFloor);
  347. FIELD_SET(*this, FIX::ExDestination);
  348. FIELD_SET(*this, FIX::ExDestinationIDSource);
  349. FIELD_SET(*this, FIX::NoTradingSessions);
  350. class NoTradingSessions: public FIX::Group
  351. {
  352. public:
  353. NoTradingSessions() : FIX::Group(386,336,FIX::message_order(336,625,0)) {}
  354. FIELD_SET(*this, FIX::TradingSessionID);
  355. FIELD_SET(*this, FIX::TradingSessionSubID);
  356. };
  357. FIELD_SET(*this, FIX::ProcessCode);
  358. FIELD_SET(*this, FIX::PrevClosePx);
  359. FIELD_SET(*this, FIX::LocateReqd);
  360. FIELD_SET(*this, FIX::TransactTime);
  361. FIELD_SET(*this, FIX::TransBkdTime);
  362. FIELD_SET(*this, FIX::NoStipulations);
  363. class NoStipulations: public FIX::Group
  364. {
  365. public:
  366. NoStipulations() : FIX::Group(232,233,FIX::message_order(233,234,0)) {}
  367. FIELD_SET(*this, FIX::StipulationType);
  368. FIELD_SET(*this, FIX::StipulationValue);
  369. };
  370. FIELD_SET(*this, FIX::OrdType);
  371. FIELD_SET(*this, FIX::PriceType);
  372. FIELD_SET(*this, FIX::Price);
  373. FIELD_SET(*this, FIX::PriceProtectionScope);
  374. FIELD_SET(*this, FIX::StopPx);
  375. FIELD_SET(*this, FIX::TriggerType);
  376. FIELD_SET(*this, FIX::TriggerAction);
  377. FIELD_SET(*this, FIX::TriggerPrice);
  378. FIELD_SET(*this, FIX::TriggerSymbol);
  379. FIELD_SET(*this, FIX::TriggerSecurityID);
  380. FIELD_SET(*this, FIX::TriggerSecurityIDSource);
  381. FIELD_SET(*this, FIX::TriggerSecurityDesc);
  382. FIELD_SET(*this, FIX::TriggerPriceType);
  383. FIELD_SET(*this, FIX::TriggerPriceTypeScope);
  384. FIELD_SET(*this, FIX::TriggerPriceDirection);
  385. FIELD_SET(*this, FIX::TriggerNewPrice);
  386. FIELD_SET(*this, FIX::TriggerOrderType);
  387. FIELD_SET(*this, FIX::TriggerNewQty);
  388. FIELD_SET(*this, FIX::TriggerTradingSessionID);
  389. FIELD_SET(*this, FIX::TriggerTradingSessionSubID);
  390. FIELD_SET(*this, FIX::Spread);
  391. FIELD_SET(*this, FIX::BenchmarkCurveCurrency);
  392. FIELD_SET(*this, FIX::BenchmarkCurveName);
  393. FIELD_SET(*this, FIX::BenchmarkCurvePoint);
  394. FIELD_SET(*this, FIX::BenchmarkPrice);
  395. FIELD_SET(*this, FIX::BenchmarkPriceType);
  396. FIELD_SET(*this, FIX::BenchmarkSecurityID);
  397. FIELD_SET(*this, FIX::BenchmarkSecurityIDSource);
  398. FIELD_SET(*this, FIX::YieldType);
  399. FIELD_SET(*this, FIX::Yield);
  400. FIELD_SET(*this, FIX::YieldCalcDate);
  401. FIELD_SET(*this, FIX::YieldRedemptionDate);
  402. FIELD_SET(*this, FIX::YieldRedemptionPrice);
  403. FIELD_SET(*this, FIX::YieldRedemptionPriceType);
  404. FIELD_SET(*this, FIX::Currency);
  405. FIELD_SET(*this, FIX::ComplianceID);
  406. FIELD_SET(*this, FIX::IOIID);
  407. FIELD_SET(*this, FIX::QuoteID);
  408. FIELD_SET(*this, FIX::TimeInForce);
  409. FIELD_SET(*this, FIX::EffectiveTime);
  410. FIELD_SET(*this, FIX::ExpireDate);
  411. FIELD_SET(*this, FIX::ExpireTime);
  412. FIELD_SET(*this, FIX::GTBookingInst);
  413. FIELD_SET(*this, FIX::MaxShow);
  414. FIELD_SET(*this, FIX::PegOffsetValue);
  415. FIELD_SET(*this, FIX::PegPriceType);
  416. FIELD_SET(*this, FIX::PegMoveType);
  417. FIELD_SET(*this, FIX::PegOffsetType);
  418. FIELD_SET(*this, FIX::PegLimitType);
  419. FIELD_SET(*this, FIX::PegRoundDirection);
  420. FIELD_SET(*this, FIX::PegScope);
  421. FIELD_SET(*this, FIX::PegSecurityIDSource);
  422. FIELD_SET(*this, FIX::PegSecurityID);
  423. FIELD_SET(*this, FIX::PegSymbol);
  424. FIELD_SET(*this, FIX::PegSecurityDesc);
  425. FIELD_SET(*this, FIX::DiscretionInst);
  426. FIELD_SET(*this, FIX::DiscretionOffsetValue);
  427. FIELD_SET(*this, FIX::DiscretionMoveType);
  428. FIELD_SET(*this, FIX::DiscretionOffsetType);
  429. FIELD_SET(*this, FIX::DiscretionLimitType);
  430. FIELD_SET(*this, FIX::DiscretionRoundDirection);
  431. FIELD_SET(*this, FIX::DiscretionScope);
  432. FIELD_SET(*this, FIX::TargetStrategy);
  433. FIELD_SET(*this, FIX::NoStrategyParameters);
  434. class NoStrategyParameters: public FIX::Group
  435. {
  436. public:
  437. NoStrategyParameters() : FIX::Group(957,958,FIX::message_order(958,959,960,0)) {}
  438. FIELD_SET(*this, FIX::StrategyParameterName);
  439. FIELD_SET(*this, FIX::StrategyParameterType);
  440. FIELD_SET(*this, FIX::StrategyParameterValue);
  441. };
  442. FIELD_SET(*this, FIX::TargetStrategyParameters);
  443. FIELD_SET(*this, FIX::ParticipationRate);
  444. FIELD_SET(*this, FIX::CancellationRights);
  445. FIELD_SET(*this, FIX::MoneyLaunderingStatus);
  446. FIELD_SET(*this, FIX::RegistID);
  447. FIELD_SET(*this, FIX::Designation);
  448. };
  449. }
  450. #endif