| CurrentPosition |
Describes the current position of a given instrument owned by a given user.
|
| CurrentPositionFactory |
|
| HasCurrentPosition |
Describes the current position of a given instrument owned by a given user.
|
| HasLot |
Identifies a lot used to calculate profit and loss.
|
| HasPosition |
Describes position of a given instrument owned by a given user at a given point in time.
|
| HasProfitAndLoss |
Indicates profit and loss for a user-instrument tuple.
|
| HasTrade |
Indicates a trade that took place at a particular point in time for a particular amount and price.
|
| HasUserTrade |
Provides a user-centric view of a Trade.
|
| Lot |
Identifies a lot used to calculate profit and loss.
|
| LotFactory |
|
| Position |
Describes position of a given instrument owned by a given user at a given point in time.
|
| PositionFactory |
|
| ProfitAndLoss |
Indicates profit and loss for a user-instrument tuple.
|
| ProfitAndLossFactory |
|
| Trade |
Indicates a trade that took place at a particular point in time for a particular amount and price.
|
| TradeFactory |
Creates new Trade objects.
|
| TradePnlClient |
Provides a client interface for TradePnlRpc services.
|
| TradePnlClientFactory<ParameterClazz> |
|
| TradePnlClientParameters |
|
| TradePnlService |
Provides TradePnlService services.
|
| UserTrade |
Provides a user-centric view of a Trade.
|
| UserTradeFactory |
|