Class: Quickfix::LegCouponRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegCouponRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCouponRate
constructor
A new instance of LegCouponRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegCouponRate
Returns a new instance of LegCouponRate.
8352 8353 8354 8355 8356 8357 8358 |
# File 'lib/quickfix_fields.rb', line 8352 def initialize(data = nil) if( data == nil ) super(615) else super(615, data) end end |
Class Method Details
.field ⇒ Object
8349 8350 8351 |
# File 'lib/quickfix_fields.rb', line 8349 def LegCouponRate.field return 615 end |