Class: Quickfix::NoUnderlyings

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) ⇒ NoUnderlyings

Returns a new instance of NoUnderlyings.



96234
96235
96236
96237
96238
96239
96240
# File 'ext/quickfix/QuickfixRuby.cpp', line 96234

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

Class Method Details

.fieldObject



9610
9611
9612
# File 'lib/quickfix_fields.rb', line 9610

def NoUnderlyings.field
	return 711
end