diff --git a/ibkr/__init__.py b/ibkr/__init__.py index 10a2b98..983194c 100644 --- a/ibkr/__init__.py +++ b/ibkr/__init__.py @@ -1,2 +1,3 @@ from .client import Client -from .option_leg import OptionLeg \ No newline at end of file +from .option_leg import OptionLeg +from .option_order import OptionOrder \ No newline at end of file