This service allows access to Position data by various criteria as well as the ability to create a new Position
Name | Arguments | Return type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
getPosition |
|
T PositionBase ? | Fetch a position by TradeId. If matching record is found it is return, else none |
|||||||||
getPositionsByBook |
|
list< T PositionBase > | Fetch all active Positions for the given book |
|||||||||
getPositionsByProduct |
|
list< T PositionBase > | Fetch all active Positions for the given ProductIdType and ProductId |
|||||||||
createPositionRecord |
|
void | Create a new Position record |