Class: Quickfix::AggregatedBook
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::AggregatedBook
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
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
.field ⇒ Object
4462 4463 4464 |
# File 'lib/quickfix_fields.rb', line 4462 def AggregatedBook.field return 266 end |