C# Class FastQuant.OrderServer

Show file Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Property Type Description
idByName int>.Dictionary
isOpen bool
nameById IdArray
seriesId int
seriesName string

Public Methods

Method Description
Clear ( ) : void
Close ( ) : void
Delete ( string seriesName ) : void
Dispose ( ) : void
Flush ( ) : void
Get ( string seriesName ) : int
Load ( string seriesName = null ) : List
Open ( ) : void
OrderServer ( Framework framework ) : System.Collections.Generic
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 seriesName ) : void
seriesName string
return void

Dispose() public method

public Dispose ( ) : void
return void

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 seriesName = null ) : List
seriesName string
return List

Open() public method

public Open ( ) : void
return void

OrderServer() public method

public OrderServer ( Framework framework ) : System.Collections.Generic
framework Framework
return System.Collections.Generic

Save() public method

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

Property Details

idByName protected property

protected Dictionary idByName
return int>.Dictionary

isOpen protected property

protected bool isOpen
return bool

nameById protected property

protected IdArray nameById
return IdArray

seriesId protected property

protected int seriesId
return int

seriesName protected property

protected string seriesName
return string