Summary
The price of this market depth entry
Syntax
public double Price{ get; }
Example 1
for(int i = 0; i < _marketDepth.AskEntries.Count; i++) { price = _marketDepth.AskEntries[i].Price; }
public double Price{ get; }
for(int i = 0; i < _marketDepth.AskEntries.Count; i++) { price = _marketDepth.AskEntries[i].Price; }