GET api/Share_ClosedCumulativeProfitLoss
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Chart_ClosedCumulativeProfitLossClassName | Description | Type | Additional information |
---|---|---|---|
TradeDate | date |
None. |
|
ProfitLoss | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TradeDate": "2024-11-21T05:14:50.7727808-05:00", "ProfitLoss": 2.0 }, { "TradeDate": "2024-11-21T05:14:50.7727808-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>2024-11-21T05:14:50.7727808-05:00</TradeDate> </Chart_ClosedCumulativeProfitLossClass> <Chart_ClosedCumulativeProfitLossClass> <ProfitLoss>2</ProfitLoss> <TradeDate>2024-11-21T05:14:50.7727808-05:00</TradeDate> </Chart_ClosedCumulativeProfitLossClass> </ArrayOfChart_ClosedCumulativeProfitLossClass>