Method: TechnicalAnalysis::ViValue#date_time

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



97
98
99
# File 'lib/technical_analysis/indicators/vi.rb', line 97

def date_time
  @date_time
end