LICENSE
README.md
pyproject.toml
setup.cfg
src/thefirstock/__init__.py
src/thefirstock/thefirstock.py
src/thefirstock.egg-info/PKG-INFO
src/thefirstock.egg-info/SOURCES.txt
src/thefirstock.egg-info/dependency_links.txt
src/thefirstock.egg-info/requires.txt
src/thefirstock.egg-info/top_level.txt
src/thefirstock/Variables/__init__.py
src/thefirstock/Variables/enums.py
src/thefirstock/Variables/fixedParams.py
src/thefirstock/firstockModules/__init__.py
src/thefirstock/firstockModules/basketMarginFirstock.py
src/thefirstock/firstockModules/bearPutSpreadFirstock.py
src/thefirstock/firstockModules/bullCallSpreadFirstock.py
src/thefirstock/firstockModules/cancelOrderFirstock.py
src/thefirstock/firstockModules/firstockWebSockets.py
src/thefirstock/firstockModules/getIndexListFirstock.py
src/thefirstock/firstockModules/getOptionChainFirstock.py
src/thefirstock/firstockModules/getQuotesFirstock.py
src/thefirstock/firstockModules/getSecurityInfoFirstock.py
src/thefirstock/firstockModules/holdingFirstock.py
src/thefirstock/firstockModules/limitFirstock.py
src/thefirstock/firstockModules/loginFirstock.py
src/thefirstock/firstockModules/logoutFirstock.py
src/thefirstock/firstockModules/longStraddleFirstock.py
src/thefirstock/firstockModules/longStrangleFirstock.py
src/thefirstock/firstockModules/modifyOrderFirstock.py
src/thefirstock/firstockModules/multiPlaceOrderFirstock.py
src/thefirstock/firstockModules/optionGreekFirstock.py
src/thefirstock/firstockModules/orderBookFirstock.py
src/thefirstock/firstockModules/orderMarginFirstock.py
src/thefirstock/firstockModules/placeOrderFirstock.py
src/thefirstock/firstockModules/positionBookFirstock.py
src/thefirstock/firstockModules/productConversionFirstock.py
src/thefirstock/firstockModules/searchScripsFirstock.py
src/thefirstock/firstockModules/shortStraddleFirstock.py
src/thefirstock/firstockModules/shortStrangleFirstock.py
src/thefirstock/firstockModules/singleOrderHistoryFirstock.py
src/thefirstock/firstockModules/spanCalculatorFirstock.py
src/thefirstock/firstockModules/timePriceSeriesFirstock.py
src/thefirstock/firstockModules/tradeBookFirstock.py
src/thefirstock/firstockModules/userDetailsFirstock.py
src/thefirstock/firstockModules/Strategies/__init__.py
src/thefirstock/firstockModules/Strategies/bearPutSpread.py
src/thefirstock/firstockModules/Strategies/bullCallSpread.py
src/thefirstock/firstockModules/Strategies/longStraddle.py
src/thefirstock/firstockModules/Strategies/longStrangle.py
src/thefirstock/firstockModules/Strategies/multiPlaceOrder.py
src/thefirstock/firstockModules/Strategies/shortStraddle.py
src/thefirstock/firstockModules/Strategies/shortStrangle.py
src/thefirstock/firstockModules/basketMarginFunctionality/__init__.py
src/thefirstock/firstockModules/basketMarginFunctionality/base.py
src/thefirstock/firstockModules/basketMarginFunctionality/execution.py
src/thefirstock/firstockModules/basketMarginFunctionality/functions.py
src/thefirstock/firstockModules/cancelOrderFunctionality/__init__.py
src/thefirstock/firstockModules/cancelOrderFunctionality/base.py
src/thefirstock/firstockModules/cancelOrderFunctionality/execution.py
src/thefirstock/firstockModules/cancelOrderFunctionality/functions.py
src/thefirstock/firstockModules/getIndexListFunctionality/__init__.py
src/thefirstock/firstockModules/getIndexListFunctionality/base.py
src/thefirstock/firstockModules/getIndexListFunctionality/execution.py
src/thefirstock/firstockModules/getIndexListFunctionality/functions.py
src/thefirstock/firstockModules/getOptionChainFunctionality/__init__.py
src/thefirstock/firstockModules/getOptionChainFunctionality/base.py
src/thefirstock/firstockModules/getOptionChainFunctionality/execution.py
src/thefirstock/firstockModules/getOptionChainFunctionality/functions.py
src/thefirstock/firstockModules/getQuotesFunctionality/__init__.py
src/thefirstock/firstockModules/getQuotesFunctionality/base.py
src/thefirstock/firstockModules/getQuotesFunctionality/execution.py
src/thefirstock/firstockModules/getQuotesFunctionality/functions.py
src/thefirstock/firstockModules/getSecurityInfoFunctionality/__init__.py
src/thefirstock/firstockModules/getSecurityInfoFunctionality/base.py
src/thefirstock/firstockModules/getSecurityInfoFunctionality/execution.py
src/thefirstock/firstockModules/getSecurityInfoFunctionality/functions.py
src/thefirstock/firstockModules/holdingsFunctionality/__init__.py
src/thefirstock/firstockModules/holdingsFunctionality/base.py
src/thefirstock/firstockModules/holdingsFunctionality/execution.py
src/thefirstock/firstockModules/holdingsFunctionality/functions.py
src/thefirstock/firstockModules/limitFunctionality/__init__.py
src/thefirstock/firstockModules/limitFunctionality/base.py
src/thefirstock/firstockModules/limitFunctionality/execution.py
src/thefirstock/firstockModules/limitFunctionality/functions.py
src/thefirstock/firstockModules/loginFunctionality/__init__.py
src/thefirstock/firstockModules/loginFunctionality/base.py
src/thefirstock/firstockModules/loginFunctionality/execution.py
src/thefirstock/firstockModules/loginFunctionality/functions.py
src/thefirstock/firstockModules/logoutFunctionality/__init__.py
src/thefirstock/firstockModules/logoutFunctionality/base.py
src/thefirstock/firstockModules/logoutFunctionality/execution.py
src/thefirstock/firstockModules/logoutFunctionality/functions.py
src/thefirstock/firstockModules/modifyOrderFunctionality/__init__.py
src/thefirstock/firstockModules/modifyOrderFunctionality/base.py
src/thefirstock/firstockModules/modifyOrderFunctionality/execution.py
src/thefirstock/firstockModules/modifyOrderFunctionality/functions.py
src/thefirstock/firstockModules/optionGreekFunctionality/__init__.py
src/thefirstock/firstockModules/optionGreekFunctionality/base.py
src/thefirstock/firstockModules/optionGreekFunctionality/execution.py
src/thefirstock/firstockModules/optionGreekFunctionality/functions.py
src/thefirstock/firstockModules/orderBookFunctionality/__init__.py
src/thefirstock/firstockModules/orderBookFunctionality/base.py
src/thefirstock/firstockModules/orderBookFunctionality/execution.py
src/thefirstock/firstockModules/orderBookFunctionality/functions.py
src/thefirstock/firstockModules/orderMarginFunctionality/__init__.py
src/thefirstock/firstockModules/orderMarginFunctionality/base.py
src/thefirstock/firstockModules/orderMarginFunctionality/execution.py
src/thefirstock/firstockModules/orderMarginFunctionality/functions.py
src/thefirstock/firstockModules/placeOrderFunctionality/__init__.py
src/thefirstock/firstockModules/placeOrderFunctionality/base.py
src/thefirstock/firstockModules/placeOrderFunctionality/execution.py
src/thefirstock/firstockModules/placeOrderFunctionality/functions.py
src/thefirstock/firstockModules/positionBookFunctionality/__init__.py
src/thefirstock/firstockModules/positionBookFunctionality/base.py
src/thefirstock/firstockModules/positionBookFunctionality/execution.py
src/thefirstock/firstockModules/positionBookFunctionality/functions.py
src/thefirstock/firstockModules/productConversionFunctionality/__init__.py
src/thefirstock/firstockModules/productConversionFunctionality/base.py
src/thefirstock/firstockModules/productConversionFunctionality/execution.py
src/thefirstock/firstockModules/productConversionFunctionality/functions.py
src/thefirstock/firstockModules/searchScripsFunctionality/__init__.py
src/thefirstock/firstockModules/searchScripsFunctionality/base.py
src/thefirstock/firstockModules/searchScripsFunctionality/execution.py
src/thefirstock/firstockModules/searchScripsFunctionality/functions.py
src/thefirstock/firstockModules/singleOrderHistory/__init__.py
src/thefirstock/firstockModules/singleOrderHistory/base.py
src/thefirstock/firstockModules/singleOrderHistory/execution.py
src/thefirstock/firstockModules/singleOrderHistory/functions.py
src/thefirstock/firstockModules/spanCalculatorFunctionality/__init__.py
src/thefirstock/firstockModules/spanCalculatorFunctionality/base.py
src/thefirstock/firstockModules/spanCalculatorFunctionality/execution.py
src/thefirstock/firstockModules/spanCalculatorFunctionality/functions.py
src/thefirstock/firstockModules/timePriceSeriesFunctionality/__init__.py
src/thefirstock/firstockModules/timePriceSeriesFunctionality/base.py
src/thefirstock/firstockModules/timePriceSeriesFunctionality/execution.py
src/thefirstock/firstockModules/timePriceSeriesFunctionality/functions.py
src/thefirstock/firstockModules/tradeBookFunctionality/__init__.py
src/thefirstock/firstockModules/tradeBookFunctionality/base.py
src/thefirstock/firstockModules/tradeBookFunctionality/execution.py
src/thefirstock/firstockModules/tradeBookFunctionality/functions.py
src/thefirstock/firstockModules/userDetailsFunctionality/__init__.py
src/thefirstock/firstockModules/userDetailsFunctionality/base.py
src/thefirstock/firstockModules/userDetailsFunctionality/execution.py
src/thefirstock/firstockModules/userDetailsFunctionality/functions.py
src/thefirstock/operations/__init__.py
src/thefirstock/operations/apiOperations.py
src/thefirstock/pyClient/__init__.py
src/thefirstock/pyClient/client.py
src/thefirstock/pyClient/models.py
src/thefirstock/pyClient/common/__init__.py
src/thefirstock/pyClient/common/enums.py
src/thefirstock/pyClient/common/exceptions.py
src/thefirstock/pyClient/common/models.py
src/thefirstock/pyClient/modules/__init__.py
src/thefirstock/pyClient/modules/users/__init__.py
src/thefirstock/pyClient/modules/users/datasource.py
src/thefirstock/pyClient/modules/users/endpoints.py
src/thefirstock/pyClient/modules/users/models/__init__.py
src/thefirstock/pyClient/modules/users/models/login.py
src/thefirstock/pyClient/modules/users/models/save_fcm_token.py
src/thefirstock/pyClient/utils/__init__.py
src/thefirstock/pyClient/utils/decoders.py
src/thefirstock/pyClient/utils/encoders.py
src/thefirstock/pyClient/utils/stateful.py
src/thefirstock/pyClient/utils/datasources/__init__.py
src/thefirstock/pyClient/utils/datasources/noren/__init__.py
src/thefirstock/pyClient/utils/datasources/noren/datasource.py
src/thefirstock/pyClient/utils/datasources/rest/__init__.py
src/thefirstock/pyClient/utils/datasources/rest/context.py
src/thefirstock/pyClient/utils/datasources/rest/datasource.py
src/thefirstock/pyClient/utils/interceptors/__init__.py
src/thefirstock/pyClient/utils/interceptors/http_error.py
src/thefirstock/pyClient/utils/interceptors/interceptor.py
src/thefirstock/pyClient/websocket/__init__.py
src/thefirstock/pyClient/websocket/client.py
src/thefirstock/pyClient/websocket/enums.py
src/thefirstock/pyClient/websocket/models/__init__.py
src/thefirstock/pyClient/websocket/models/connection.py
src/thefirstock/pyClient/websocket/models/depth.py
src/thefirstock/pyClient/websocket/models/order.py
src/thefirstock/pyClient/websocket/models/touchline.py