Quote
The Quote class holds all information about a quote that has
been reported from the TAC server.
float getAskPrice()
returns the last ask price.
float getBidPrice()
returns the last bid price.
boolean hasHQW(Bid bid)
returns true if the HQW is valid for the bid 'bid'.
int getHQW()
returns the current HQW (Hypothetical Quantity Won).
Bid getBid()
return the bid that was active when the quote
was requested.
int isAuctionClosed()
returns true if the auction is closed and false otherwise.
int getAuctionStatus()
returns the auction status.
long getNextQuoteTime()
returns the next time the quote is updated (less or equal to 0 if not
supported or not known).
long getLastQuoteTime()
returns the time for the last quote update (less or equal to 0 if not
yet updated).
Copyright © 2001-2005
SICS AB. All Rights Reserved.
For more information about the TAC AgentWare
please email tac-dev@sics.se.