Sha256: e2c1a40939dfb8f9a592e04685e72e96429625199a4ea2cda4fc7200a5aefe71

Contents?: true

Size: 679 Bytes

Versions: 7

Compression:

Stored size: 679 Bytes

Contents

# frozen_string_literal: true

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

7 entries across 7 versions & 1 rubygems

Version Path
cryptum-0.0.389 lib/cryptum/event.rb
cryptum-0.0.388 lib/cryptum/event.rb
cryptum-0.0.387 lib/cryptum/event.rb
cryptum-0.0.386 lib/cryptum/event.rb
cryptum-0.0.385 lib/cryptum/event.rb
cryptum-0.0.384 lib/cryptum/event.rb
cryptum-0.0.383 lib/cryptum/event.rb