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

Version Path
cryptum-0.0.382 lib/cryptum/event.rb
cryptum-0.0.381 lib/cryptum/event.rb
cryptum-0.0.380 lib/cryptum/event.rb
cryptum-0.0.379 lib/cryptum/event.rb
cryptum-0.0.378 lib/cryptum/event.rb
cryptum-0.0.377 lib/cryptum/event.rb
cryptum-0.0.376 lib/cryptum/event.rb
cryptum-0.0.375 lib/cryptum/event.rb
cryptum-0.0.374 lib/cryptum/event.rb
cryptum-0.0.373 lib/cryptum/event.rb
cryptum-0.0.372 lib/cryptum/event.rb
cryptum-0.0.370 lib/cryptum/event.rb
cryptum-0.0.369 lib/cryptum/event.rb
cryptum-0.0.368 lib/cryptum/event.rb
cryptum-0.0.367 lib/cryptum/event.rb
cryptum-0.0.366 lib/cryptum/event.rb
cryptum-0.0.365 lib/cryptum/event.rb
cryptum-0.0.364 lib/cryptum/event.rb
cryptum-0.0.363 lib/cryptum/event.rb
cryptum-0.0.362 lib/cryptum/event.rb