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

AccountDataSnapshot() private méthode

private AccountDataSnapshot ( AccountDataEntry entries ) : System
entries AccountDataEntry
Résultat System
        internal AccountDataSnapshot(AccountDataEntry[] entries)
        {
            Entries = entries;
        }
    }
AccountDataSnapshot