| c2ex_closedtrades Class |
Namespace: C2ExplorerDB
[TableAttribute("c2ex_closedtrades")] public class c2ex_closedtrades
The c2ex_closedtrades type exposes the following members.
| 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.
| |
| MaxGain |
Maximum favorable excursion.
| |
| MaxLoss |
Maximum adverse excursion.
| |
| OpenQuant |
Opened quantity.
| |
| OpenSignalId |
ID of the opening signal.
| |
| PtValue |
Point value
| |
| Result |
Profit or loss.
| |
| Symbol |
Symbol.
| |
| SystemId |
Collective2 trading system ID.
|