Class: Quickfix::MDFeedType

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

Returns a new instance of MDFeedType.



126566
126567
126568
126569
126570
126571
126572
# File 'ext/quickfix/QuickfixRuby.cpp', line 126566

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

Class Method Details

.fieldObject



13588
13589
13590
# File 'lib/quickfix_fields.rb', line 13588

def MDFeedType.field
	return 1022
end