Libraries
»
DhanHQ
(3.4.0)
»
Index (O)
»
DhanHQ
»
Constants
»
OptionType
Module: DhanHQ::Constants::OptionType
Defined in:
lib/DhanHQ/constants.rb
Overview
Option types for derivatives trading.
Constant Summary
collapse
CALL =
"
CALL
"
PUT =
"
PUT
"
ALL =
[
CALL
,
PUT
]
.
freeze