libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
messages.hpp
Go to the documentation of this file.
1 #ifndef ISIMUD_EXCHANGES_OUCH_SWX_MESSAGES_HPP
2 #define ISIMUD_EXCHANGES_OUCH_SWX_MESSAGES_HPP
3 
4 /******************************************************************************
5 ** Copyright © 2016 by J.M.McGuiness, isimud@hussar.me.uk
6 **
7 ** This library is free software; you can redistribute it and/or
8 ** modify it under the terms of the GNU Lesser General Public
9 ** License as published by the Free Software Foundation; either
10 ** version 2.1 of the License, or (at your option) any later version.
11 **
12 ** This library is distributed in the hope that it will be useful,
13 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 ** Lesser General Public License for more details.
16 **
17 ** You should have received a copy of the GNU Lesser General Public
18 ** License along with this library; if not, write to the Free Software
19 ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21 
22 #include "core/max_min.hpp"
23 
24 #include <boost/mpl/assert.hpp>
25 #include <boost/mpl/deref.hpp>
26 #include <boost/mpl/max_element.hpp>
27 #include <boost/mpl/min_element.hpp>
28 #include <boost/mpl/placeholders.hpp>
29 #include <boost/mpl/sizeof.hpp>
30 #include <boost/mpl/transform_view.hpp>
31 #include <boost/mpl/vector.hpp>
32 #include <boost/variant/variant.hpp>
33 
34 namespace isimud { namespace ISIMUD_VER_NAMESPACE { namespace exchanges { namespace OUCH {
35 
36 /**
37  From <a href="https://www.six-exchange-regulation.com/dam/downloads/regulation/rule-book/directives/03-DIR02_en.pdf">"SIX Swiss Exchange Ltd Directive 2: Technical Connectivity Dated 19 March 2019 Entry into force: 24 June 2019"</a>.
38 */
39 namespace SWX {
40 
41 /// \todo
42 
43 /**
44  \test OUCH SWX size tests.
45 */
46 namespace tests {
47 
48 /// \todo
49 
50 }
51 
52 } } } } }
53 
54 #endif