UpstoxClient.Model.TradeWiseProfitAndLossData
Properties
Name |
Type |
Description |
Notes |
Quantity |
float? |
The quantity of stock traded |
[optional] |
Isin |
string |
ISIN of the stock |
[optional] |
ScripName |
string |
Name of the scrip traded |
[optional] |
TradeType |
string |
FUT - Futures OPT - Options EQ - Equity |
[optional] |
BuyDate |
string |
The date on which the stock was bought |
[optional] |
BuyAverage |
float? |
The average rate at which each quantity of the stock was bought |
[optional] |
SellDate |
string |
The date on which the stock was sold |
[optional] |
SellAverage |
float? |
The average rate at which each quantity of the stock was sold |
[optional] |
BuyAmount |
float? |
Total buy amount |
[optional] |
SellAmount |
float? |
Total sell amount |
[optional] |
[Back to Model list] [Back to API list] [Back to README]