Click or drag to resize
SymbolPL Class
Sum of profit/loss per symbol.
Inheritance Hierarchy
SystemObject
  C2ExplorerServiceStack.Logic.ImplementationSymbolPL

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

The SymbolPL type exposes the following members.

Constructors
  NameDescription
Public methodSymbolPL
Initializes a new instance of the SymbolPL class
Top
Properties
  NameDescription
Public propertyProfitLoss
Gets or sets the profit/loss.
Public propertySymbol
Gets or sets the symbol.
Top
See Also