Class: Quickfix::UnderlyingOptAttribute

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

Returns a new instance of UnderlyingOptAttribute.



52082
52083
52084
52085
52086
52087
52088
# File 'ext/quickfix/QuickfixRuby.cpp', line 52082

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

Class Method Details

.fieldObject



3890
3891
3892
# File 'lib/quickfix_fields.rb', line 3890

def UnderlyingOptAttribute.field
	return 317
end