Summary
The volume of this market depth entry
Syntax
public double VolumeInUnits{ get; }
Example 1
foreach (var entry in _marketDepth.AskEntries) { volume = entry.VolumeInUnits; }
public double VolumeInUnits{ get; }
foreach (var entry in _marketDepth.AskEntries) { volume = entry.VolumeInUnits; }