Click or drag to resize
c2ex_stats Class
This API is preliminary and subject to change.
Collective2 statistics database record.
Inheritance Hierarchy
SystemObject
  C2ExplorerDBc2ex_stats

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

The c2ex_stats type exposes the following members.

Constructors
  NameDescription
Public methodc2ex_stats
Initializes a new instance of the c2ex_stats class
Top
Properties
  NameDescription
Public propertyCalcedWhen
When was the stats calculated.
Public propertyStatName
Name of the statistics.
Public propertyStatValueChar
Value of the statistics - for statistics expressed as strings.
Public propertyStatValueVal
Value of the statistics.
Public propertySystemId
Trading system ID.
Top
See Also