Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TraderAlice/OpenAlice
/ OrderComboLeg
Class
OrderComboLeg
packages/ibkr/ref/source/pythonclient/ibapi/order.py:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
class
OrderComboLeg(Object):
24
def
__init__(self):
25
self.price = UNSET_DOUBLE
# type: float
26
27
def
__str__(self):
28
return
f
"{floatMaxString(self.price)}"
29
30
31
class
Order(Object):
Callers
3
LimitOrderForComboWithLegPrices
Method · 0.90
decodeComboLegs
Method · 0.90
decodeOrderComboLegs
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected