Class: Quickfix::UnderlyingPaymentStubIndexCapRateSellSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubIndexCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateSellSide
constructor
A new instance of UnderlyingPaymentStubIndexCapRateSellSide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateSellSide
Returns a new instance of UnderlyingPaymentStubIndexCapRateSellSide.
36705 36706 36707 36708 36709 36710 36711 |
# File 'lib/quickfix_fields.rb', line 36705 def initialize(data = nil) if( data == nil ) super(40724) else super(40724, data) end end |