Class: Quickfix::NoValueChecks

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoValueChecks

Returns a new instance of NoValueChecks.



24446
24447
24448
24449
24450
24451
24452
# File 'lib/quickfix_fields.rb', line 24446

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