FastQuant.AccountDataKey.AccountDataKey C# (CSharp) Méthode

AccountDataKey() public méthode

public AccountDataKey ( AccountData data ) : System.Collections.Generic
data AccountData
Résultat System.Collections.Generic
        public AccountDataKey(AccountData data, params string[] fieldNames)
        {
            _key = string.Join("\u0001", fieldNames.Select(f => GetValue(data, f)));
        }