Sha256: 70a0ad9601ab9f57cff108be6197fe9cbdd7b62a9ea6d7b2cc4707110039f785

Contents?: true

Size: 684 Bytes

Versions: 75

Compression:

Stored size: 684 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
      puts constants.sort
    end
  end
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
cryptum-0.0.466 lib/cryptum/event.rb
cryptum-0.0.465 lib/cryptum/event.rb
cryptum-0.0.464 lib/cryptum/event.rb
cryptum-0.0.463 lib/cryptum/event.rb
cryptum-0.0.462 lib/cryptum/event.rb
cryptum-0.0.461 lib/cryptum/event.rb
cryptum-0.0.460 lib/cryptum/event.rb
cryptum-0.0.459 lib/cryptum/event.rb
cryptum-0.0.458 lib/cryptum/event.rb
cryptum-0.0.457 lib/cryptum/event.rb
cryptum-0.0.456 lib/cryptum/event.rb
cryptum-0.0.455 lib/cryptum/event.rb
cryptum-0.0.454 lib/cryptum/event.rb
cryptum-0.0.453 lib/cryptum/event.rb
cryptum-0.0.452 lib/cryptum/event.rb
cryptum-0.0.451 lib/cryptum/event.rb
cryptum-0.0.450 lib/cryptum/event.rb
cryptum-0.0.449 lib/cryptum/event.rb
cryptum-0.0.448 lib/cryptum/event.rb
cryptum-0.0.447 lib/cryptum/event.rb