Class: Quickfix::UnderlyingStipType

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

Returns a new instance of UnderlyingStipType.



113458
113459
113460
113461
113462
113463
113464
# File 'ext/quickfix/QuickfixRuby.cpp', line 113458

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

Class Method Details

.fieldObject



11872
11873
11874
# File 'lib/quickfix_fields.rb', line 11872

def UnderlyingStipType.field
	return 888
end