getMostRecentBidSize()

eSignal EFS 2

getMostRecentBidSize()

Top  Previous  Next

 

getMostRecentBidSize()

 

Returns the size traded at the most recent bid price. Note that this function can only be used in realtime. It will NOT return historical values.

 

Parameters

 

none

function takes no parameters

 

Usage

 

function main() {

 

       ...

       ...

       //retrieve the size at the most recent Bid price

       myVar = getMostRecentBidSize();

 

 

}