PositionMaintenanceRequest.h 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. #ifndef FIX44_POSITIONMAINTENANCEREQUEST_H
  2. #define FIX44_POSITIONMAINTENANCEREQUEST_H
  3. #include "Message.h"
  4. namespace FIX44
  5. {
  6. class PositionMaintenanceRequest : public Message
  7. {
  8. public:
  9. PositionMaintenanceRequest() : Message(MsgType()) {}
  10. PositionMaintenanceRequest(const FIX::Message& m) : Message(m) {}
  11. PositionMaintenanceRequest(const Message& m) : Message(m) {}
  12. PositionMaintenanceRequest(const PositionMaintenanceRequest& m) : Message(m) {}
  13. static FIX::MsgType MsgType() { return FIX::MsgType("AL"); }
  14. PositionMaintenanceRequest(
  15. const FIX::PosReqID& aPosReqID,
  16. const FIX::PosTransType& aPosTransType,
  17. const FIX::PosMaintAction& aPosMaintAction,
  18. const FIX::ClearingBusinessDate& aClearingBusinessDate,
  19. const FIX::Account& aAccount,
  20. const FIX::AccountType& aAccountType,
  21. const FIX::TransactTime& aTransactTime )
  22. : Message(MsgType())
  23. {
  24. set(aPosReqID);
  25. set(aPosTransType);
  26. set(aPosMaintAction);
  27. set(aClearingBusinessDate);
  28. set(aAccount);
  29. set(aAccountType);
  30. set(aTransactTime);
  31. }
  32. FIELD_SET(*this, FIX::PosReqID);
  33. FIELD_SET(*this, FIX::PosTransType);
  34. FIELD_SET(*this, FIX::PosMaintAction);
  35. FIELD_SET(*this, FIX::OrigPosReqRefID);
  36. FIELD_SET(*this, FIX::PosMaintRptRefID);
  37. FIELD_SET(*this, FIX::ClearingBusinessDate);
  38. FIELD_SET(*this, FIX::SettlSessID);
  39. FIELD_SET(*this, FIX::SettlSessSubID);
  40. FIELD_SET(*this, FIX::NoPartyIDs);
  41. class NoPartyIDs: public FIX::Group
  42. {
  43. public:
  44. NoPartyIDs() : FIX::Group(453,448,FIX::message_order(448,447,452,802,0)) {}
  45. FIELD_SET(*this, FIX::PartyID);
  46. FIELD_SET(*this, FIX::PartyIDSource);
  47. FIELD_SET(*this, FIX::PartyRole);
  48. FIELD_SET(*this, FIX::NoPartySubIDs);
  49. class NoPartySubIDs: public FIX::Group
  50. {
  51. public:
  52. NoPartySubIDs() : FIX::Group(802,523,FIX::message_order(523,803,0)) {}
  53. FIELD_SET(*this, FIX::PartySubID);
  54. FIELD_SET(*this, FIX::PartySubIDType);
  55. };
  56. };
  57. FIELD_SET(*this, FIX::Account);
  58. FIELD_SET(*this, FIX::AcctIDSource);
  59. FIELD_SET(*this, FIX::AccountType);
  60. FIELD_SET(*this, FIX::Symbol);
  61. FIELD_SET(*this, FIX::SymbolSfx);
  62. FIELD_SET(*this, FIX::SecurityID);
  63. FIELD_SET(*this, FIX::SecurityIDSource);
  64. FIELD_SET(*this, FIX::Product);
  65. FIELD_SET(*this, FIX::CFICode);
  66. FIELD_SET(*this, FIX::SecurityType);
  67. FIELD_SET(*this, FIX::SecuritySubType);
  68. FIELD_SET(*this, FIX::MaturityMonthYear);
  69. FIELD_SET(*this, FIX::MaturityDate);
  70. FIELD_SET(*this, FIX::PutOrCall);
  71. FIELD_SET(*this, FIX::CouponPaymentDate);
  72. FIELD_SET(*this, FIX::IssueDate);
  73. FIELD_SET(*this, FIX::RepoCollateralSecurityType);
  74. FIELD_SET(*this, FIX::RepurchaseTerm);
  75. FIELD_SET(*this, FIX::RepurchaseRate);
  76. FIELD_SET(*this, FIX::Factor);
  77. FIELD_SET(*this, FIX::CreditRating);
  78. FIELD_SET(*this, FIX::InstrRegistry);
  79. FIELD_SET(*this, FIX::CountryOfIssue);
  80. FIELD_SET(*this, FIX::StateOrProvinceOfIssue);
  81. FIELD_SET(*this, FIX::LocaleOfIssue);
  82. FIELD_SET(*this, FIX::RedemptionDate);
  83. FIELD_SET(*this, FIX::StrikePrice);
  84. FIELD_SET(*this, FIX::StrikeCurrency);
  85. FIELD_SET(*this, FIX::OptAttribute);
  86. FIELD_SET(*this, FIX::ContractMultiplier);
  87. FIELD_SET(*this, FIX::CouponRate);
  88. FIELD_SET(*this, FIX::SecurityExchange);
  89. FIELD_SET(*this, FIX::Issuer);
  90. FIELD_SET(*this, FIX::EncodedIssuerLen);
  91. FIELD_SET(*this, FIX::EncodedIssuer);
  92. FIELD_SET(*this, FIX::SecurityDesc);
  93. FIELD_SET(*this, FIX::EncodedSecurityDescLen);
  94. FIELD_SET(*this, FIX::EncodedSecurityDesc);
  95. FIELD_SET(*this, FIX::Pool);
  96. FIELD_SET(*this, FIX::ContractSettlMonth);
  97. FIELD_SET(*this, FIX::CPProgram);
  98. FIELD_SET(*this, FIX::CPRegType);
  99. FIELD_SET(*this, FIX::DatedDate);
  100. FIELD_SET(*this, FIX::InterestAccrualDate);
  101. FIELD_SET(*this, FIX::Currency);
  102. FIELD_SET(*this, FIX::NoLegs);
  103. class NoLegs: public FIX::Group
  104. {
  105. public:
  106. NoLegs() : FIX::Group(555,600,FIX::message_order(600,601,602,603,607,608,609,764,610,611,248,249,250,251,252,253,257,599,596,597,598,254,612,942,613,614,615,616,617,618,619,620,621,622,623,624,556,740,739,955,956,0)) {}
  107. FIELD_SET(*this, FIX::LegSymbol);
  108. FIELD_SET(*this, FIX::LegSymbolSfx);
  109. FIELD_SET(*this, FIX::LegSecurityID);
  110. FIELD_SET(*this, FIX::LegSecurityIDSource);
  111. FIELD_SET(*this, FIX::LegProduct);
  112. FIELD_SET(*this, FIX::LegCFICode);
  113. FIELD_SET(*this, FIX::LegSecurityType);
  114. FIELD_SET(*this, FIX::LegSecuritySubType);
  115. FIELD_SET(*this, FIX::LegMaturityMonthYear);
  116. FIELD_SET(*this, FIX::LegMaturityDate);
  117. FIELD_SET(*this, FIX::LegCouponPaymentDate);
  118. FIELD_SET(*this, FIX::LegIssueDate);
  119. FIELD_SET(*this, FIX::LegRepoCollateralSecurityType);
  120. FIELD_SET(*this, FIX::LegRepurchaseTerm);
  121. FIELD_SET(*this, FIX::LegRepurchaseRate);
  122. FIELD_SET(*this, FIX::LegFactor);
  123. FIELD_SET(*this, FIX::LegCreditRating);
  124. FIELD_SET(*this, FIX::LegInstrRegistry);
  125. FIELD_SET(*this, FIX::LegCountryOfIssue);
  126. FIELD_SET(*this, FIX::LegStateOrProvinceOfIssue);
  127. FIELD_SET(*this, FIX::LegLocaleOfIssue);
  128. FIELD_SET(*this, FIX::LegRedemptionDate);
  129. FIELD_SET(*this, FIX::LegStrikePrice);
  130. FIELD_SET(*this, FIX::LegStrikeCurrency);
  131. FIELD_SET(*this, FIX::LegOptAttribute);
  132. FIELD_SET(*this, FIX::LegContractMultiplier);
  133. FIELD_SET(*this, FIX::LegCouponRate);
  134. FIELD_SET(*this, FIX::LegSecurityExchange);
  135. FIELD_SET(*this, FIX::LegIssuer);
  136. FIELD_SET(*this, FIX::EncodedLegIssuerLen);
  137. FIELD_SET(*this, FIX::EncodedLegIssuer);
  138. FIELD_SET(*this, FIX::LegSecurityDesc);
  139. FIELD_SET(*this, FIX::EncodedLegSecurityDescLen);
  140. FIELD_SET(*this, FIX::EncodedLegSecurityDesc);
  141. FIELD_SET(*this, FIX::LegRatioQty);
  142. FIELD_SET(*this, FIX::LegSide);
  143. FIELD_SET(*this, FIX::LegCurrency);
  144. FIELD_SET(*this, FIX::LegPool);
  145. FIELD_SET(*this, FIX::LegDatedDate);
  146. FIELD_SET(*this, FIX::LegContractSettlMonth);
  147. FIELD_SET(*this, FIX::LegInterestAccrualDate);
  148. };
  149. FIELD_SET(*this, FIX::NoUnderlyings);
  150. class NoUnderlyings: public FIX::Group
  151. {
  152. public:
  153. 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,435,308,306,362,363,307,364,365,877,878,318,879,810,882,883,884,885,886,0)) {}
  154. FIELD_SET(*this, FIX::UnderlyingSymbol);
  155. FIELD_SET(*this, FIX::UnderlyingSymbolSfx);
  156. FIELD_SET(*this, FIX::UnderlyingSecurityID);
  157. FIELD_SET(*this, FIX::UnderlyingSecurityIDSource);
  158. FIELD_SET(*this, FIX::UnderlyingProduct);
  159. FIELD_SET(*this, FIX::UnderlyingCFICode);
  160. FIELD_SET(*this, FIX::UnderlyingSecurityType);
  161. FIELD_SET(*this, FIX::UnderlyingSecuritySubType);
  162. FIELD_SET(*this, FIX::UnderlyingMaturityMonthYear);
  163. FIELD_SET(*this, FIX::UnderlyingMaturityDate);
  164. FIELD_SET(*this, FIX::UnderlyingPutOrCall);
  165. FIELD_SET(*this, FIX::UnderlyingCouponPaymentDate);
  166. FIELD_SET(*this, FIX::UnderlyingIssueDate);
  167. FIELD_SET(*this, FIX::UnderlyingRepoCollateralSecurityType);
  168. FIELD_SET(*this, FIX::UnderlyingRepurchaseTerm);
  169. FIELD_SET(*this, FIX::UnderlyingRepurchaseRate);
  170. FIELD_SET(*this, FIX::UnderlyingFactor);
  171. FIELD_SET(*this, FIX::UnderlyingCreditRating);
  172. FIELD_SET(*this, FIX::UnderlyingInstrRegistry);
  173. FIELD_SET(*this, FIX::UnderlyingCountryOfIssue);
  174. FIELD_SET(*this, FIX::UnderlyingStateOrProvinceOfIssue);
  175. FIELD_SET(*this, FIX::UnderlyingLocaleOfIssue);
  176. FIELD_SET(*this, FIX::UnderlyingRedemptionDate);
  177. FIELD_SET(*this, FIX::UnderlyingStrikePrice);
  178. FIELD_SET(*this, FIX::UnderlyingStrikeCurrency);
  179. FIELD_SET(*this, FIX::UnderlyingOptAttribute);
  180. FIELD_SET(*this, FIX::UnderlyingContractMultiplier);
  181. FIELD_SET(*this, FIX::UnderlyingCouponRate);
  182. FIELD_SET(*this, FIX::UnderlyingSecurityExchange);
  183. FIELD_SET(*this, FIX::UnderlyingIssuer);
  184. FIELD_SET(*this, FIX::EncodedUnderlyingIssuerLen);
  185. FIELD_SET(*this, FIX::EncodedUnderlyingIssuer);
  186. FIELD_SET(*this, FIX::UnderlyingSecurityDesc);
  187. FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDescLen);
  188. FIELD_SET(*this, FIX::EncodedUnderlyingSecurityDesc);
  189. FIELD_SET(*this, FIX::UnderlyingCPProgram);
  190. FIELD_SET(*this, FIX::UnderlyingCPRegType);
  191. FIELD_SET(*this, FIX::UnderlyingCurrency);
  192. FIELD_SET(*this, FIX::UnderlyingQty);
  193. FIELD_SET(*this, FIX::UnderlyingPx);
  194. FIELD_SET(*this, FIX::UnderlyingDirtyPrice);
  195. FIELD_SET(*this, FIX::UnderlyingEndPrice);
  196. FIELD_SET(*this, FIX::UnderlyingStartValue);
  197. FIELD_SET(*this, FIX::UnderlyingCurrentValue);
  198. FIELD_SET(*this, FIX::UnderlyingEndValue);
  199. };
  200. FIELD_SET(*this, FIX::NoTradingSessions);
  201. class NoTradingSessions: public FIX::Group
  202. {
  203. public:
  204. NoTradingSessions() : FIX::Group(386,336,FIX::message_order(336,625,0)) {}
  205. FIELD_SET(*this, FIX::TradingSessionID);
  206. FIELD_SET(*this, FIX::TradingSessionSubID);
  207. };
  208. FIELD_SET(*this, FIX::TransactTime);
  209. FIELD_SET(*this, FIX::NoPositions);
  210. class NoPositions: public FIX::Group
  211. {
  212. public:
  213. NoPositions() : FIX::Group(702,703,FIX::message_order(703,704,705,706,539,0)) {}
  214. FIELD_SET(*this, FIX::PosType);
  215. FIELD_SET(*this, FIX::LongQty);
  216. FIELD_SET(*this, FIX::ShortQty);
  217. FIELD_SET(*this, FIX::PosQtyStatus);
  218. FIELD_SET(*this, FIX::NoNestedPartyIDs);
  219. class NoNestedPartyIDs: public FIX::Group
  220. {
  221. public:
  222. NoNestedPartyIDs() : FIX::Group(539,524,FIX::message_order(524,525,538,804,0)) {}
  223. FIELD_SET(*this, FIX::NestedPartyID);
  224. FIELD_SET(*this, FIX::NestedPartyIDSource);
  225. FIELD_SET(*this, FIX::NestedPartyRole);
  226. FIELD_SET(*this, FIX::NoNestedPartySubIDs);
  227. class NoNestedPartySubIDs: public FIX::Group
  228. {
  229. public:
  230. NoNestedPartySubIDs() : FIX::Group(804,545,FIX::message_order(545,805,0)) {}
  231. FIELD_SET(*this, FIX::NestedPartySubID);
  232. FIELD_SET(*this, FIX::NestedPartySubIDType);
  233. };
  234. };
  235. };
  236. FIELD_SET(*this, FIX::AdjustmentType);
  237. FIELD_SET(*this, FIX::ContraryInstructionIndicator);
  238. FIELD_SET(*this, FIX::PriorSpreadIndicator);
  239. FIELD_SET(*this, FIX::ThresholdAmount);
  240. FIELD_SET(*this, FIX::Text);
  241. FIELD_SET(*this, FIX::EncodedTextLen);
  242. FIELD_SET(*this, FIX::EncodedText);
  243. };
  244. }
  245. #endif