C# Class QLNet.CashOrNothingPayoff

Inheritance: StrikedTypePayoff
Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Méthodes publiques

Méthode Description
CashOrNothingPayoff ( Option type, double strike, double cashPayoff ) : System
cashPayoff ( ) : double
description ( ) : string
name ( ) : string
value ( double price ) : double

Method Details

CashOrNothingPayoff() public méthode

public CashOrNothingPayoff ( Option type, double strike, double cashPayoff ) : System
type Option
strike double
cashPayoff double
Résultat System

cashPayoff() public méthode

public cashPayoff ( ) : double
Résultat double

description() public méthode

public description ( ) : string
Résultat string

name() public méthode

public name ( ) : string
Résultat string

value() public méthode

public value ( double price ) : double
price double
Résultat double