API Reference / EdisFormInput
Interface: EdisFormInput
Defined in: src/resources/Edis.ts:17
Plain string-literal request shapes for Edis — the generated EdisFormRequest/EdisBulkFormRequest types use TS enums for exchange and segment, so exchange: "NSE" doesn't type-check against them directly. Deriving the literal unions from the enums via ${Enum} keeps them in sync with npm run generate without hand-transcribing.
Properties
isin
isin:
string
Defined in: src/resources/Edis.ts:18
qty
qty:
number
Defined in: src/resources/Edis.ts:19
exchange
exchange:
"NSE"|"BSE"|"MCX"|"ALL"
Defined in: src/resources/Edis.ts:20
segment
segment:
"EQ"|"COMM"|"FNO"
Defined in: src/resources/Edis.ts:21
bulk
bulk:
boolean
Defined in: src/resources/Edis.ts:22