Class OfficialPrice
- java.lang.Object
-
- pl.zankowski.iextrading4j.api.marketdata.OfficialPrice
-
- All Implemented Interfaces:
Serializable
public class OfficialPrice extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OfficialPrice(PriceType priceType, BigDecimal price, Long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BigDecimalgetPrice()PriceTypegetPriceType()LonggetTimestamp()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
OfficialPrice
public OfficialPrice(PriceType priceType, BigDecimal price, Long timestamp)
-
-
Method Detail
-
getPriceType
public PriceType getPriceType()
-
getPrice
public BigDecimal getPrice()
-
getTimestamp
public Long getTimestamp()
-
-