Class: Quickfix::LegPaymentScheduleFixingDayDistribution
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleFixingDayDistribution
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDayDistribution
constructor
A new instance of LegPaymentScheduleFixingDayDistribution.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDayDistribution
Returns a new instance of LegPaymentScheduleFixingDayDistribution.
49848 49849 49850 49851 49852 49853 49854 |
# File 'lib/quickfix_fields.rb', line 49848 def initialize(data = nil) if( data == nil ) super(41543) else super(41543, data) end end |
Class Method Details
.field ⇒ Object
49845 49846 49847 |
# File 'lib/quickfix_fields.rb', line 49845 def LegPaymentScheduleFixingDayDistribution.field return 41543 end |