Class: Quickfix::AggregatedBook

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AggregatedBook

Returns a new instance of AggregatedBook.



4465
4466
4467
4468
4469
4470
4471
# File 'lib/quickfix_fields.rb', line 4465

def initialize(data = nil)
	if( data == nil )
		super(266)
	else
		super(266, data)
	end
end

Class Method Details

.fieldObject



4462
4463
4464
# File 'lib/quickfix_fields.rb', line 4462

def AggregatedBook.field
	return 266
end