API Reference / InstrumentSearchOptions
Interface: InstrumentSearchOptions
Defined in: src/resources/Instruments.ts:33
Properties
exactMatch?
optionalexactMatch?:boolean
Defined in: src/resources/Instruments.ts:35
Match the whole symbol rather than a substring. Defaults to false.
caseSensitive?
optionalcaseSensitive?:boolean
Defined in: src/resources/Instruments.ts:37
Defaults to false — symbols are upcased on both sides before comparing.
limit?
optionallimit?:number
Defined in: src/resources/Instruments.ts:39
Cap on returned rows. Defaults to 25.