Reorganization of the objects available to match the TW API? #76
perigvennetier
started this conversation in
Ideas
Replies: 1 comment
-
It would make sense to structure like this: Top Class:
Base Classes:
Sub-Class:
Sub-Sub-Class:
I also created this class:
There could also be other sub-classes for some more granularity:
What do you think? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After looking through the code, I am curious about the classification for the various objects and what the intent of some of them are.
I see the following:
What was the intent behind the Underlying() class overall?
Looking at the data from the TW API, I see the following "instrument-type" reported:
Should we consider follow the same structure so it is a bit easier to keep track of what is what?
Beta Was this translation helpful? Give feedback.
All reactions