Class: Quickfix::UnderlyingCouponRate

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

Returns a new instance of UnderlyingCouponRate.



63268
63269
63270
63271
63272
63273
63274
# File 'ext/quickfix/QuickfixRuby.cpp', line 63268

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

Class Method Details

.fieldObject



5294
5295
5296
# File 'lib/quickfix_fields.rb', line 5294

def UnderlyingCouponRate.field
	return 435
end