Click or drag to resize
SymbolTradedVolume Class
Traded symbol volume.
Inheritance Hierarchy
SystemObject
  C2ExplorerServiceStack.Logic.ImplementationSymbolTradedVolume

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

The SymbolTradedVolume type exposes the following members.

Constructors
  NameDescription
Public methodSymbolTradedVolume
Initializes a new instance of the SymbolTradedVolume class
Top
Properties
  NameDescription
Public propertySymbol
Gets or sets the symbol.
Public propertyVolume
Gets or sets the volume.
Top
See Also