StreamAssignmentReport.h 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. #ifndef FIX50SP2_STREAMASSIGNMENTREPORT_H
  2. #define FIX50SP2_STREAMASSIGNMENTREPORT_H
  3. #include "Message.h"
  4. namespace FIX50SP2
  5. {
  6. class StreamAssignmentReport : public Message
  7. {
  8. public:
  9. StreamAssignmentReport() : Message(MsgType()) {}
  10. StreamAssignmentReport(const FIX::Message& m) : Message(m) {}
  11. StreamAssignmentReport(const Message& m) : Message(m) {}
  12. StreamAssignmentReport(const StreamAssignmentReport& m) : Message(m) {}
  13. static FIX::MsgType MsgType() { return FIX::MsgType("CD"); }
  14. StreamAssignmentReport(
  15. const FIX::StreamAsgnRptID& aStreamAsgnRptID )
  16. : Message(MsgType())
  17. {
  18. set(aStreamAsgnRptID);
  19. }
  20. FIELD_SET(*this, FIX::StreamAsgnRptID);
  21. FIELD_SET(*this, FIX::StreamAsgnReqType);
  22. FIELD_SET(*this, FIX::StreamAsgnReqID);
  23. FIELD_SET(*this, FIX::NoAsgnReqs);
  24. class NoAsgnReqs: public FIX::Group
  25. {
  26. public:
  27. NoAsgnReqs() : FIX::Group(1499,453,FIX::message_order(453,146,0)) {}
  28. FIELD_SET(*this, FIX::NoPartyIDs);
  29. class NoPartyIDs: public FIX::Group
  30. {
  31. public:
  32. NoPartyIDs() : FIX::Group(453,448,FIX::message_order(448,447,452,802,0)) {}
  33. FIELD_SET(*this, FIX::PartyID);
  34. FIELD_SET(*this, FIX::PartyIDSource);
  35. FIELD_SET(*this, FIX::PartyRole);
  36. FIELD_SET(*this, FIX::NoPartySubIDs);
  37. class NoPartySubIDs: public FIX::Group
  38. {
  39. public:
  40. NoPartySubIDs() : FIX::Group(802,523,FIX::message_order(523,803,0)) {}
  41. FIELD_SET(*this, FIX::PartySubID);
  42. FIELD_SET(*this, FIX::PartySubIDType);
  43. };
  44. };
  45. FIELD_SET(*this, FIX::NoRelatedSym);
  46. class NoRelatedSym: public FIX::Group
  47. {
  48. public:
  49. NoRelatedSym() : FIX::Group(146,55,FIX::message_order(55,65,48,22,460,1227,1151,461,167,762,200,541,1079,966,1049,965,224,225,239,226,227,228,255,543,470,471,472,240,202,947,967,968,206,231,969,1146,996,1147,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,201,1244,1242,997,223,207,970,971,106,348,349,107,350,351,691,667,875,876,873,874,1435,1439,1449,1450,1451,1452,1457,1458,1478,1479,1480,1481,1482,63,1617,1500,1502,58,354,355,0)) {}
  50. FIELD_SET(*this, FIX::Symbol);
  51. FIELD_SET(*this, FIX::SymbolSfx);
  52. FIELD_SET(*this, FIX::SecurityID);
  53. FIELD_SET(*this, FIX::SecurityIDSource);
  54. FIELD_SET(*this, FIX::Product);
  55. FIELD_SET(*this, FIX::ProductComplex);
  56. FIELD_SET(*this, FIX::SecurityGroup);
  57. FIELD_SET(*this, FIX::CFICode);
  58. FIELD_SET(*this, FIX::SecurityType);
  59. FIELD_SET(*this, FIX::SecuritySubType);
  60. FIELD_SET(*this, FIX::MaturityMonthYear);
  61. FIELD_SET(*this, FIX::MaturityDate);
  62. FIELD_SET(*this, FIX::MaturityTime);
  63. FIELD_SET(*this, FIX::SettleOnOpenFlag);
  64. FIELD_SET(*this, FIX::InstrmtAssignmentMethod);
  65. FIELD_SET(*this, FIX::SecurityStatus);
  66. FIELD_SET(*this, FIX::CouponPaymentDate);
  67. FIELD_SET(*this, FIX::IssueDate);
  68. FIELD_SET(*this, FIX::RepoCollateralSecurityType);
  69. FIELD_SET(*this, FIX::RepurchaseTerm);
  70. FIELD_SET(*this, FIX::RepurchaseRate);
  71. FIELD_SET(*this, FIX::Factor);
  72. FIELD_SET(*this, FIX::CreditRating);
  73. FIELD_SET(*this, FIX::InstrRegistry);
  74. FIELD_SET(*this, FIX::CountryOfIssue);
  75. FIELD_SET(*this, FIX::StateOrProvinceOfIssue);
  76. FIELD_SET(*this, FIX::LocaleOfIssue);
  77. FIELD_SET(*this, FIX::RedemptionDate);
  78. FIELD_SET(*this, FIX::StrikePrice);
  79. FIELD_SET(*this, FIX::StrikeCurrency);
  80. FIELD_SET(*this, FIX::StrikeMultiplier);
  81. FIELD_SET(*this, FIX::StrikeValue);
  82. FIELD_SET(*this, FIX::OptAttribute);
  83. FIELD_SET(*this, FIX::ContractMultiplier);
  84. FIELD_SET(*this, FIX::MinPriceIncrement);
  85. FIELD_SET(*this, FIX::MinPriceIncrementAmount);
  86. FIELD_SET(*this, FIX::UnitOfMeasure);
  87. FIELD_SET(*this, FIX::UnitOfMeasureQty);
  88. FIELD_SET(*this, FIX::PriceUnitOfMeasure);
  89. FIELD_SET(*this, FIX::PriceUnitOfMeasureQty);
  90. FIELD_SET(*this, FIX::SettlMethod);
  91. FIELD_SET(*this, FIX::ExerciseStyle);
  92. FIELD_SET(*this, FIX::OptPayoutAmount);
  93. FIELD_SET(*this, FIX::PriceQuoteMethod);
  94. FIELD_SET(*this, FIX::ValuationMethod);
  95. FIELD_SET(*this, FIX::ListMethod);
  96. FIELD_SET(*this, FIX::CapPrice);
  97. FIELD_SET(*this, FIX::FloorPrice);
  98. FIELD_SET(*this, FIX::PutOrCall);
  99. FIELD_SET(*this, FIX::FlexibleIndicator);
  100. FIELD_SET(*this, FIX::FlexProductEligibilityIndicator);
  101. FIELD_SET(*this, FIX::TimeUnit);
  102. FIELD_SET(*this, FIX::CouponRate);
  103. FIELD_SET(*this, FIX::SecurityExchange);
  104. FIELD_SET(*this, FIX::PositionLimit);
  105. FIELD_SET(*this, FIX::NTPositionLimit);
  106. FIELD_SET(*this, FIX::Issuer);
  107. FIELD_SET(*this, FIX::EncodedIssuerLen);
  108. FIELD_SET(*this, FIX::EncodedIssuer);
  109. FIELD_SET(*this, FIX::SecurityDesc);
  110. FIELD_SET(*this, FIX::EncodedSecurityDescLen);
  111. FIELD_SET(*this, FIX::EncodedSecurityDesc);
  112. FIELD_SET(*this, FIX::Pool);
  113. FIELD_SET(*this, FIX::ContractSettlMonth);
  114. FIELD_SET(*this, FIX::CPProgram);
  115. FIELD_SET(*this, FIX::CPRegType);
  116. FIELD_SET(*this, FIX::DatedDate);
  117. FIELD_SET(*this, FIX::InterestAccrualDate);
  118. FIELD_SET(*this, FIX::ContractMultiplierUnit);
  119. FIELD_SET(*this, FIX::FlowScheduleType);
  120. FIELD_SET(*this, FIX::RestructuringType);
  121. FIELD_SET(*this, FIX::Seniority);
  122. FIELD_SET(*this, FIX::NotionalPercentageOutstanding);
  123. FIELD_SET(*this, FIX::OriginalNotionalPercentageOutstanding);
  124. FIELD_SET(*this, FIX::AttachmentPoint);
  125. FIELD_SET(*this, FIX::DetachmentPoint);
  126. FIELD_SET(*this, FIX::StrikePriceDeterminationMethod);
  127. FIELD_SET(*this, FIX::StrikePriceBoundaryMethod);
  128. FIELD_SET(*this, FIX::StrikePriceBoundaryPrecision);
  129. FIELD_SET(*this, FIX::UnderlyingPriceDeterminationMethod);
  130. FIELD_SET(*this, FIX::OptPayoutType);
  131. FIELD_SET(*this, FIX::SettlType);
  132. FIELD_SET(*this, FIX::StreamAsgnType);
  133. FIELD_SET(*this, FIX::MDStreamID);
  134. FIELD_SET(*this, FIX::StreamAsgnRejReason);
  135. FIELD_SET(*this, FIX::Text);
  136. FIELD_SET(*this, FIX::EncodedTextLen);
  137. FIELD_SET(*this, FIX::EncodedText);
  138. };
  139. };
  140. };
  141. }
  142. #endif