FastQuant.AccountDataKey.AccountDataKey C# (CSharp) Метод

AccountDataKey() публичный Метод

public AccountDataKey ( AccountData data ) : System.Collections.Generic
data AccountData
Результат System.Collections.Generic
        public AccountDataKey(AccountData data, params string[] fieldNames)
        {
            _key = string.Join("\u0001", fieldNames.Select(f => GetValue(data, f)));
        }