Class: Quickfix::MDImplicitDelete
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::MDImplicitDelete
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDImplicitDelete
constructor
A new instance of MDImplicitDelete.
Constructor Details
#initialize(data = nil) ⇒ MDImplicitDelete
Returns a new instance of MDImplicitDelete.
1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/quickfix_fields.rb', line 1371 def initialize(data = nil) if( data == nil ) super(547) else super(547, data) end end |
Class Method Details
.field ⇒ Object
1368 1369 1370 |
# File 'lib/quickfix_fields.rb', line 1368 def MDImplicitDelete.field return 547 end |