KlineDaysEnumDto

Days of history for kline data. Values can be:

  • ONE_DAY -> returns data for 1 day
  • WEEK -> returns data for 7 days
  • TWO_WEEKS -> returns data for 14 days
  • MONTH -> returns data for 30 days
  • QUARTER -> returns data for 90 days
  • HALF_YEAR -> returns data for 180 days
  • YEAR -> returns data for 365 days
  • MAX -> returns data for maximum available days
Values: ONE_DAY,WEEK,TWO_WEEKS,MONTH,QUARTER,HALF_YEAR,YEAR,MAX

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.