- Since:
-
9.4.0
Type Definitions
-
Attribution
-
Attribution object.
Type:
- object
- Since:
-
9.4.0
Properties:
Name Type Argument Description symbolstring <optional>
Symbol associated with the attribution.
sourcestring <optional>
Source of the quote.
exchangestring <optional>
Exchange of the symbol.
-
AttributionCallback( [attributions])
-
Function that processes attributions returned from the quotefeeds. Usually this entails making the attributions visible to the end user. In
examples/config.jsthere is a function already provided that takes the attributions returned and displays them on DOM elements on the chart. It can be modified to suit your preferences, but generally, providing attribution is a regulatory requirement.Parameters:
Name Type Argument Description attributionsRecord.<string, Attribution> <optional>
Attribution name and value pairs.
- Since:
-
9.4.0
-
QuoteDriverConfig
-
Configuration for the quote driver.
Type:
- Since:
-
9.4.0
Properties:
Name Type Argument Description feedsArray.<QuoteFeedConfig> <optional>
Array of quotefeed configurations.
attributionCallbackAttributionCallback <optional>
Function that processes attributions returned from the quotefeeds.
