Class: Quickfix::UnderlyingPaymentScheduleFixingDayDistribution
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingDayDistribution
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDayDistribution
constructor
A new instance of UnderlyingPaymentScheduleFixingDayDistribution.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDayDistribution
Returns a new instance of UnderlyingPaymentScheduleFixingDayDistribution.
54866 54867 54868 54869 54870 54871 54872 |
# File 'lib/quickfix_fields.rb', line 54866 def initialize(data = nil) if( data == nil ) super(41891) else super(41891, data) end end |
Class Method Details
.field ⇒ Object
54863 54864 54865 |
# File 'lib/quickfix_fields.rb', line 54863 def .field return 41891 end |