MarketData SDK

Side : string
in package

Enum Side

Represents the types of options in options trading.

Table of Contents

Cases

CALL  = 'call'
Represents a call option.
PUT  = 'put'
Represents a put option.

Cases

PUT

Represents a put option.

A put option gives the holder the right to sell the underlying asset at a specified price within a specific time period.

CALL

Represents a call option.

A call option gives the holder the right to buy the underlying asset at a specified price within a specific time period.


        
On this page

Search results