To know the current price in a drawing object you would use the bars that its attached to and then one of the Get methods like the GetClose. You don't need a market data subscription for that.
You need to supply an index of what bars price you wanted, you could use the last bar index in the series to get the most recent price.
There is no preferred code for the instrument, you could use either.

Comment