Class: Quickfix::LegPaymentStreamCompoundingCapRateBuySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingCapRateBuySide
constructor
A new instance of LegPaymentStreamCompoundingCapRateBuySide.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingCapRateBuySide
Returns a new instance of LegPaymentStreamCompoundingCapRateBuySide.
66358 66359 66360 66361 66362 66363 66364 |
# File 'lib/quickfix_fields.rb', line 66358 def initialize(data = nil) if( data == nil ) super(42435) else super(42435, data) end end |