Class: Quickfix::UnderlyingLegOptAttribute

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ UnderlyingLegOptAttribute

Returns a new instance of UnderlyingLegOptAttribute.



161822
161823
161824
161825
161826
161827
161828
# File 'ext/quickfix/QuickfixRuby.cpp', line 161822

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

Class Method Details

.fieldObject



18242
18243
18244
# File 'lib/quickfix_fields.rb', line 18242

def UnderlyingLegOptAttribute.field
	return 1391
end