Class: Quickfix::UnderlyingPaymentScheduleFixingDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDayCount
constructor
A new instance of UnderlyingPaymentScheduleFixingDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDayCount
Returns a new instance of UnderlyingPaymentScheduleFixingDayCount.
54879 54880 54881 54882 54883 54884 54885 |
# File 'lib/quickfix_fields.rb', line 54879 def initialize(data = nil) if( data == nil ) super(41892) else super(41892, data) end end |
Class Method Details
.field ⇒ Object
54876 54877 54878 |
# File 'lib/quickfix_fields.rb', line 54876 def .field return 41892 end |