Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
order margin calculation API documentation
  • Loading branch information
5paisa authored Dec 11, 2023
1 parent 7d67710 commit 2fcc5b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ cancel_bulk=[
},
client.cancel_bulk_order(cancel_bulk)
```

#### Order Margin Calculation

```py
client.Order_margin( Exch= "N", ExchType = "C", OrderRequestorCode = "51959929", ScripCode = "1660", PlaceModifyCancel = "P", TransactionType = "B", AtMarket = "Y", LimitRate = 0, Volume = 5, OldTradedQty = 0, ProductType = "D", ExchOrderId = "0", CoverPositions ="N")
```
#### SquareOffAll Orders

```py
Expand Down

0 comments on commit 2fcc5b0

Please sign in to comment.