Class: Quickfix::PaymentStreamCompoundingFloorRateBuySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingFloorRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRateBuySide
constructor
A new instance of PaymentStreamCompoundingFloorRateBuySide.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRateBuySide
Returns a new instance of PaymentStreamCompoundingFloorRateBuySide.
68971 68972 68973 68974 68975 68976 68977 |
# File 'lib/quickfix_fields.rb', line 68971 def initialize(data = nil) if( data == nil ) super(42639) else super(42639, data) end end |