Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamResetDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamResetDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessDayConvention
Returns a new instance of UnderlyingPaymentStreamResetDateBusinessDayConvention.
35002 35003 35004 35005 35006 35007 35008 |
# File 'lib/quickfix_fields.rb', line 35002 def initialize(data = nil) if( data == nil ) super(40593) else super(40593, data) end end |
Class Method Details
.field ⇒ Object
34999 35000 35001 |
# File 'lib/quickfix_fields.rb', line 34999 def .field return 40593 end |