Class: Quickfix::UnderlyingPaymentStreamCompoundingMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingMethod
constructor
A new instance of UnderlyingPaymentStreamCompoundingMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingMethod
Returns a new instance of UnderlyingPaymentStreamCompoundingMethod.
34794 34795 34796 34797 34798 34799 34800 |
# File 'lib/quickfix_fields.rb', line 34794 def initialize(data = nil) if( data == nil ) super(40577) else super(40577, data) end end |