C# Class FastQuant.InstrumentServer

Inheritance: IDisposable
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Свойство Type Description
framework Framework
instruments InstrumentList

Méthodes publiques

Méthode Description
Close ( ) : void
Delete ( Instrument instrument ) : void
Dispose ( ) : void
Flush ( ) : void
InstrumentServer ( Framework framework ) : System
Load ( ) : InstrumentList
Open ( ) : void
Save ( Instrument instrument ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Delete() public méthode

public Delete ( Instrument instrument ) : void
instrument Instrument
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

InstrumentServer() public méthode

public InstrumentServer ( Framework framework ) : System
framework Framework
Résultat System

Load() public méthode

public Load ( ) : InstrumentList
Résultat InstrumentList

Open() public méthode

public Open ( ) : void
Résultat void

Save() public méthode

public Save ( Instrument instrument ) : void
instrument Instrument
Résultat void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
Résultat Framework

instruments protected_oe property

protected InstrumentList instruments
Résultat InstrumentList