Class: Quickfix::UnderlyingCouponRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingCouponRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCouponRate
constructor
A new instance of UnderlyingCouponRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponRate
Returns a new instance of UnderlyingCouponRate.
5440 5441 5442 5443 5444 5445 5446 |
# File 'lib/quickfix_fields.rb', line 5440 def initialize(data = nil) if( data == nil ) super(435) else super(435, data) end end |
Class Method Details
.field ⇒ Object
5437 5438 5439 |
# File 'lib/quickfix_fields.rb', line 5437 def .field return 435 end |