Method: TechnicalAnalysis::TrixValue#date_time

Defined in:
lib/technical_analysis/indicators/trix.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



111
112
113
# File 'lib/technical_analysis/indicators/trix.rb', line 111

def date_time
  @date_time
end