Class: Quickfix::LegPaymentScheduleFixingDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentScheduleFixingDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateRelativeTo
constructor
A new instance of LegPaymentScheduleFixingDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateRelativeTo
Returns a new instance of LegPaymentScheduleFixingDateRelativeTo.
32467 32468 32469 32470 32471 32472 32473 |
# File 'lib/quickfix_fields.rb', line 32467 def initialize(data = nil) if( data == nil ) super(40398) else super(40398, data) end end |