SecurityOptionTypeEnumDto

Describes which type of option was used. This field is only filled for options.

  • CALL - The holder of a call option has the right, but not the obligation, to buy at a price agreed in advance in a quantity agreed in advance at the time of exercise.
  • PUT - The holder of a put option has the right, but not the obligation, to sell a specified quantity of a specified underlying asset at a predetermined price within a specified period (American options) or at a specified time (European options).
  • NONE - No option.
Values: CALL,PUT,NONE

Entries

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.