Class: Fcoin::RealTime::EndPointTask
- Inherits:
-
Thor
- Object
- Thor
- Fcoin::RealTime::EndPointTask
- Defined in:
- lib/fcoin/cli/realtime/endpoint_task.rb
Instance Method Summary collapse
Instance Method Details
#candle ⇒ Object
78 79 80 |
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 78 def candle # @see bin/fcoin end |
#depth ⇒ Object
38 39 40 |
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 38 def depth # @see bin/fcoin end |
#hello ⇒ Object
102 103 104 |
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 102 def hello # @see bin/fcoin end |
#ticker ⇒ Object
19 20 21 |
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 19 def ticker # @see bin/fcoin end |
#topics ⇒ Object
90 91 92 |
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 90 def topics # @see bin/fcoin end |
#trade ⇒ Object
57 58 59 |
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 57 def trade # @see bin/fcoin end |