jerokpradeep / pya3

Other
45 stars 28 forks source link

LiveFeed need more details #86

Open jatin-31 opened 1 year ago

jatin-31 commented 1 year ago

Hi,

I tried to run LiveFeedType, but could not run it as per documentation

alice.subscribe(alice.get_instrument_by_symbol('NSE', 'TATASTEEL-EQ'), LiveFeedType.MARKET_DATA) *** TypeError: Aliceblue.subscribe() takes 2 positional arguments but 3 were given

alandprem commented 1 year ago

The method should be used like below -

alice.subscribe([alice.get_instrument_by_symbol('NSE', 'TATASTEEL-EQ')])