Class: Quickfix::QuoteType

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

Returns a new instance of QuoteType.



78116
78117
78118
78119
78120
78121
78122
# File 'ext/quickfix/QuickfixRuby.cpp', line 78116

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

Class Method Details

.fieldObject



7218
7219
7220
# File 'lib/quickfix_fields.rb', line 7218

def QuoteType.field
	return 537
end