Class: Quickfix::PaymentStreamCompoundingCapRateSellSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateSellSide
constructor
A new instance of PaymentStreamCompoundingCapRateSellSide.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateSellSide
Returns a new instance of PaymentStreamCompoundingCapRateSellSide.
68945 68946 68947 68948 68949 68950 68951 |
# File 'lib/quickfix_fields.rb', line 68945 def initialize(data = nil) if( data == nil ) super(42637) else super(42637, data) end end |