Class: Quickfix::LegPaymentStreamCompoundingMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingMethod
constructor
A new instance of LegPaymentStreamCompoundingMethod.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingMethod
Returns a new instance of LegPaymentStreamCompoundingMethod.
31037 31038 31039 31040 31041 31042 31043 |
# File 'lib/quickfix_fields.rb', line 31037 def initialize(data = nil) if( data == nil ) super(40288) else super(40288, data) end end |