Class: Quickfix::UnderlyingPaymentStreamFixingDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFixingDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamFixingDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateBusinessDayConvention
Returns a new instance of UnderlyingPaymentStreamFixingDateBusinessDayConvention.
35171 35172 35173 35174 35175 35176 35177 |
# File 'lib/quickfix_fields.rb', line 35171 def initialize(data = nil) if( data == nil ) super(40606) else super(40606, data) end end |
Class Method Details
.field ⇒ Object
35168 35169 35170 |
# File 'lib/quickfix_fields.rb', line 35168 def .field return 40606 end |