new QuoteFeed(registry)
Parameters:
| Name | Type | Description |
|---|---|---|
registry |
CIQ.ReferenceData.Registry | Dataset Registry |
- Since:
-
10.1.0
Methods
-
requestHandler(request, callback)
-
Handles requests from the quote feed once they have been matched to a Dataset within the Registry.
Override this method in your QuoteFeed implementation to handle quote feed requests.
Parameters:
Name Type Description requestQuoteFeedRequest callbackfunction - Since:
-
10.1.0
