Hi what's the difference betwen the following? I have the first in my code which seems to return a price. The second is from a tutorial.

data.Bars["EURUSD"].Close
data["EURUSD"].Ask.Close

Author