getMostRecentTradeSize()

eSignal EFS 2

getMostRecentTradeSize()

Top  Previous  Next

 

getMostRecentTradeSize()

 

Returns the size traded at the most recent trade. 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 of the most recent trade

       myVar = getMostRecentTradeSize();

 

 

}