Class: Quickfix::UnderlyingEndPrice

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

Returns a new instance of UnderlyingEndPrice.



112968
112969
112970
112971
112972
112973
112974
# File 'ext/quickfix/QuickfixRuby.cpp', line 112968

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

Class Method Details

.fieldObject



11807
11808
11809
# File 'lib/quickfix_fields.rb', line 11807

def UnderlyingEndPrice.field
	return 883
end