Class: Quickfix::UnderlyingCouponRate
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponRate
Returns a new instance of UnderlyingCouponRate.
12330 12331 12332 12333 12334 12335 12336 |
# File 'lib/quickfix_fields.rb', line 12330 def initialize(data = nil) if( data == nil ) super(435) else super(435, data) end end |
Class Method Details
.field ⇒ Object
12327 12328 12329 |
# File 'lib/quickfix_fields.rb', line 12327 def .field return 435 end |