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

Added market hours and indices #110

Merged
merged 3 commits into from
Jul 17, 2023
Merged

Added market hours and indices #110

merged 3 commits into from
Jul 17, 2023

Conversation

justinpolygon
Copy link
Contributor

@justinpolygon justinpolygon commented Jul 13, 2023

Added market hours and indices so that these match the spec.

MarketStatusDTO(
  Companion = Companion(
  )
  market = "open"
  serverTime = "2023-07-13T13:36:42-04:00"
  afterHours = false
  earlyHours = false
  exchanges = ExchangesStatusDTO(
    Companion = Companion(
    )
    nyse = "open"
    nasdaq = "open"
    otc = "open"
  )
  indicesGroups = IndicesGroupsStatusDTO(
    Companion = Companion(
    )
    s_and_p = "open"
    societe_generale = "open"
    msci = "open"
    ftse_russell = "open"
    mstar = "open"
    mstarc = "open"
    cccy = "open"
    nasdaq = "open"
    dow_jones = "open"
  )
  currencies = CurrenciesStatusDTO(
    Companion = Companion(
    )
    fx = "open"
    crypto = "open"
  )
)

Updated to use camelCase.
Updated to use serial name where needed.
@justinpolygon justinpolygon merged commit 75bd92d into master Jul 17, 2023
@justinpolygon justinpolygon deleted the jw-markethours branch July 17, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants