Class: Quickfix::RiskFreeRate

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ RiskFreeRate

Returns a new instance of RiskFreeRate.



142528
142529
142530
142531
142532
142533
142534
# File 'ext/quickfix/QuickfixRuby.cpp', line 142528

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

Class Method Details

.fieldObject



15694
15695
15696
# File 'lib/quickfix_fields.rb', line 15694

def RiskFreeRate.field
	return 1190
end