Class: Quickfix::UnderlyingCapValue

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ UnderlyingCapValue

Returns a new instance of UnderlyingCapValue.



128134
128135
128136
128137
128138
128139
128140
# File 'ext/quickfix/QuickfixRuby.cpp', line 128134

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

Class Method Details

.fieldObject



13796
13797
13798
# File 'lib/quickfix_fields.rb', line 13796

def UnderlyingCapValue.field
	return 1038
end