Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rate Class #6

Open
sheiiva opened this issue May 20, 2020 · 0 comments
Open

Rate Class #6

sheiiva opened this issue May 20, 2020 · 0 comments
Labels

Comments

@sheiiva
Copy link
Owner

sheiiva commented May 20, 2020

    def __init__(self, inputRate: str):
        self._state = globals.INVALID
        self._currency1 = None
        self._currency2 = None
        self._date = 0
        self._high = 0.
        self._low = 0.
        self._open = 0.
        self._close = 0.
        self._volume = 0.
@sheiiva sheiiva self-assigned this May 20, 2020
@sheiiva sheiiva added the code label May 20, 2020
@sheiiva sheiiva removed their assignment Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant