Class: Quickfix::PaymentStreamCompoundingMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingMethod
constructor
A new instance of PaymentStreamCompoundingMethod.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingMethod
Returns a new instance of PaymentStreamCompoundingMethod.
37004 37005 37006 37007 37008 37009 37010 |
# File 'lib/quickfix_fields.rb', line 37004 def initialize(data = nil) if( data == nil ) super(40747) else super(40747, data) end end |