Click or drag to resize
c2ex_accountequity Class
Trading system raw equity database record.
Inheritance Hierarchy
SystemObject
  C2ExplorerDBc2ex_accountequity

Namespace: C2ExplorerDB
Assembly: C2ExplorerServiceStack.Repository (in C2ExplorerServiceStack.Repository.dll) Version: 1.0
Syntax
C#
[TableAttribute("c2ex_accountequity")]
public class c2ex_accountequity

The c2ex_accountequity type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
When the equity point was calculated.
Public propertySystemId
Collective2 system ID.
Public propertyValue
Equity point value.
Top
Remarks
Raw equity data are calculated from trades results. Subtract commissions fees and subscription fees to obtain net equity.
See Also