Class: Quickfix::PaymentScheduleFixingDayDistribution
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleFixingDayDistribution
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDayDistribution
constructor
A new instance of PaymentScheduleFixingDayDistribution.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDayDistribution
Returns a new instance of PaymentScheduleFixingDayDistribution.
44505 44506 44507 44508 44509 44510 44511 |
# File 'lib/quickfix_fields.rb', line 44505 def initialize(data = nil) if( data == nil ) super(41174) else super(41174, data) end end |
Class Method Details
.field ⇒ Object
44502 44503 44504 |
# File 'lib/quickfix_fields.rb', line 44502 def PaymentScheduleFixingDayDistribution.field return 41174 end |