C# Class FastQuant.AccountDataManager

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

Méthodes publiques

Méthode Description
GetSnapshot ( byte providerId, byte route ) : AccountDataSnapshot
GetSnapshots ( ) : FastQuant.AccountDataSnapshot[]

Private Methods

Méthode Description
AccountDataManager ( Framework framework ) : System.Collections.Generic
Clear ( ) : void
CopyFields ( AccountDataFieldList srcList, AccountDataFieldList dstList ) : void
GetTable ( byte providerId, byte route, bool addNew ) : AccountDataTable
MergeFields ( AccountDataFieldList srcList, AccountDataFieldList dstList ) : void
OnAccountData ( AccountData data ) : void

Method Details

GetSnapshot() public méthode

public GetSnapshot ( byte providerId, byte route ) : AccountDataSnapshot
providerId byte
route byte
Résultat AccountDataSnapshot

GetSnapshots() public méthode

public GetSnapshots ( ) : FastQuant.AccountDataSnapshot[]
Résultat FastQuant.AccountDataSnapshot[]