FeedSubscription:
    | { source?: StreamingSource; symbol: string }
    | { feedHash: string }

Feed subscription input - can be symbol/source pair or feedHash, default source to 'WEIGHTED'