Class: Quickfix::LegPaymentStreamCompoundingStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateRelativeTo
constructor
A new instance of LegPaymentStreamCompoundingStartDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateRelativeTo
Returns a new instance of LegPaymentStreamCompoundingStartDateRelativeTo.
66501 66502 66503 66504 66505 66506 66507 |
# File 'lib/quickfix_fields.rb', line 66501 def initialize(data = nil) if( data == nil ) super(42446) else super(42446, data) end end |