Class: Quickfix::UnderlyingPaymentStubEndDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubEndDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStubEndDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessDayConvention
73742 73743 73744 73745 73746 73747 73748 |
# File 'lib/quickfix_fields.rb', line 73742 def initialize(data = nil) if( data == nil ) super(42985) else super(42985, data) end end |
Class Method Details
.field ⇒ Object
73739 73740 73741 |
# File 'lib/quickfix_fields.rb', line 73739 def .field return 42985 end |