Class: Quickfix::PreviouslyReported
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::PreviouslyReported
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PreviouslyReported
constructor
A new instance of PreviouslyReported.
Constructor Details
#initialize(data = nil) ⇒ PreviouslyReported
Returns a new instance of PreviouslyReported.
12369 12370 12371 12372 12373 12374 12375 |
# File 'lib/quickfix_fields.rb', line 12369 def initialize(data = nil) if( data == nil ) super(570) else super(570, data) end end |
Class Method Details
.field ⇒ Object
12366 12367 12368 |
# File 'lib/quickfix_fields.rb', line 12366 def PreviouslyReported.field return 570 end |