UNPKG

@dxfeed/dxlink-feed

Version:

dxLink FEED provides access to the real-time and historical data of dxFeed

3 lines (2 loc) 426 B
export { type FeedEventFields, FeedContract, FeedDataFormat, type Subscription, type TimeSeriesSubscription, type IndexedEventSubscription, type FeedEventData, type FeedEventValue, } from './messages'; export { type DXLinkFeedOptions, type FeedAcceptConfig, type FeedConfig, type DXLinkFeedConfigChangeListener, type DXLinkFeedEventListener, type SubscriptionByContract, type DXLinkFeedRequester, DXLinkFeed, } from './feed';