GET api/Share_ClosedCumulativeProfitLoss

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Chart_ClosedCumulativeProfitLossClass
NameDescriptionTypeAdditional information
TradeDate

date

None.

ProfitLoss

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TradeDate": "2024-04-26T09:17:23.6112752-04:00",
    "ProfitLoss": 2.0
  },
  {
    "TradeDate": "2024-04-26T09:17:23.6112752-04: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>2024-04-26T09:17:23.6112752-04:00</TradeDate>
  </Chart_ClosedCumulativeProfitLossClass>
  <Chart_ClosedCumulativeProfitLossClass>
    <ProfitLoss>2</ProfitLoss>
    <TradeDate>2024-04-26T09:17:23.6112752-04:00</TradeDate>
  </Chart_ClosedCumulativeProfitLossClass>
</ArrayOfChart_ClosedCumulativeProfitLossClass>