C# Class FastQuant.FileInstrumentServer

Inheritance: InstrumentServer
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
Close ( ) : void
Delete ( Instrument instrument ) : void
FileInstrumentServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System.IO
Flush ( ) : void
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

FileInstrumentServer() public méthode

public FileInstrumentServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System.IO
framework Framework
fileName string
host string
port int
Résultat System.IO

Flush() public méthode

public Flush ( ) : void
Résultat void

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