Method: TechnicalAnalysis::VwapValue#date_time

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



81
82
83
# File 'lib/technical_analysis/indicators/vwap.rb', line 81

def date_time
  @date_time
end