Click or drag to resize
ISymbolTradesCount Interface
Number of trades of the given symbol.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public interface ISymbolTradesCount

The ISymbolTradesCount type exposes the following members.

Properties
  NameDescription
Public propertySymbol
Gets or sets the symbol.
Public propertyTradesCount
Gets or sets the trades count.
Top
See Also