Class: Quickfix::AggregatedBook
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::AggregatedBook
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AggregatedBook
constructor
A new instance of AggregatedBook.
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 |