public class HistoricQuote
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
HistoricQuote()
No args constructor for use in serialization
|
HistoricQuote(java.lang.String ticker,
java.lang.Long t,
java.lang.Long y,
java.lang.Long f,
java.lang.Integer q,
java.util.ArrayList<java.lang.Integer> c,
java.util.ArrayList<java.lang.Integer> i,
java.lang.Double bp,
java.lang.Integer bx,
java.lang.Integer bs,
java.lang.Double ap,
java.lang.Integer ax,
java.lang.Integer as,
java.lang.Integer z) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Double |
getAp()
ASK Price
|
java.lang.Integer |
getAs()
ASK Size ( In round lots )
|
java.lang.Integer |
getAx()
ASK Exchange ID
|
java.lang.Double |
getBp()
BID Price
|
java.lang.Integer |
getBs()
BID Size ( In round lots )
|
java.lang.Integer |
getBx()
BID Exchange ID
|
java.util.ArrayList<java.lang.Integer> |
getC()
Conditions
|
java.lang.Long |
getF()
Nanosecond accuracy TRF(Trade Reporting Facility) Unix Timestamp
|
java.util.ArrayList<java.lang.Integer> |
getI()
Indicators
|
java.lang.Integer |
getQ()
Sequence Number
|
java.lang.Long |
getT()
Nanosecond accuracy SIP Unix Timestamp
|
java.lang.String |
getTicker()
Ticker of the object
|
java.lang.Long |
getY()
Nanosecond accuracy Participant/Exchange Unix Timestamp
|
java.lang.Integer |
getZ()
Tape where trade occured.
|
int |
hashCode() |
void |
setAp(java.lang.Double ap)
ASK Price
|
void |
setAs(java.lang.Integer as)
ASK Size ( In round lots )
|
void |
setAx(java.lang.Integer ax)
ASK Exchange ID
|
void |
setBp(java.lang.Double bp)
BID Price
|
void |
setBs(java.lang.Integer bs)
BID Size ( In round lots )
|
void |
setBx(java.lang.Integer bx)
BID Exchange ID
|
void |
setC(java.util.ArrayList<java.lang.Integer> c)
Conditions
|
void |
setF(java.lang.Long f)
Nanosecond accuracy TRF(Trade Reporting Facility) Unix Timestamp
|
void |
setI(java.util.ArrayList<java.lang.Integer> i)
Indicators
|
void |
setQ(java.lang.Integer q)
Sequence Number
|
void |
setT(java.lang.Long t)
Nanosecond accuracy SIP Unix Timestamp
|
void |
setTicker(java.lang.String ticker)
Ticker of the object
|
void |
setY(java.lang.Long y)
Nanosecond accuracy Participant/Exchange Unix Timestamp
|
void |
setZ(java.lang.Integer z)
Tape where trade occured.
|
java.lang.String |
toString() |
public HistoricQuote()
public HistoricQuote(java.lang.String ticker,
java.lang.Long t,
java.lang.Long y,
java.lang.Long f,
java.lang.Integer q,
java.util.ArrayList<java.lang.Integer> c,
java.util.ArrayList<java.lang.Integer> i,
java.lang.Double bp,
java.lang.Integer bx,
java.lang.Integer bs,
java.lang.Double ap,
java.lang.Integer ax,
java.lang.Integer as,
java.lang.Integer z)
ticker - c - f - i - bp - ap - q - bs - as - t - bx - ax - y - z - public java.lang.String getTicker()
Corresponds to the "T" property.
public void setTicker(java.lang.String ticker)
Corresponds to the "T" property.
public java.lang.Long getT()
public void setT(java.lang.Long t)
public java.lang.Long getY()
public void setY(java.lang.Long y)
public java.lang.Long getF()
public void setF(java.lang.Long f)
public java.lang.Integer getQ()
public void setQ(java.lang.Integer q)
public java.util.ArrayList<java.lang.Integer> getC()
public void setC(java.util.ArrayList<java.lang.Integer> c)
public java.util.ArrayList<java.lang.Integer> getI()
public void setI(java.util.ArrayList<java.lang.Integer> i)
public java.lang.Double getBp()
Corresponds to the "p" property.
public void setBp(java.lang.Double bp)
Corresponds to the "p" property.
public java.lang.Integer getBx()
Corresponds to the "x" property.
public void setBx(java.lang.Integer bx)
Corresponds to the "x" property.
public java.lang.Integer getBs()
Corresponds to the "s" property.
public void setBs(java.lang.Integer bs)
Corresponds to the "s" property.
public java.lang.Double getAp()
Corresponds to the "P" property.
public void setAp(java.lang.Double ap)
Corresponds to the "P" property.
public java.lang.Integer getAx()
Corresponds to the "X" property.
public void setAx(java.lang.Integer ax)
Corresponds to the "X" property.
public java.lang.Integer getAs()
Corresponds to the "S" property.
public void setAs(java.lang.Integer as)
Corresponds to the "S" property.
public java.lang.Integer getZ()
public void setZ(java.lang.Integer z)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object