OnixS C++ FIX Engine 2.79.1.0
C:/Users/Pasha/_Dev/fixforge-cpp/fix/cppEngine/include/OnixS/FIXEngine.h
00001 /*
00002 * Copyright 2005-2011 Onix Solutions Limited [OnixS]. All rights reserved. 
00003 * 
00004 * This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law 
00005 * and international copyright treaties. 
00006 * 
00007 * Access to and use of the software is governed by the terms of the applicable ONIXS Software
00008 * Services Agreement (the Agreement) and Customer end user license agreements granting 
00009 * a non-assignable, non-transferable and non-exclusive license to use the software 
00010 * for it's own data processing purposes under the terms defined in the Agreement.
00011 * 
00012 * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part 
00013 * of this source code or associated reference material to any other location for further reproduction
00014 * or redistribution, and any amendments to this copyright notice, are expressly prohibited. 
00015 *
00016 * Any reproduction or redistribution for sale or hiring of the Software not in accordance with 
00017 * the terms of the Agreement is a violation of copyright law. 
00018 */
00019 
00020 #if !defined(__ONIXS_FIXENGINE_H__)
00021 #define __ONIXS_FIXENGINE_H__
00022 
00023 #include "OnixS/FIX/ABI.h"
00024 #include "OnixS/FIX/Definitions.h"
00025 #include "OnixS/FIX/Dialect.h"
00026 #include "OnixS/FIX/Dictionary.h"
00027 #include "OnixS/FIX/Engine.h"
00028 #include "OnixS/FIX/EngineException.h"
00029 #include "OnixS/FIX/EngineSettings.h"
00030 #include "OnixS/FIX/EventBasedDecoder.h"
00031 #include "OnixS/FIX/FAST.h"
00032 #include "OnixS/FIX/Group.h"
00033 #include "OnixS/FIX/IDecodeListener.h"
00034 #include "OnixS/FIX/IEngineListener.h"
00035 #include "OnixS/FIX/ISessionListener.h"
00036 #include "OnixS/FIX/ISessionStorage.h"
00037 #include "OnixS/FIX/Message.h"
00038 #include "OnixS/FIX/MulticastClient.h"
00039 #include "OnixS/FIX/Session.h"
00040 #include "OnixS/FIX/Tags.h"
00041 #include "OnixS/FIX/TcpClient.h"
00042 #include "OnixS/FIX/Threading.h"
00043 #include "OnixS/FIX/Timestamp.h"
00044 #include "OnixS/FIX/ValuesEnums.h"
00045 #include "OnixS/FIX/Scheduling.h"
00046 #include "OnixS/FIX/Legacy.h"
00047 
00048 #endif // __ONIXS_FIXENGINE_H__