Class: Quickfix::MDBookType

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

Returns a new instance of MDBookType.



126468
126469
126470
126471
126472
126473
126474
# File 'ext/quickfix/QuickfixRuby.cpp', line 126468

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

Class Method Details

.fieldObject



13575
13576
13577
# File 'lib/quickfix_fields.rb', line 13575

def MDBookType.field
	return 1021
end