C# Class FastQuant.FilePortfolioServer

Inheritance: PortfolioServer
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Delete ( string name ) : void
FilePortfolioServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System
Flush ( ) : void
Load ( string name ) : Portfolio
Open ( ) : void
Save ( Portfolio portfolio ) : void

Private Methods

Method Description
Init ( Portfolio portfolio ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Delete() public method

public Delete ( string name ) : void
name string
return void

FilePortfolioServer() public method

public FilePortfolioServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System
framework Framework
fileName string
host string
port int
return System

Flush() public method

public Flush ( ) : void
return void

Load() public method

public Load ( string name ) : Portfolio
name string
return Portfolio

Open() public method

public Open ( ) : void
return void

Save() public method

public Save ( Portfolio portfolio ) : void
portfolio Portfolio
return void