Sha256: f5aa5fcc5604ca5262eab072399ea4178abfcee48de1c27ca7d05a623c76debb
Contents?: true
Size: 697 Bytes
Versions: 46
Compression:
Stored size: 697 Bytes
Contents
# frozen_string_literal: true require 'logger' module Cryptum # This plugin is used to parse Coinbase Pro Web Socket Events in the HTTP Response module Event require 'cryptum/event/bot_conf' require 'cryptum/event/buy' require 'cryptum/event/cancel' require 'cryptum/event/exit' require 'cryptum/event/gtfo' require 'cryptum/event/history' require 'cryptum/event/key_press' require 'cryptum/event/order_book' require 'cryptum/event/pane' require 'cryptum/event/parse' require 'cryptum/event/scroll' require 'cryptum/event/sell' # Display Usage for this Module public_class_method def self.help constants.sort end end end
Version data entries
46 entries across 46 versions & 1 rubygems