lib/cryptum/event/order_book.rb in cryptum-0.0.397 vs lib/cryptum/event/order_book.rb in cryptum-0.0.398
- old
+ new
@@ -1,10 +1,11 @@
# frozen_string_literal: true
module Cryptum
- # This plugin is used to Write the Order Book from Memory
- # to File When the "w" Key is Pressed
+ # Cryptum::Event Namespace
module Event
+ # This Module is used to Write the Order Book from Memory
+ # to File When the "w" Key is Pressed
module OrderBook
# Supported Method Parameters::
# Cryptum::Event::OrderBook.write(
# )
public_class_method def self.write(opts = {})