Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1016 Bytes

ConvertPositionRequest.md

File metadata and controls

37 lines (27 loc) · 1016 Bytes

UpstoxClient.ConvertPositionRequest

Properties

Name Type Description Notes
instrumentToken String Key of the instrument
newProduct String Indicates the new product to use for the convert positions
oldProduct String Indicates the old product to use for the convert positions
transactionType String Indicates whether its a buy(b) or sell(s) order
quantity Number Quantity with which the position to convert

Enum: NewProductEnum

  • I (value: "I")
  • D (value: "D")
  • CO (value: "CO")
  • OCO (value: "OCO")
  • MTF (value: "MTF")

Enum: OldProductEnum

  • I (value: "I")
  • D (value: "D")
  • CO (value: "CO")
  • OCO (value: "OCO")
  • MTF (value: "MTF")

Enum: TransactionTypeEnum

  • BUY (value: "BUY")
  • SELL (value: "SELL")