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

AccountDataSnapshot() приватный Метод

private AccountDataSnapshot ( AccountDataEntry entries ) : System
entries AccountDataEntry
Результат System
        internal AccountDataSnapshot(AccountDataEntry[] entries)
        {
            Entries = entries;
        }
    }
AccountDataSnapshot