Package com.longport.trade
Class FundPosition
- java.lang.Object
-
- com.longport.trade.FundPosition
-
public class FundPosition extends Object
-
-
Constructor Summary
Constructors Constructor Description FundPosition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getCostNetAssetValue()
String
getCurrency()
BigDecimal
getCurrentNetAssetValue()
BigDecimal
getHoldingUnits()
OffsetDateTime
getNetAssetValueDay()
String
getSymbol()
String
getSymbolName()
String
toString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getCurrentNetAssetValue
public BigDecimal getCurrentNetAssetValue()
-
getNetAssetValueDay
public OffsetDateTime getNetAssetValueDay()
-
getSymbolName
public String getSymbolName()
-
getCurrency
public String getCurrency()
-
getCostNetAssetValue
public BigDecimal getCostNetAssetValue()
-
getHoldingUnits
public BigDecimal getHoldingUnits()
-
-