public class LastQuote
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LastQuote()
No args constructor for use in serialization
|
LastQuote(java.lang.Double bp,
java.lang.Integer bs,
java.lang.Double ap,
java.lang.Integer as,
java.lang.Long t) |
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 lots
|
java.lang.Double |
getBp()
Bid Price
|
java.lang.Integer |
getBs()
Bid size in lots
|
java.lang.Long |
getT()
Last Updated timestamp ( Nanosecond Timestamp )
|
int |
hashCode() |
void |
setAp(java.lang.Double ap)
Ask Price
|
void |
setAs(java.lang.Integer as)
Ask size in lots
|
void |
setBp(java.lang.Double bp)
Bid Price
|
void |
setBs(java.lang.Integer bs)
Bid size in lots
|
void |
setT(java.lang.Long t)
Last Updated timestamp ( Nanosecond Timestamp )
|
java.lang.String |
toString() |
public LastQuote()
public LastQuote(java.lang.Double bp, java.lang.Integer bs, java.lang.Double ap, java.lang.Integer as, java.lang.Long t)
bs
- as
- t
- bp
- ap
- 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 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 getAs()
Corresponds to the "S" property.
public void setAs(java.lang.Integer as)
Corresponds to the "S" property.
public java.lang.Long getT()
public void setT(java.lang.Long t)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object