Method: TechnicalAnalysis::DrValue#date_time

Defined in:
lib/technical_analysis/indicators/dr.rb

#date_timeString

Returns the date_time of the obversation as it was provided.

Returns:

  • (String)

    the date_time of the obversation as it was provided



80
81
82
# File 'lib/technical_analysis/indicators/dr.rb', line 80

def date_time
  @date_time
end