Class: Quickfix::MDQuoteType

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

Returns a new instance of MDQuoteType.



131270
131271
131272
131273
131274
131275
131276
# File 'ext/quickfix/QuickfixRuby.cpp', line 131270

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

Class Method Details

.fieldObject



14212
14213
14214
# File 'lib/quickfix_fields.rb', line 14212

def MDQuoteType.field
	return 1070
end