Class: Quickfix::NoAsgnReqs

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ NoAsgnReqs

Returns a new instance of NoAsgnReqs.



173558
173559
173560
173561
173562
173563
173564
# File 'ext/quickfix/QuickfixRuby.cpp', line 173558

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

Class Method Details

.fieldObject



19776
19777
19778
# File 'lib/quickfix_fields.rb', line 19776

def NoAsgnReqs.field
	return 1499
end