C# Class FastQuant.AccountDataManager

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

Public Methods

Method Description
GetSnapshot ( byte providerId, byte route ) : AccountDataSnapshot
GetSnapshots ( ) : FastQuant.AccountDataSnapshot[]

Private Methods

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

public GetSnapshot ( byte providerId, byte route ) : AccountDataSnapshot
providerId byte
route byte
return AccountDataSnapshot

GetSnapshots() public method

public GetSnapshots ( ) : FastQuant.AccountDataSnapshot[]
return FastQuant.AccountDataSnapshot[]