MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / PriceIncrement

Class PriceIncrement

packages/ibkr/ref/source/pythonclient/ibapi/common.py:302–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302class PriceIncrement(Object):
303 def __init__(self):
304 self.lowEdge = 0.0
305 self.increment = 0.0
306
307 def __str__(self):
308 return "LowEdge: %s, Increment: %s" % (
309 floatMaxString(self.lowEdge),
310 floatMaxString(self.increment),
311 )
312
313
314class HistoricalTick(Object):

Callers 2

decodePriceIncrementFunction · 0.90
processMarketRuleMsgMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected