You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# +Proc+ +callback+:: A +Proc+ that recieves notifications as a hash of top of orderbooks indexed by symbol, and the type of notification (only 'data')
328
+
# +String+ +speed+:: The speed of the feed. '1s' or '3s'
329
+
# +String+ +target_currency+:: Quote currency of the rate
330
+
# +Array[String]+ +currencies+:: Optional. A list of currencies ids
331
+
# +Proc+ +result_callback+:: Optional. A +Proc+ of two arguments, An exception and a result, called either with the exception or with the result, a list of subscribed symbols
# +Proc+ +callback+:: A +Proc+ that recieves notifications as a hash of top of orderbooks indexed by symbol, and the type of notification (only 'data')
354
+
# +String+ +speed+:: The speed of the feed. '1s' or '3s'
355
+
# +String+ +target_currency+:: Quote currency of the rate
356
+
# +Array[String]+ +currencies+:: Optional. A list of currencies ids
357
+
# +Proc+ +result_callback+:: Optional. A +Proc+ of two arguments, An exception and a result, called either with the exception or with the result, a list of subscribed symbols
0 commit comments