Class: Quickfix::MDImplicitDelete
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ MDImplicitDelete
Returns a new instance of MDImplicitDelete.
7494 7495 7496 7497 7498 7499 7500 |
# File 'lib/quickfix_fields.rb', line 7494 def initialize(data = nil) if( data == nil ) super(547) else super(547, data) end end |
Class Method Details
.field ⇒ Object
7491 7492 7493 |
# File 'lib/quickfix_fields.rb', line 7491 def MDImplicitDelete.field return 547 end |