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