Class: Dtn::Messages::Quote::Level1Fundamental

Inherits:
MessageWithSimpleParser show all
Defined in:
lib/dtn/messages/quote/level1_fundamental.rb

Overview

Streaming level1 fundamental data. Always return full dataset

Class Method Summary collapse

Methods inherited from MessageWithSimpleParser

parse, #termination?

Methods inherited from Dtn::Message

#callback_name, callback_name, parse

Class Method Details

.fieldsObject



10
11
12
# File 'lib/dtn/messages/quote/level1_fundamental.rb', line 10

def fields
  @fields ||= Level1::ALL_FUNDAMENTAL_FIELDS
end