Class: Quickfix::NoMarketDisruptionEvents

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoMarketDisruptionEvents

Returns a new instance of NoMarketDisruptionEvents.



43413
43414
43415
43416
43417
43418
43419
# File 'lib/quickfix_fields.rb', line 43413

def initialize(data = nil)
	if( data == nil )
		super(41092)
	else
		super(41092, data)
	end
end

Class Method Details

.fieldObject



43410
43411
43412
# File 'lib/quickfix_fields.rb', line 43410

def NoMarketDisruptionEvents.field
	return 41092
end