getMostRecentBid() |
Top Previous Next |
getMostRecentBid()
Returns the most recent bid price. Note that this function can only be used in realtime. It will NOT return historical values.
Parameters
Usage
function main() {
... ... //retrieve the most recent bid price myVar = getMostRecentBid();
}
|