public class ContractNoteParams extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
averagePrice
Average price of the order.
|
String |
exchange
Exchange in which instrument is listed (NSE, BSE, NFO, BFO, CDS, MCX).
|
String |
orderID
order ID that is received in the orderbook.
|
String |
orderType
Order type (LIMIT, SL, SL-M, MARKET).
|
String |
product
Product code (NRML, MIS, CNC).
|
int |
quantity
Order quantity.
|
String |
tradingSymbol
Tradingsymbol of the instrument (ex.
|
String |
transactionType
Transaction type (BUY or SELL).
|
String |
variety
Variety (regular, co, amo, iceberg)
|
| Constructor and Description |
|---|
ContractNoteParams() |
public String orderID
public String tradingSymbol
public String exchange
public String transactionType
public String variety
public String product
public String orderType
public int quantity
public double averagePrice
Copyright © 2026. All rights reserved.