Class Auction
- java.lang.Object
-
- pl.zankowski.iextrading4j.api.marketdata.Auction
-
- All Implemented Interfaces:
Serializable,DeepResult
public class Auction extends Object implements DeepResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Auction(AuctionType auctionType, BigDecimal pairedShares, BigDecimal imbalanceShares, BigDecimal referencePrice, BigDecimal indicativePrice, BigDecimal auctionBookPrice, BigDecimal collarReferencePrice, BigDecimal lowerCollarPrice, BigDecimal upperCollarPrice, BigDecimal extensionNumber, LocalTime startTime, Long lastUpdate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BigDecimalgetAuctionBookPrice()AuctionTypegetAuctionType()BigDecimalgetCollarReferencePrice()BigDecimalgetExtensionNumber()BigDecimalgetImbalanceShares()BigDecimalgetIndicativePrice()LonggetLastUpdate()BigDecimalgetLowerCollarPrice()BigDecimalgetPairedShares()BigDecimalgetReferencePrice()LocalTimegetStartTime()BigDecimalgetUpperCollarPrice()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Auction
public Auction(AuctionType auctionType, BigDecimal pairedShares, BigDecimal imbalanceShares, BigDecimal referencePrice, BigDecimal indicativePrice, BigDecimal auctionBookPrice, BigDecimal collarReferencePrice, BigDecimal lowerCollarPrice, BigDecimal upperCollarPrice, BigDecimal extensionNumber, LocalTime startTime, Long lastUpdate)
-
-
Method Detail
-
getAuctionType
public AuctionType getAuctionType()
-
getPairedShares
public BigDecimal getPairedShares()
-
getImbalanceShares
public BigDecimal getImbalanceShares()
-
getReferencePrice
public BigDecimal getReferencePrice()
-
getIndicativePrice
public BigDecimal getIndicativePrice()
-
getAuctionBookPrice
public BigDecimal getAuctionBookPrice()
-
getCollarReferencePrice
public BigDecimal getCollarReferencePrice()
-
getLowerCollarPrice
public BigDecimal getLowerCollarPrice()
-
getUpperCollarPrice
public BigDecimal getUpperCollarPrice()
-
getExtensionNumber
public BigDecimal getExtensionNumber()
-
getStartTime
public LocalTime getStartTime()
-
getLastUpdate
public Long getLastUpdate()
-
-