Module: BudaApi::Constants::ReportType

Defined in:
lib/buda_api/constants.rb

Overview

Report types

Constant Summary collapse

AVERAGE_PRICES =
"average_prices"
CANDLESTICK =
"candlestick"
ALL =
[AVERAGE_PRICES, CANDLESTICK].freeze