Click or drag to resize
c2ex_closedtrades Class
Closed trade database record.
Inheritance Hierarchy
SystemObject
  C2ExplorerDBc2ex_closedtrades

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

The c2ex_closedtrades type exposes the following members.

Constructors
  NameDescription
Public methodc2ex_closedtrades
Initializes a new instance of the c2ex_closedtrades class
Top
Properties
  NameDescription
Public propertyAction
Type of the trade.
Public propertyClosedQuant
Closed quantity.
Public propertyCloseSignalId
ID of the closing signal.
Public propertyEntryTime
When the trade was opened.
Public propertyExitTime
When the trade was closed.
Public propertyId
Collective2 trade ID.
Public propertyInstrument
Type of the instrument.
Public propertyMaxCapital
Maximum equity during the trade.
Public propertyMaxDrawdown
Max drawdown.
Public propertyMaxDrawdownTime
Max drawdown date time.
Public propertyOpenQuant
Opened quantity.
Public propertyOpenSignalId
ID of the opening signal.
Public propertyPtValue
Point value
Public propertyResult
Profit or loss.
Public propertySymbol
Symbol.
Public propertySystemId
Collective2 trading system ID.
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