KlineDaysEnumDto
Days of history for kline data. Values can be:
ONE_DAY-> returns data for 1 dayWEEK-> returns data for 7 daysTWO_WEEKS-> returns data for 14 daysMONTH-> returns data for 30 daysQUARTER-> returns data for 90 daysHALF_YEAR-> returns data for 180 daysYEAR-> returns data for 365 daysMAX-> returns data for maximum available days
Properties
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.