public class IBPositionUpdate
extends java.lang.Object
Constructor and Description |
---|
IBPositionUpdate(boolean endMessageMarker,
double position,
double marketPrice,
double marketValue,
Contract contract) |
Modifier and Type | Method and Description |
---|---|
Contract |
getContract() |
double |
getMarketPrice() |
double |
getMarketValue() |
double |
getPosition() |
boolean |
isEndMessageMarker() |
java.lang.String |
toString() |
public IBPositionUpdate(boolean endMessageMarker, double position, double marketPrice, double marketValue, Contract contract)
public boolean isEndMessageMarker()
public double getPosition()
public double getMarketPrice()
public double getMarketValue()
public Contract getContract()
public java.lang.String toString()
toString
in class java.lang.Object