Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FastQuant
FilePortfolioServer
Close
FastQuant.FilePortfolioServer.Close C# (CSharp) Method
FilePortfolioServer Class Documentation
Show file
Open project: fastquant/fastquant.dll
Close()
public
method
public
Close
( ) :
void
return
void
public override void Close() { if (this.opened) { this.dataFile.Close(); this.opened = false; } }
FilePortfolioServer
Close
Delete
FilePortfolioServer
Flush
Init
Load
Open
Save