GET api/Share_ProfitLossPerStrategyGroup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Chart_ProfitLossPerStrategyGroupClassName | Description | Type | Additional information |
---|---|---|---|
StrategyGroupName | string |
None. |
|
PKey | integer |
None. |
|
ProfitLoss | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StrategyGroupName": "sample string 1", "PKey": 2, "ProfitLoss": 3.0 }, { "StrategyGroupName": "sample string 1", "PKey": 2, "ProfitLoss": 3.0 } ]
application/xml, text/xml
Sample:
<ArrayOfChart_ProfitLossPerStrategyGroupClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TpmUtils"> <Chart_ProfitLossPerStrategyGroupClass> <PKey>2</PKey> <ProfitLoss>3</ProfitLoss> <StrategyGroupName>sample string 1</StrategyGroupName> </Chart_ProfitLossPerStrategyGroupClass> <Chart_ProfitLossPerStrategyGroupClass> <PKey>2</PKey> <ProfitLoss>3</ProfitLoss> <StrategyGroupName>sample string 1</StrategyGroupName> </Chart_ProfitLossPerStrategyGroupClass> </ArrayOfChart_ProfitLossPerStrategyGroupClass>