Class: Quickfix::MDImplicitDelete

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

.fieldObject



7491
7492
7493
# File 'lib/quickfix_fields.rb', line 7491

def MDImplicitDelete.field
	return 547
end