C# 클래스 QLNet.Option

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

보호된 프로퍼티들

프로퍼티 타입 설명
exercise_ Exercise
payoff_ QLNet.Payoff

공개 메소드들

메소드 설명
Option ( QLNet.Payoff payoff, Exercise exercise ) : System
exercise ( ) : Exercise
payoff ( ) : QLNet.Payoff
setupArguments ( IPricingEngineArguments args ) : void

메소드 상세

Option() 공개 메소드

public Option ( QLNet.Payoff payoff, Exercise exercise ) : System
payoff QLNet.Payoff
exercise Exercise
리턴 System

exercise() 공개 메소드

public exercise ( ) : Exercise
리턴 Exercise

payoff() 공개 메소드

public payoff ( ) : QLNet.Payoff
리턴 QLNet.Payoff

setupArguments() 공개 메소드

public setupArguments ( IPricingEngineArguments args ) : void
args IPricingEngineArguments
리턴 void

프로퍼티 상세

exercise_ 보호되어 있는 프로퍼티

protected Exercise,QLNet exercise_
리턴 Exercise

payoff_ 보호되어 있는 프로퍼티

protected Payoff,QLNet payoff_
리턴 QLNet.Payoff