GET api/Share_ClosedCumulativeProfitLoss
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Chart_ClosedCumulativeProfitLossClass| Name | Description | Type | Additional information | 
|---|---|---|---|
| TradeDate | date | 
                             None.  | 
                |
| ProfitLoss | decimal number | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "TradeDate": "2025-11-04T10:07:51.0143342-05:00",
    "ProfitLoss": 2.0
  },
  {
    "TradeDate": "2025-11-04T10:07:51.0143342-05:00",
    "ProfitLoss": 2.0
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfChart_ClosedCumulativeProfitLossClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TpmUtils">
  <Chart_ClosedCumulativeProfitLossClass>
    <ProfitLoss>2</ProfitLoss>
    <TradeDate>2025-11-04T10:07:51.0143342-05:00</TradeDate>
  </Chart_ClosedCumulativeProfitLossClass>
  <Chart_ClosedCumulativeProfitLossClass>
    <ProfitLoss>2</ProfitLoss>
    <TradeDate>2025-11-04T10:07:51.0143342-05:00</TradeDate>
  </Chart_ClosedCumulativeProfitLossClass>
</ArrayOfChart_ClosedCumulativeProfitLossClass>