Skip to main content
Version: 1.0.0

Get Exchange TIF Types

GET 

/tif-types

This is used to get the supported TIF(Time in force) type by each exchange that is currently available in the system.

#type
0Day
1Good Till Cancel
2At the Opening
3Immediate or Cancel
4Fill or Kill
5Good Till Crossing
6Good Till Date
7At the Close
8Month
9Session

Request

Query Parameters

    exchange string

    Example: NSDQ

Responses

OK

Schema
    exchangeTifList object[]required

    Possible values: >= 1

  • Array [
  • exchange string
    exchangeTifId string
  • ]
  • status stringrequired

    Possible values: non-empty, [SUCCESS, FAILED]

    reason string

    Possible values: non-empty

    rejectCode number

    Find error codes here)

Loading...
Is this page helpful for you?