Class: Quickfix::PaymentStreamCompoundingDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingDateType
constructor
A new instance of PaymentStreamCompoundingDateType.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingDateType
Returns a new instance of PaymentStreamCompoundingDateType.
68568 68569 68570 68571 68572 68573 68574 |
# File 'lib/quickfix_fields.rb', line 68568 def initialize(data = nil) if( data == nil ) super(42608) else super(42608, data) end end |