Class: Quickfix::LegPaymentScheduleFixingDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleFixingDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDayCount
constructor
A new instance of LegPaymentScheduleFixingDayCount.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
49858 49859 49860 |
# File 'lib/quickfix_fields.rb', line 49858 def LegPaymentScheduleFixingDayCount.field return 41544 end |