Class: Quickfix::PaymentStreamCompoundingCapRateBuySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateBuySide
constructor
A new instance of PaymentStreamCompoundingCapRateBuySide.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateBuySide
Returns a new instance of PaymentStreamCompoundingCapRateBuySide.
68932 68933 68934 68935 68936 68937 68938 |
# File 'lib/quickfix_fields.rb', line 68932 def initialize(data = nil) if( data == nil ) super(42636) else super(42636, data) end end |