FastQuant.AccountDataSnapshot.AccountDataSnapshot C# (CSharp) Method

AccountDataSnapshot() private method

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