Class: Quickfix::RateSourceType

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

Returns a new instance of RateSourceType.



168290
168291
168292
168293
168294
168295
168296
# File 'ext/quickfix/QuickfixRuby.cpp', line 168290

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

Class Method Details

.fieldObject



19100
19101
19102
# File 'lib/quickfix_fields.rb', line 19100

def RateSourceType.field
	return 1447
end