GetCurrentBidVolume()
GetCurrentBidVolume()
Definition
Returns the current real-time bid volume.
- When accessed during State.Historical, the Volume of the evaluated bar series is substituted. To access historical Bid Volumes, please see Developing for Tick Replay.
- The GetCurrentBidVolume() method runs on the bar series currently updating determined by the BarsInProgress property. For multi-instrument scripts, an additional int “barsSeriesIndex” parameter can be supplied which forces the method to run on a supplementary bar series.
MethoReturn Value
A long value representing the current bid volume.
Syntax
GetCurrentBidVolume()
GetCurrentBidVolume(int barsSeriesIndex)

