C# Class FastQuant.AccountDataKey

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

Méthodes publiques

Méthode Description
AccountDataKey ( AccountData data ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
GetValue ( AccountData data, string fieldName ) : string

Method Details

AccountDataKey() public méthode

public AccountDataKey ( AccountData data ) : System.Collections.Generic
data AccountData
Résultat System.Collections.Generic

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string