C# Class FastQuant.OrderServer

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

Protected Properties

Свойство Type Description
idByName int>.Dictionary
isOpen bool
nameById IdArray
seriesId int
seriesName string

Méthodes publiques

Méthode 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 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 seriesName ) : void
seriesName string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

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 seriesName = null ) : List
seriesName string
Résultat List

Open() public méthode

public Open ( ) : void
Résultat void

OrderServer() public méthode

public OrderServer ( Framework framework ) : System.Collections.Generic
framework Framework
Résultat System.Collections.Generic

Save() public méthode

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

Property Details

idByName protected_oe property

protected Dictionary idByName
Résultat int>.Dictionary

isOpen protected_oe property

protected bool isOpen
Résultat bool

nameById protected_oe property

protected IdArray nameById
Résultat IdArray

seriesId protected_oe property

protected int seriesId
Résultat int

seriesName protected_oe property

protected string seriesName
Résultat string