Package com.longbridge.portfolio
Class ProfitSummaryInfo
- java.lang.Object
-
- com.longbridge.portfolio.ProfitSummaryInfo
-
public class ProfitSummaryInfo extends Object
P&L summary for one asset category.
-
-
Field Summary
Fields Modifier and Type Field Description AssetTypeassetTypeAsset type.StringlossMaxSecurity with the maximum loss.StringlossMaxNameName of the max-loss security.StringprofitMaxSecurity with the maximum profit.StringprofitMaxNameName of the max-profit security.
-
Constructor Summary
Constructors Constructor Description ProfitSummaryInfo()
-
-
-
Field Detail
-
assetType
public AssetType assetType
Asset type.
-
profitMax
public String profitMax
Security with the maximum profit.
-
profitMaxName
public String profitMaxName
Name of the max-profit security.
-
lossMax
public String lossMax
Security with the maximum loss.
-
lossMaxName
public String lossMaxName
Name of the max-loss security.
-
-