QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Types | Related Functions | List of all members
Position Struct Reference

#include <ql/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)
 

Detailed Description

Definition at line 32 of file position.hpp.

Member Enumeration Documentation

◆ Type

enum Type
Enumerator
Long 
Short 

Definition at line 33 of file position.hpp.

Friends And Related Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  ,
Position::Type   
)
related

Definition at line 26 of file position.cpp.