Class: Quickfix::AggregatedBook

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AggregatedBook

Returns a new instance of AggregatedBook.



3347
3348
3349
3350
3351
3352
3353
# File 'lib/quickfix_fields.rb', line 3347

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

Class Method Details

.fieldObject



3344
3345
3346
# File 'lib/quickfix_fields.rb', line 3344

def AggregatedBook.field
  return 266
end