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.Integer bp,
java.lang.Integer bs,
java.lang.Integer ap,
java.lang.Integer as,
java.lang.Long t) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Integer |
getAp()
Ask Price
|
java.lang.Integer |
getAs()
Ask size in lots
|
java.lang.Integer |
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.Integer ap)
Ask Price
|
void |
setAs(java.lang.Integer as)
Ask size in lots
|
void |
setBp(java.lang.Integer 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.Integer bp, java.lang.Integer bs, java.lang.Integer ap, java.lang.Integer as, java.lang.Long t)
bs
- as
- t
- bp
- ap
- public java.lang.Integer getBp()
Corresponds to the "p" property.
public void setBp(java.lang.Integer 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.Integer getAp()
Corresponds to the "P" property.
public void setAp(java.lang.Integer 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