Class: Quickfix::PaymentScheduleFixingDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleFixingDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDayCount
constructor
A new instance of PaymentScheduleFixingDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDayCount
44518 44519 44520 44521 44522 44523 44524 |
# File 'lib/quickfix_fields.rb', line 44518 def initialize(data = nil) if( data == nil ) super(41175) else super(41175, data) end end |
Class Method Details
.field ⇒ Object
44515 44516 44517 |
# File 'lib/quickfix_fields.rb', line 44515 def PaymentScheduleFixingDayCount.field return 41175 end |