C# Class QLNet.LastFixingQuote

Inheritance: Quote, IObserver
Show file Open project: ammachado/QLNet

Protected Properties

Property Type Description
index_ Index

Public Methods

Method Description
LastFixingQuote ( Index index ) : System
isValid ( ) : bool
referenceDate ( ) : Date
update ( ) : void
value ( ) : double

Method Details

LastFixingQuote() public method

public LastFixingQuote ( Index index ) : System
index Index
return System

isValid() public method

public isValid ( ) : bool
return bool

referenceDate() public method

public referenceDate ( ) : Date
return Date

update() public method

public update ( ) : void
return void

value() public method

public value ( ) : double
return double

Property Details

index_ protected property

protected Index,QLNet index_
return Index