Class: Quickfix::PaymentStreamCompoundingStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateRelativeTo
constructor
A new instance of PaymentStreamCompoundingStartDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateRelativeTo
Returns a new instance of PaymentStreamCompoundingStartDateRelativeTo.
69075 69076 69077 69078 69079 69080 69081 |
# File 'lib/quickfix_fields.rb', line 69075 def initialize(data = nil) if( data == nil ) super(42647) else super(42647, data) end end |