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

Class HistogramData

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

Source from the content-addressed store, hash-verified

199
200
201class HistogramData(Object):
202 def __init__(self):
203 self.price = 0.0
204 self.size = UNSET_DECIMAL
205
206 def __str__(self):
207 return "Price: %s, Size: %s" % (
208 floatMaxString(self.price),
209 decimalMaxString(self.size),
210 )
211
212
213class NewsProvider(Object):

Callers 2

decodeHistogramDataEntryFunction · 0.90
processHistogramDataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected