Class: Quickfix::UnderlyingIDSource

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

Returns a new instance of UnderlyingIDSource.



50906
50907
50908
50909
50910
50911
50912
# File 'ext/quickfix/QuickfixRuby.cpp', line 50906

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

Class Method Details

.fieldObject



3734
3735
3736
# File 'lib/quickfix_fields.rb', line 3734

def UnderlyingIDSource.field
	return 305
end