ListStrikePrice.h 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. #ifndef FIX50_LISTSTRIKEPRICE_H
  2. #define FIX50_LISTSTRIKEPRICE_H
  3. #include "Message.h"
  4. namespace FIX50
  5. {
  6. class ListStrikePrice : public Message
  7. {
  8. public:
  9. ListStrikePrice() : Message(MsgType()) {}
  10. ListStrikePrice(const FIX::Message& m) : Message(m) {}
  11. ListStrikePrice(const Message& m) : Message(m) {}
  12. ListStrikePrice(const ListStrikePrice& m) : Message(m) {}
  13. static FIX::MsgType MsgType() { return FIX::MsgType("m"); }
  14. ListStrikePrice(
  15. const FIX::ListID& aListID,
  16. const FIX::TotNoStrikes& aTotNoStrikes )
  17. : Message(MsgType())
  18. {
  19. set(aListID);
  20. set(aTotNoStrikes);
  21. }
  22. FIELD_SET(*this, FIX::ListID);
  23. FIELD_SET(*this, FIX::TotNoStrikes);
  24. FIELD_SET(*this, FIX::LastFragment);
  25. FIELD_SET(*this, FIX::NoStrikes);
  26. class NoStrikes: public FIX::Group
  27. {
  28. public:
  29. NoStrikes() : FIX::Group(428,55,FIX::message_order(55,65,48,22,460,461,167,762,200,541,1079,201,966,1049,965,224,225,239,226,227,228,255,543,470,471,472,240,202,947,967,968,206,231,969,996,997,223,207,970,971,106,348,349,107,350,351,691,667,875,876,873,874,0)) {}
  30. FIELD_SET(*this, FIX::Symbol);
  31. FIELD_SET(*this, FIX::SymbolSfx);
  32. FIELD_SET(*this, FIX::SecurityID);
  33. FIELD_SET(*this, FIX::SecurityIDSource);
  34. FIELD_SET(*this, FIX::Product);
  35. FIELD_SET(*this, FIX::CFICode);
  36. FIELD_SET(*this, FIX::SecurityType);
  37. FIELD_SET(*this, FIX::SecuritySubType);
  38. FIELD_SET(*this, FIX::MaturityMonthYear);
  39. FIELD_SET(*this, FIX::MaturityDate);
  40. FIELD_SET(*this, FIX::MaturityTime);
  41. FIELD_SET(*this, FIX::PutOrCall);
  42. FIELD_SET(*this, FIX::SettleOnOpenFlag);
  43. FIELD_SET(*this, FIX::InstrmtAssignmentMethod);
  44. FIELD_SET(*this, FIX::SecurityStatus);
  45. FIELD_SET(*this, FIX::CouponPaymentDate);
  46. FIELD_SET(*this, FIX::IssueDate);
  47. FIELD_SET(*this, FIX::RepoCollateralSecurityType);
  48. FIELD_SET(*this, FIX::RepurchaseTerm);
  49. FIELD_SET(*this, FIX::RepurchaseRate);
  50. FIELD_SET(*this, FIX::Factor);
  51. FIELD_SET(*this, FIX::CreditRating);
  52. FIELD_SET(*this, FIX::InstrRegistry);
  53. FIELD_SET(*this, FIX::CountryOfIssue);
  54. FIELD_SET(*this, FIX::StateOrProvinceOfIssue);
  55. FIELD_SET(*this, FIX::LocaleOfIssue);
  56. FIELD_SET(*this, FIX::RedemptionDate);
  57. FIELD_SET(*this, FIX::StrikePrice);
  58. FIELD_SET(*this, FIX::StrikeCurrency);
  59. FIELD_SET(*this, FIX::StrikeMultiplier);
  60. FIELD_SET(*this, FIX::StrikeValue);
  61. FIELD_SET(*this, FIX::OptAttribute);
  62. FIELD_SET(*this, FIX::ContractMultiplier);
  63. FIELD_SET(*this, FIX::MinPriceIncrement);
  64. FIELD_SET(*this, FIX::UnitOfMeasure);
  65. FIELD_SET(*this, FIX::TimeUnit);
  66. FIELD_SET(*this, FIX::CouponRate);
  67. FIELD_SET(*this, FIX::SecurityExchange);
  68. FIELD_SET(*this, FIX::PositionLimit);
  69. FIELD_SET(*this, FIX::NTPositionLimit);
  70. FIELD_SET(*this, FIX::Issuer);
  71. FIELD_SET(*this, FIX::EncodedIssuerLen);
  72. FIELD_SET(*this, FIX::EncodedIssuer);
  73. FIELD_SET(*this, FIX::SecurityDesc);
  74. FIELD_SET(*this, FIX::EncodedSecurityDescLen);
  75. FIELD_SET(*this, FIX::EncodedSecurityDesc);
  76. FIELD_SET(*this, FIX::Pool);
  77. FIELD_SET(*this, FIX::ContractSettlMonth);
  78. FIELD_SET(*this, FIX::CPProgram);
  79. FIELD_SET(*this, FIX::CPRegType);
  80. FIELD_SET(*this, FIX::DatedDate);
  81. FIELD_SET(*this, FIX::InterestAccrualDate);
  82. };
  83. FIELD_SET(*this, FIX::NoUnderlyings);
  84. class NoUnderlyings: public FIX::Group
  85. {
  86. public:
  87. NoUnderlyings() : FIX::Group(711,311,FIX::message_order(311,312,309,305,462,463,310,763,313,542,315,241,242,243,244,245,246,256,595,592,593,594,247,316,941,317,436,998,1000,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,140,11,526,54,44,15,58,354,355,0)) {}
  88. FIELD_SET(*this, FIX::UnderlyingSymbol);
  89. FIELD_SET(*this, FIX::UnderlyingSymbolSfx);
  90. FIELD_SET(*this, FIX::UnderlyingSecurityID);
  91. FIELD_SET(*this, FIX::UnderlyingSecurityIDSource);
  92. FIELD_SET(*this, FIX::UnderlyingProduct);
  93. FIELD_SET(*this, FIX::UnderlyingCFICode);
  94. FIELD_SET(*this, FIX::UnderlyingSecurityType);
  95. FIELD_SET(*this, FIX::UnderlyingSecuritySubType);
  96. FIELD_SET(*this, FIX::UnderlyingMaturityMonthYear);
  97. FIELD_SET(*this, FIX::UnderlyingMaturityDate);
  98. FIELD_SET(*this, FIX::UnderlyingPutOrCall);
  99. FIELD_SET(*this, FIX::UnderlyingCouponPaymentDate);
  100. FIELD_SET(*this, FIX::UnderlyingIssueDate);
  101. FIELD_SET(*this, FIX::UnderlyingRepoCollateralSecurityType);
  102. FIELD_SET(*this, FIX::UnderlyingRepurchaseTerm);
  103. FIELD_SET(*this, FIX::UnderlyingRepurchaseRate);
  104. FIELD_SET(*this, FIX::UnderlyingFactor);
  105. FIELD_SET(*this, FIX::UnderlyingCreditRating);
  106. FIELD_SET(*this, FIX::UnderlyingInstrRegistry);
  107. FIELD_SET(*this, FIX::UnderlyingCountryOfIssue);
  108. FIELD_SET(*this, FIX::UnderlyingStateOrProvinceOfIssue);
  109. FIELD_SET(*this, FIX::UnderlyingLocaleOfIssue);
  110. FIELD_SET(*this, FIX::UnderlyingRedemptionDate);
  111. FIELD_SET(*this, FIX::UnderlyingStrikePrice);
  112. FIELD_SET(*this, FIX::UnderlyingStrikeCurrency);
  113. FIELD_SET(*this, FIX::UnderlyingOptAttribute);
  114. FIELD_SET(*this, FIX::UnderlyingContractMultiplier);
  115. FIELD_SET(*this, FIX::UnderlyingUnitOfMeasure);
  116. FIELD_SET(*this, FIX::UnderlyingTimeUnit);
  117. FIELD_SET(*this, FIX::UnderlyingCouponRate);
  118. FIELD_SET(*this, FIX::UnderlyingSecurityExchange);
  119. FIELD_SET(*this, FIX::UnderlyingIssuer);
  120. FIELD_SET(*this, FIX::EncodedUnderlyingIssuerLen);
  121. FIELD_SET(*this, FIX::EncodedUnderlyingIssuer);
  122. FIELD_SET(*this, FIX::UnderlyingSecurityDesc);
  123. FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDescLen);
  124. FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDesc);
  125. FIELD_SET(*this, FIX::UnderlyingCPProgram);
  126. FIELD_SET(*this, FIX::UnderlyingCPRegType);
  127. FIELD_SET(*this, FIX::UnderlyingAllocationPercent);
  128. FIELD_SET(*this, FIX::UnderlyingCurrency);
  129. FIELD_SET(*this, FIX::UnderlyingQty);
  130. FIELD_SET(*this, FIX::UnderlyingSettlementType);
  131. FIELD_SET(*this, FIX::UnderlyingCashAmount);
  132. FIELD_SET(*this, FIX::UnderlyingCashType);
  133. FIELD_SET(*this, FIX::UnderlyingPx);
  134. FIELD_SET(*this, FIX::UnderlyingDirtyPrice);
  135. FIELD_SET(*this, FIX::UnderlyingEndPrice);
  136. FIELD_SET(*this, FIX::UnderlyingStartValue);
  137. FIELD_SET(*this, FIX::UnderlyingCurrentValue);
  138. FIELD_SET(*this, FIX::UnderlyingEndValue);
  139. FIELD_SET(*this, FIX::UnderlyingAdjustedQuantity);
  140. FIELD_SET(*this, FIX::UnderlyingFXRate);
  141. FIELD_SET(*this, FIX::UnderlyingFXRateCalc);
  142. FIELD_SET(*this, FIX::UnderlyingCapValue);
  143. FIELD_SET(*this, FIX::UnderlyingSettlMethod);
  144. FIELD_SET(*this, FIX::PrevClosePx);
  145. FIELD_SET(*this, FIX::ClOrdID);
  146. FIELD_SET(*this, FIX::SecondaryClOrdID);
  147. FIELD_SET(*this, FIX::Side);
  148. FIELD_SET(*this, FIX::Price);
  149. FIELD_SET(*this, FIX::Currency);
  150. FIELD_SET(*this, FIX::Text);
  151. FIELD_SET(*this, FIX::EncodedTextLen);
  152. FIELD_SET(*this, FIX::EncodedText);
  153. };
  154. };
  155. }
  156. #endif