Class: Quickfix::UnderlyingPaymentStreamPaymentDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamPaymentDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessDayConvention
Returns a new instance of UnderlyingPaymentStreamPaymentDateBusinessDayConvention.
34846 34847 34848 34849 34850 34851 34852 |
# File 'lib/quickfix_fields.rb', line 34846 def initialize(data = nil) if( data == nil ) super(40581) else super(40581, data) end end |
Class Method Details
.field ⇒ Object
34843 34844 34845 |
# File 'lib/quickfix_fields.rb', line 34843 def UnderlyingPaymentStreamPaymentDateBusinessDayConvention.field return 40581 end |