Class: Quickfix::UnderlyingPaymentStubStartDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubStartDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStubStartDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessDayConvention
Returns a new instance of UnderlyingPaymentStubStartDateBusinessDayConvention.
73859 73860 73861 73862 73863 73864 73865 |
# File 'lib/quickfix_fields.rb', line 73859 def initialize(data = nil) if( data == nil ) super(42994) else super(42994, data) end end |
Class Method Details
.field ⇒ Object
73856 73857 73858 |
# File 'lib/quickfix_fields.rb', line 73856 def UnderlyingPaymentStubStartDateBusinessDayConvention.field return 42994 end |