| c2ex_closedtrades Class |
Namespace: C2ExplorerDB
[TableAttribute("c2ex_closedtrades")] public class c2ex_closedtrades
The c2ex_closedtrades type exposes the following members.
| Name | Description | |
|---|---|---|
| c2ex_closedtrades | Initializes a new instance of the c2ex_closedtrades class |
| Name | Description | |
|---|---|---|
| Action |
Type of the trade.
| |
| ClosedQuant |
Closed quantity.
| |
| CloseSignalId |
ID of the closing signal.
| |
| EntryTime |
When the trade was opened.
| |
| ExitTime |
When the trade was closed.
| |
| Id |
Collective2 trade ID.
| |
| Instrument |
Type of the instrument.
| |
| MaxCapital |
Maximum equity during the trade.
| |
| MaxDrawdown |
Max drawdown.
| |
| MaxDrawdownTime |
Max drawdown date time.
| |
| OpenQuant |
Opened quantity.
| |
| OpenSignalId |
ID of the opening signal.
| |
| PtValue |
Point value
| |
| Result |
Profit or loss.
| |
| Symbol |
Symbol.
| |
| SystemId |
Collective2 trading system ID.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |