Summary
Gets the current bid price for this symbol.
Remarks
The buyer's price for the symbol.
Syntax
public double Bid{ get; }
Example 1
protected override void OnTick() { Print("Bid Price: {0}", Symbol.Bid); }
public double Bid{ get; }
protected override void OnTick() { Print("Bid Price: {0}", Symbol.Bid); }