Click or drag to resize
ISymbolTradedVolume Interface
Traded symbol volume.

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

The ISymbolTradedVolume type exposes the following members.

Properties
  NameDescription
Public propertySymbol
Gets or sets the symbol.
Public propertyVolume
Gets or sets the volume.
Top
See Also