Package com.longport.quote
Class SecurityQuote
- java.lang.Object
-
- com.longport.quote.SecurityQuote
-
public class SecurityQuote extends Object
-
-
Constructor Summary
Constructors Constructor Description SecurityQuote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetHigh()BigDecimalgetLastDone()BigDecimalgetLow()BigDecimalgetOpen()PrePostQuotegetOvernightQuote()PrePostQuotegetPostMarketQuote()PrePostQuotegetPreMarketQuote()BigDecimalgetPrevClose()StringgetSymbol()OffsetDateTimegetTimestamp()TradeStatusgetTradeStatus()BigDecimalgetTurnover()longgetVolume()StringtoString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getLastDone
public BigDecimal getLastDone()
-
getPrevClose
public BigDecimal getPrevClose()
-
getOpen
public BigDecimal getOpen()
-
getHigh
public BigDecimal getHigh()
-
getLow
public BigDecimal getLow()
-
getTimestamp
public OffsetDateTime getTimestamp()
-
getVolume
public long getVolume()
-
getTurnover
public BigDecimal getTurnover()
-
getTradeStatus
public TradeStatus getTradeStatus()
-
getPreMarketQuote
public PrePostQuote getPreMarketQuote()
-
getPostMarketQuote
public PrePostQuote getPostMarketQuote()
-
getOvernightQuote
public PrePostQuote getOvernightQuote()
-
-