C# 클래스 QLNet.CashOrNothingPayoff

상속: StrikedTypePayoff
파일 보기 프로젝트 열기: ammachado/QLNet 1 사용 예제들

공개 메소드들

메소드 설명
CashOrNothingPayoff ( Option type, double strike, double cashPayoff ) : System
cashPayoff ( ) : double
description ( ) : string
name ( ) : string
value ( double price ) : double

메소드 상세

CashOrNothingPayoff() 공개 메소드

public CashOrNothingPayoff ( Option type, double strike, double cashPayoff ) : System
type Option
strike double
cashPayoff double
리턴 System

cashPayoff() 공개 메소드

public cashPayoff ( ) : double
리턴 double

description() 공개 메소드

public description ( ) : string
리턴 string

name() 공개 메소드

public name ( ) : string
리턴 string

value() 공개 메소드

public value ( double price ) : double
price double
리턴 double