Class: Quickfix::MDOriginType

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

Returns a new instance of MDOriginType.



126762
126763
126764
126765
126766
126767
126768
# File 'ext/quickfix/QuickfixRuby.cpp', line 126762

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

Class Method Details

.fieldObject



13614
13615
13616
# File 'lib/quickfix_fields.rb', line 13614

def MDOriginType.field
	return 1024
end