Class: Quickfix::UnderlyingPaymentStubIndexCapRateBuySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubIndexCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateBuySide
constructor
A new instance of UnderlyingPaymentStubIndexCapRateBuySide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateBuySide
Returns a new instance of UnderlyingPaymentStubIndexCapRateBuySide.
36692 36693 36694 36695 36696 36697 36698 |
# File 'lib/quickfix_fields.rb', line 36692 def initialize(data = nil) if( data == nil ) super(40723) else super(40723, data) end end |