Class: Quickfix::LegPaymentScheduleFixingDayCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentScheduleFixingDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDayCount
constructor
A new instance of LegPaymentScheduleFixingDayCount.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDayCount
Returns a new instance of LegPaymentScheduleFixingDayCount.
49861 49862 49863 49864 49865 49866 49867 |
# File 'lib/quickfix_fields.rb', line 49861 def initialize(data = nil) if( data == nil ) super(41544) else super(41544, data) end end |