Class: Quickfix::ValueCheckAction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ValueCheckAction

Returns a new instance of ValueCheckAction.



24472
24473
24474
24475
24476
24477
24478
# File 'lib/quickfix_fields.rb', line 24472

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