Class: Quickfix::UnderlyingStipValue

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ UnderlyingStipValue

Returns a new instance of UnderlyingStipValue.



113556
113557
113558
113559
113560
113561
113562
# File 'ext/quickfix/QuickfixRuby.cpp', line 113556

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

Class Method Details

.fieldObject



11885
11886
11887
# File 'lib/quickfix_fields.rb', line 11885

def UnderlyingStipValue.field
	return 889
end