Package com.github.oscerd.finnhub.models
Class IPOEvent
java.lang.Object
com.github.oscerd.finnhub.models.IPOEvent
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class IPOEvent
extends Object
IPOEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondate(org.threeten.bp.LocalDate date) booleanorg.threeten.bp.LocalDategetDate()IPO date.Exchange.getName()Company's name.Number of shares offered during the IPO.getPrice()Projected price or price range.IPO status.Symbol.Total shares value.inthashCode()numberOfShares(Float numberOfShares) voidsetDate(org.threeten.bp.LocalDate date) voidsetExchange(String exchange) voidvoidsetNumberOfShares(Float numberOfShares) voidvoidvoidvoidsetTotalSharesValue(Float totalSharesValue) toString()totalSharesValue(Float totalSharesValue)
-
Constructor Details
-
IPOEvent
public IPOEvent()
-
-
Method Details
-
symbol
-
getSymbol
Symbol.- Returns:
- symbol
-
setSymbol
-
date
-
getDate
public org.threeten.bp.LocalDate getDate()IPO date.- Returns:
- date
-
setDate
public void setDate(org.threeten.bp.LocalDate date) -
exchange
-
getExchange
Exchange.- Returns:
- exchange
-
setExchange
-
name
-
getName
Company's name.- Returns:
- name
-
setName
-
status
-
getStatus
IPO status. Can take 1 of the following values: <code>expected</code>,<code>priced</code>,<code>withdrawn</code>,<code>filed</code>- Returns:
- status
-
setStatus
-
price
-
getPrice
Projected price or price range.- Returns:
- price
-
setPrice
-
equals
-
hashCode
public int hashCode() -
toString
-