Class: Quickfix::NoMDFeedTypes

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ NoMDFeedTypes

Returns a new instance of NoMDFeedTypes.



137640
137641
137642
137643
137644
137645
137646
# File 'ext/quickfix/QuickfixRuby.cpp', line 137640

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

Class Method Details

.fieldObject



15057
15058
15059
# File 'lib/quickfix_fields.rb', line 15057

def NoMDFeedTypes.field
	return 1141
end