Uses of Interface
org.marketcetera.trade.pnl.ProfitAndLoss
-
Packages that use ProfitAndLoss Package Description org.marketcetera.trade.pnl -
-
Uses of ProfitAndLoss in org.marketcetera.trade.pnl
Methods in org.marketcetera.trade.pnl that return ProfitAndLoss Modifier and Type Method Description ProfitAndLossProfitAndLossFactory. create()Create a newProfitAndLossinstance.ProfitAndLossProfitAndLossFactory. create(ProfitAndLoss inProfitAndLoss)Create a newProfitAndLossinstance from the given object.ProfitAndLossHasProfitAndLoss. getProfitAndLoss()Get the profitandloss value.ProfitAndLossTradePnlClient. getProfitAndLoss(UserID inUserID, Instrument inInstrument, PageRequest inPageRequest)Requests profit and loss for a user and an instrument.Methods in org.marketcetera.trade.pnl that return types with arguments of type ProfitAndLoss Modifier and Type Method Description CollectionPageResponse<ProfitAndLoss>TradePnlService. getProfitAndLoss(UserID inUserID, Instrument inInstrument, PageRequest inPageRequest)Requests profit and loss for a user and an instrument.Methods in org.marketcetera.trade.pnl with parameters of type ProfitAndLoss Modifier and Type Method Description ProfitAndLossProfitAndLossFactory. create(ProfitAndLoss inProfitAndLoss)Create a newProfitAndLossinstance from the given object.voidHasProfitAndLoss. setProfitAndLoss(ProfitAndLoss inProfitAndLoss)Set the profitandloss value.
-