instrumentAuxiliaryTypes.hpp File Reference
File contains types common to all financial instruments. More...
#include <iostream>
#include <string>
Go to the source code of this file.
Enumerations | |
enum | julian::CallPut { CALL = 1, PUT = -1 } |
Enumeration defining option types. More... | |
Functions | |
template<class Archive > | |
void | julian::serialize (Archive &ar, CallPut &g, const unsigned int version) |
interface used by Boost serialization library More... | |
Detailed Description
File contains types common to all financial instruments.
Enumeration Type Documentation
enum julian::CallPut |
Enumeration defining option types.
Function Documentation
template<class Archive >
void julian::serialize | ( | Archive & | ar, |
CallPut & | g, | ||
const unsigned int | version | ||
) |
interface used by Boost serialization library