zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
978 stars 467 forks source link

feat: Add new constants for position type #106

Closed ranjanrak closed 3 years ago

ranjanrak commented 3 years ago

Added new constant of POSITION_TYPE_DAY and POSITION_TYPE_OVERNIGHT for position conversion.

vividvilla commented 3 years ago

Strings should be double quoted unless its to escape quotes.

ranjanrak commented 3 years ago

Thanks, @vividvilla. Missed this :) Updated and pushed.