C# Class QLNet.LastFixingQuote

Inheritance: Quote, IObserver
Afficher le fichier Open project: ammachado/QLNet

Protected Properties

Свойство Type Description
index_ Index

Méthodes publiques

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

Method Details

LastFixingQuote() public méthode

public LastFixingQuote ( Index index ) : System
index Index
Résultat System

isValid() public méthode

public isValid ( ) : bool
Résultat bool

referenceDate() public méthode

public referenceDate ( ) : Date
Résultat Date

update() public méthode

public update ( ) : void
Résultat void

value() public méthode

public value ( ) : double
Résultat double

Property Details

index_ protected_oe property

protected Index,QLNet index_
Résultat Index