C# Class FastQuant.FileOrderServer

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

Méthodes publiques

Méthode Description
Clear ( ) : void
Close ( ) : void
Delete ( string name ) : void
FileOrderServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System
Flush ( ) : void
Get ( string seriesName ) : int
Load ( string name = null ) : List
Open ( ) : void
Save ( ExecutionMessage message, int id = -1 ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Delete() public méthode

public Delete ( string name ) : void
name string
Résultat void

FileOrderServer() public méthode

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

Flush() public méthode

public Flush ( ) : void
Résultat void

Get() public méthode

public Get ( string seriesName ) : int
seriesName string
Résultat int

Load() public méthode

public Load ( string name = null ) : List
name string
Résultat List

Open() public méthode

public Open ( ) : void
Résultat void

Save() public méthode

public Save ( ExecutionMessage message, int id = -1 ) : void
message ExecutionMessage
id int
Résultat void