INNER CODE UNIT · Python

__init__

HellAmbro/Trading212API · pytrading212/instrument.py:79

    def __init__(self, name: str, ticker: str, sell_price: float, buy_price: float):
        self.name = name
        self.ticker = ticker
        self.sell_price = sell_price
        self.buy_price = buy_price

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…