Click or drag to resize
c2ex_publicsystems Class
Publicly visible trading system database record.
Inheritance Hierarchy
SystemObject
  C2ExplorerDBc2ex_publicsystems

Namespace:  C2ExplorerDB
Assembly:  C2ExplorerServiceStack.Repository (in C2ExplorerServiceStack.Repository.dll) Version: 1.0
Syntax
C#
[TableAttribute("c2ex_publicsystems")]
public class c2ex_publicsystems

The c2ex_publicsystems type exposes the following members.

Constructors
  NameDescription
Public methodc2ex_publicsystems
Initializes a new instance of the c2ex_publicsystems class
Top
Properties
  NameDescription
Public propertyAdded
When the trading system was started.
Public propertyAvgLoss
Average loss.
Public propertyAvgWin
Average win.
Public propertyCash
Current cash.
Public propertyClosedPL
Currently closed profit.
Public propertyDollarLoss
Loss of losers.
Public propertyDollarWin
Profit of winners.
Public propertyMarginUsed
Used margin.
Public propertyMonthlyFee
Subscription fees.
Public propertyNumLoss
Number of losing trades.
Public propertyNumTrades
Number of trades.
Public propertyNumWins
Number of winning trades.
Public propertyOpenEquity
Current equity value.
Public propertyOpenPositionsPL
Open positions value.
Public propertyStarted
When the trading system was started.
Public propertyStartingCash
Starting capital.
Public propertySystemId
Collective2 trading system ID.
Public propertySystemName
System name.
Public propertyTradeFreq
Trading frequency.
Public propertyTrialDays
Number of trial days.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also