preheat_open.supplypoint.FixedPriceData
- class preheat_open.supplypoint.FixedPriceData(position=None, price=None)
Bases:
objectRepresents fixed price data.
- Variables:
position (int) – The position of the fixed price data.
price (float) – The price value.
- __init__(position=None, price=None)
Methods
__init__([position, price])Attributes
positionprice