|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <position.hpp>
Collaboration diagram for Position:Public Types | |
| enum | Type { Long , Short } |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &, Position::Type) |
Definition at line 32 of file position.hpp.
| enum Type |
| Enumerator | |
|---|---|
| Long | |
| Short | |
Definition at line 33 of file position.hpp.
|
related |
Definition at line 26 of file position.cpp.