For the primary quote, US-based takes precedence, then isPrimary field on both instrument and quote, and finally the first instrument/quote we find if nothing else.
To do this, sort all the primary instruments to the front, then sort the primary quotes for each. This gives us a primary sorted array of quotes.
Returns a function that can be used to upsert a primary watchlist using the provided username and identifiers
Returns a function that can be used to upsert a primary watchlist using the provided username and identifiers
list of FDC3-supported InstrumentIDs
username to use for upserting a user
Returns a function that can be used to track specific events with the app.
The returned track function takes teh following params:
Returns a function that can be used to track specific events with the app.
The returned track function takes teh following params:
The event type, we have normalized these to Click
, View
, Scroll
and Submit
The thing the event is taking place on, ie. an Event
like an earnings event
A map/dictionary of additional information abotu the event, such as the component name, the object id, etc.
Automatically tracks an event when the deps change.
The event type, we have normalized these to Click
, View
, Scroll
and Submit
The thing the event is taking place on, ie. an Event
like an earnings event
A map/dictionary of additional information abotu the event, such as the component name, the object id, etc.
Dont track if this is true
Generated using TypeDoc
Utilities for working with data from GQL Query responses.