Sha256: b991fcf59a0d5f7918c107eb09649dd8179720adfab33d3e5d7931e115ec89e6

Contents?: true

Size: 426 Bytes

Versions: 75

Compression:

Stored size: 426 Bytes

Contents

# frozen_string_literal: true

module Cryptum
  # This module is used to define the Order Book Data Structure
  module OrderBook
    require 'cryptum/order_book/generate'
    require 'cryptum/order_book/indicator'
    require 'cryptum/order_book/market_trend'
    require 'cryptum/order_book/profit_margin'

    # 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/order_book.rb
cryptum-0.0.465 lib/cryptum/order_book.rb
cryptum-0.0.464 lib/cryptum/order_book.rb
cryptum-0.0.463 lib/cryptum/order_book.rb
cryptum-0.0.462 lib/cryptum/order_book.rb
cryptum-0.0.461 lib/cryptum/order_book.rb
cryptum-0.0.460 lib/cryptum/order_book.rb
cryptum-0.0.459 lib/cryptum/order_book.rb
cryptum-0.0.458 lib/cryptum/order_book.rb
cryptum-0.0.457 lib/cryptum/order_book.rb
cryptum-0.0.456 lib/cryptum/order_book.rb
cryptum-0.0.455 lib/cryptum/order_book.rb
cryptum-0.0.454 lib/cryptum/order_book.rb
cryptum-0.0.453 lib/cryptum/order_book.rb
cryptum-0.0.452 lib/cryptum/order_book.rb
cryptum-0.0.451 lib/cryptum/order_book.rb
cryptum-0.0.450 lib/cryptum/order_book.rb
cryptum-0.0.449 lib/cryptum/order_book.rb
cryptum-0.0.448 lib/cryptum/order_book.rb
cryptum-0.0.447 lib/cryptum/order_book.rb