Class: DhanMarketFeedChannel

Inherits:
ApplicationCable::Channel
  • Object
show all
Defined in:
lib/generators/dhanhq/install/templates/market_feed_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



4
5
6
# File 'lib/generators/dhanhq/install/templates/market_feed_channel.rb', line 4

def subscribed
  stream_from "dhan_market_feed"
end