Commit Graph

  • 74c5ae4c39 Add the ability to retrieve open positions for the account main moshferatu 2024-05-29 13:45:23 -0700
  • 388d352947 Resolve issue where option leg was not being passed into method to submit single leg option order moshferatu 2024-03-04 11:52:00 -0800
  • 6a7dbe4aae Remove commented out limit order logic while trades are still being placed using market orders moshferatu 2024-03-03 05:47:30 -0800
  • bd2d13e444 Expose OptionOrder class to clients moshferatu 2024-02-28 11:13:45 -0800
  • a10783c737 Add the list of option legs to the order moshferatu 2024-02-22 11:34:05 -0800
  • e02167ab93 Commenting out limit order logic while further analysis is performed on the slippage incurred when placing market orders moshferatu 2024-02-20 10:43:41 -0800
  • 8f48ff6950 Add mid price to the option order in order to more accurately determine the incurred slippage moshferatu 2024-02-20 08:43:34 -0800
  • 7c9837f3d2 Set the limit price based on the order action (BUY / SELL) of the nearest leg moshferatu 2024-02-20 07:48:42 -0800
  • 83a008f981 Ensure that the limit price is always a positive number moshferatu 2024-02-20 07:47:47 -0800
  • 5be5867c47 Default quantity to 1 contract when submitting option orders moshferatu 2024-02-19 12:40:46 -0800
  • 3c276c15c1 Refactor single option contract order submission moshferatu 2024-02-19 12:25:24 -0800
  • f746bca4c4 Add helper method to submit option spread orders with a limit price moshferatu 2024-02-19 12:06:01 -0800
  • 6d41d7c9e4 Add option order type moshferatu 2024-02-19 12:04:48 -0800
  • 46ca62ac73 Trivial change to introduce more type hints moshferatu 2024-02-18 06:09:37 -0800
  • d95269cf4f Add support for stop limit orders moshferatu 2024-02-17 09:27:21 -0800
  • e722eacd7a Add support for limit orders when submitting a combo option order moshferatu 2024-02-17 09:19:51 -0800
  • f80ae0727e Add order submission example script moshferatu 2023-12-18 05:29:53 -0800
  • af92a7647f Add the ability to submit a single leg option order moshferatu 2023-12-08 12:43:09 -0800
  • c6f86b8fd1 Freeze option leg dataclass in order to allow for hashing moshferatu 2023-12-08 12:38:06 -0800
  • c94919916f Provide the ability to subscribe to market data updates in an event loop moshferatu 2023-12-05 05:47:22 -0800
  • 2f710a83fa Randomly assign client id by default in order to prevent errors related to client id reuse moshferatu 2023-12-05 05:28:13 -0800
  • 2e26d40884 Add stop loss order submission logic to client moshferatu 2023-11-28 13:20:24 -0800
  • fe99f740a2 Add ability to submit combo option orders (e.g., spreads) moshferatu 2023-11-16 09:15:36 -0800
  • 7e72def611 Add .gitignore moshferatu 2023-11-06 11:55:52 -0800
  • 24a1e89664 Add ability to stream market data moshferatu 2023-11-06 11:55:16 -0800
  • 396ca35021 Modify package layout in order to support local module installation moshferatu 2023-09-15 07:15:09 -0700
  • 9ddfbb11ae Initial commit of IBKR client moshferatu 2023-09-14 10:50:52 -0700