Package com.longbridge.market
Class AhPremiumKline
- java.lang.Object
-
- com.longbridge.market.AhPremiumKline
-
public class AhPremiumKline extends Object
One A/H premium data point.
-
-
Field Summary
Fields Modifier and Type Field Description BigDecimalahpremiumRateA/H premium rate (negative = H-share at premium).BigDecimalaprecloseA-share previous close.BigDecimalapriceA-share price.BigDecimalcurrencyRateCNY/HKD exchange rate.BigDecimalhprecloseH-share previous close.BigDecimalhpriceH-share price.BigDecimalpriceSpreadPrice spread.OffsetDateTimetimestampData point timestamp.
-
Constructor Summary
Constructors Constructor Description AhPremiumKline()
-
-
-
Field Detail
-
aprice
public BigDecimal aprice
A-share price.
-
apreclose
public BigDecimal apreclose
A-share previous close.
-
hprice
public BigDecimal hprice
H-share price.
-
hpreclose
public BigDecimal hpreclose
H-share previous close.
-
currencyRate
public BigDecimal currencyRate
CNY/HKD exchange rate.
-
ahpremiumRate
public BigDecimal ahpremiumRate
A/H premium rate (negative = H-share at premium).
-
priceSpread
public BigDecimal priceSpread
Price spread.
-
timestamp
public OffsetDateTime timestamp
Data point timestamp.
-
-