Class: DhanHQ::Contracts::GlobalStocksPlaceOrderContract

Inherits:
GlobalStocksOrderContract show all
Defined in:
lib/DhanHQ/contracts/global_stocks_place_order_contract.rb

Overview

Validation contract for POST /v2/globalstocks/orders.

Examples:

DhanHQ::Contracts::GlobalStocksPlaceOrderContract.new.call(
  transaction_type: "BUY",
  order_type: "LIMIT",
  security_id: "AAPL",
  quantity: 1.0,
  price: 180.0
)

Constant Summary

Constants inherited from GlobalStocksOrderContract

DhanHQ::Contracts::GlobalStocksOrderContract::LEG_NAMES, DhanHQ::Contracts::GlobalStocksOrderContract::ORDER_TYPES, DhanHQ::Contracts::GlobalStocksOrderContract::PRICED_ORDER_TYPES, DhanHQ::Contracts::GlobalStocksOrderContract::TRANSACTION_TYPES, DhanHQ::Contracts::GlobalStocksOrderContract::TRIGGERED_ORDER_TYPES

Constants included from DhanHQ::Constants

DhanHQ::Constants::ALERT_CONDITION_SEGMENTS, DhanHQ::Constants::ALERT_TIMEFRAMES, DhanHQ::Constants::AMO_TIMINGS, DhanHQ::Constants::BO, DhanHQ::Constants::BSE, DhanHQ::Constants::BSE_FNO, DhanHQ::Constants::BUY, DhanHQ::Constants::CHART_EXCHANGE_SEGMENTS, DhanHQ::Constants::CHART_INTERVALS, DhanHQ::Constants::CNC, DhanHQ::Constants::CO, DhanHQ::Constants::COMPACT_CSV_URL, DhanHQ::Constants::COMPARISON_TYPES, DhanHQ::Constants::CUR, DhanHQ::Constants::DATA_API_PREFIXES, DhanHQ::Constants::DAY, DhanHQ::Constants::DETAILED_CSV_URL, DhanHQ::Constants::DHAN_ERROR_MAPPING, DhanHQ::Constants::EXCHANGE_SEGMENTS, DhanHQ::Constants::FNO, DhanHQ::Constants::FOREVER_ORDER_PRODUCT_TYPES, DhanHQ::Constants::FOREVER_ORDER_SEGMENTS, DhanHQ::Constants::GLOBAL_STOCKS_LEG_NAMES, DhanHQ::Constants::GLOBAL_STOCKS_ORDER_TYPES, DhanHQ::Constants::GLOBAL_STOCKS_SEGMENTS, DhanHQ::Constants::INDEX, DhanHQ::Constants::INSTRUMENTS, DhanHQ::Constants::INTRA, DhanHQ::Constants::IOC, DhanHQ::Constants::Instrument, DhanHQ::Constants::LIMIT, DhanHQ::Constants::MARGIN, DhanHQ::Constants::MARGIN_CALCULATOR_SEGMENTS, DhanHQ::Constants::MARGIN_PRODUCT_TYPES, DhanHQ::Constants::MARKET, DhanHQ::Constants::MCX, DhanHQ::Constants::MTF, DhanHQ::Constants::MUTATING_PATH_PREFIXES, DhanHQ::Constants::NSE, DhanHQ::Constants::NSE_FNO, DhanHQ::Constants::OPERATORS, DhanHQ::Constants::OPTION_CHAIN_UNDERLYING_SEGMENTS, DhanHQ::Constants::ORDER_PLACEMENT_PATH_PREFIXES, DhanHQ::Constants::ORDER_STATUSES, DhanHQ::Constants::ORDER_TYPES, DhanHQ::Constants::PAYLOAD_REQUIRES_DHAN_CLIENT_ID_PREFIXES, DhanHQ::Constants::PRODUCT_TYPES, DhanHQ::Constants::SEGMENT_MAP, DhanHQ::Constants::SELL, DhanHQ::Constants::SL, DhanHQ::Constants::SLM, DhanHQ::Constants::TRANSACTION_TYPES, DhanHQ::Constants::VALIDITY_TYPES

Method Summary

Methods included from DhanHQ::Constants

all_for, valid?