Class: Quickfix::AltMDSourceID

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

Returns a new instance of AltMDSourceID.



106598
106599
106600
106601
106602
106603
106604
# File 'ext/quickfix/QuickfixRuby.cpp', line 106598

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

Class Method Details

.fieldObject



10962
10963
10964
# File 'lib/quickfix_fields.rb', line 10962

def AltMDSourceID.field
	return 817
end