GET api/Share_ProfitLossPerSymbol
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Chart_ProfitLossPerSymbolClassName | Description | Type | Additional information |
---|---|---|---|
Symbol | string |
None. |
|
ProfitLoss | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Symbol": "sample string 1", "ProfitLoss": 2.0 }, { "Symbol": "sample string 1", "ProfitLoss": 2.0 } ]
application/xml, text/xml
Sample:
<ArrayOfChart_ProfitLossPerSymbolClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TpmUtils"> <Chart_ProfitLossPerSymbolClass> <ProfitLoss>2</ProfitLoss> <Symbol>sample string 1</Symbol> </Chart_ProfitLossPerSymbolClass> <Chart_ProfitLossPerSymbolClass> <ProfitLoss>2</ProfitLoss> <Symbol>sample string 1</Symbol> </Chart_ProfitLossPerSymbolClass> </ArrayOfChart_ProfitLossPerSymbolClass>