quote.hpp
Go to the documentation of this file.
1 /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 /*
4  Copyright (C) 2007 Ferdinando Ametrano
5  Copyright (C) 2006 Francois du Vignaud
6  Copyright (C) 2006 Giorgio Facchinetti
7  Copyright (C) 2007 Eric Ehlers
8 
9  This file is part of QuantLib, a free-software/open-source library
10  for financial quantitative analysts and developers - http://quantlib.org/
11 
12  QuantLib is free software: you can redistribute it and/or modify it
13  under the terms of the QuantLib license. You should have received a
14  copy of the license along with this program; if not, please email
15  <quantlib-dev@lists.sf.net>. The license is also available online at
16  <http://quantlib.org/license.shtml>.
17 
18  This program is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
20  FOR A PARTICULAR PURPOSE. See the license for more details.
21 */
22 
23 #ifndef qla_quote_hpp
24 #define qla_quote_hpp
25 
26 #include <oh/libraryobject.hpp>
27 
28 #include <ql/quote.hpp>
29 
30 namespace QuantLibAddin {
31 
32  OH_LIB_CLASS(Quote, QuantLib::Quote);
33 
34 }
35 
36 #endif
OH_LIB_CLASS(AlphaForm, QuantLib::AlphaForm)
Definition: abcd.hpp:38