Module: DhanHQ::Constants::OrderType
- Defined in:
- lib/DhanHQ/constants.rb
Overview
Order types for placement and modification.
Constant Summary collapse
- LIMIT =
"LIMIT"- MARKET =
"MARKET"- STOP_LOSS =
"STOP_LOSS"- STOP_LOSS_MARKET =
"STOP_LOSS_MARKET"- ALL =
[LIMIT, MARKET, STOP_LOSS, STOP_LOSS_MARKET].freeze