Class: Quickfix::UnderlyingComplexEventDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateBusinessDayConvention
constructor
A new instance of UnderlyingComplexEventDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateBusinessDayConvention
Returns a new instance of UnderlyingComplexEventDateBusinessDayConvention.
52435 52436 52437 52438 52439 52440 52441 |
# File 'lib/quickfix_fields.rb', line 52435 def initialize(data = nil) if( data == nil ) super(41744) else super(41744, data) end end |
Class Method Details
.field ⇒ Object
52432 52433 52434 |
# File 'lib/quickfix_fields.rb', line 52432 def .field return 41744 end |