|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PositionEvent
Represents a change to a position held by the account.
Method Summary | |
---|---|
long |
getAccountId()
Returns the account ID that the position belongs to. |
FixedPointNumber |
getCumulativeCost()
Returns the cumulative cost of the position. |
long |
getInstrumentId()
Returns the instrument ID that the position pertains to. |
FixedPointNumber |
getLongUnfilledCost()
Returns the long unfilled cost. |
FixedPointNumber |
getOpenCost()
Returns the open cost of the position. |
FixedPointNumber |
getOpenQuantity()
Returns the open quantity of the position. |
FixedPointNumber |
getShortUnfilledCost()
Returns the short unfilled cost. |
FixedPointNumber |
getValuation()
Returns the valuation of the position. |
Method Detail |
---|
long getAccountId()
long getInstrumentId()
FixedPointNumber getValuation()
FixedPointNumber getShortUnfilledCost()
FixedPointNumber getLongUnfilledCost()
FixedPointNumber getOpenQuantity()
FixedPointNumber getCumulativeCost()
FixedPointNumber getOpenCost()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |