Class: Quickfix::RateSource

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

Returns a new instance of RateSource.



168192
168193
168194
168195
168196
168197
168198
# File 'ext/quickfix/QuickfixRuby.cpp', line 168192

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

Class Method Details

.fieldObject



19087
19088
19089
# File 'lib/quickfix_fields.rb', line 19087

def RateSource.field
	return 1446
end