Click or drag to resize
SymbolTradesCount Class
Number of trades of the given symbol.
Inheritance Hierarchy
SystemObject
  C2ExplorerServiceStack.Logic.ImplementationSymbolTradesCount

Namespace: C2ExplorerServiceStack.Logic.Implementation
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public class SymbolTradesCount : ISymbolTradesCount

The SymbolTradesCount type exposes the following members.

Constructors
  NameDescription
Public methodSymbolTradesCount
Initializes a new instance of the SymbolTradesCount class
Top
Properties
  NameDescription
Public propertySymbol
Gets or sets the symbol.
Public propertyTradesCount
Gets or sets the trades count.
Top
See Also