You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pattern of creating a specific concrete Contract type from generic
contract arguments was repeated in many places, but we can just
centralize it for cleaner logic and cleaner reuse.
The goal here is to take things like Contract(secType="OPT", ...)
generic contract containers and turn them into more specific Option(...)
objects instead (or any of the other more specific Contract subclasses).
0 commit comments