Class: Quickfix::NoOfLegUnderlyings

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

Returns a new instance of NoOfLegUnderlyings.



157216
157217
157218
157219
157220
157221
157222
# File 'ext/quickfix/QuickfixRuby.cpp', line 157216

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

Class Method Details

.fieldObject



17631
17632
17633
# File 'lib/quickfix_fields.rb', line 17631

def NoOfLegUnderlyings.field
	return 1342
end