Class: Fcoin::RealTime::EndPointTask

Inherits:
Thor
  • Object
show all
Defined in:
lib/fcoin/cli/realtime/endpoint_task.rb

Instance Method Summary collapse

Instance Method Details

#candleObject



78
79
80
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 78

def candle
  # @see bin/fcoin
end

#depthObject



38
39
40
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 38

def depth
  # @see bin/fcoin
end

#helloObject



102
103
104
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 102

def hello
  # @see bin/fcoin
end

#tickerObject



19
20
21
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 19

def ticker
  # @see bin/fcoin
end

#topicsObject



90
91
92
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 90

def topics
  # @see bin/fcoin
end

#tradeObject



57
58
59
# File 'lib/fcoin/cli/realtime/endpoint_task.rb', line 57

def trade
  # @see bin/fcoin
end