C# Class FastQuant.FileOrderServer

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

Public Methods

Method 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 method

public Clear ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Delete() public method

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

FileOrderServer() public method

public FileOrderServer ( 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

Get() public method

public Get ( string seriesName ) : int
seriesName string
return int

Load() public method

public Load ( string name = null ) : List
name string
return List

Open() public method

public Open ( ) : void
return void

Save() public method

public Save ( ExecutionMessage message, int id = -1 ) : void
message ExecutionMessage
id int
return void