Index (P)
»
DhanHQ
»
Constants
»
PositionType
Module: DhanHQ::Constants::PositionType
Defined in:
lib/DhanHQ/constants.rb
Overview
Position types for position conversion.
Constant Summary
collapse
LONG =
"
LONG
"
SHORT =
"
SHORT
"
ALL =
[
LONG
,
SHORT
]
.
freeze