Chart Event Type
Chart API에서 지원하는 이벤트 타입
Yahoo Finance Chart API의 events 파라미터에 사용되는 이벤트 종류입니다. 각 이벤트는 API에서 요구하는 값으로 매핑됩니다.
사용 예시:
val events = setOf(ChartEventType.DIVIDEND, ChartEventType.SPLIT)
val result = ufc.chart(symbol = "AAPL", events = events)Content copied to clipboard
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.