Class: Quickfix::UnderlyingStreamEffectiveDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamEffectiveDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateBusinessDayConvention
constructor
A new instance of UnderlyingStreamEffectiveDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateBusinessDayConvention
Returns a new instance of UnderlyingStreamEffectiveDateBusinessDayConvention.
28060 28061 28062 28063 28064 28065 28066 |
# File 'lib/quickfix_fields.rb', line 28060 def initialize(data = nil) if( data == nil ) super(40058) else super(40058, data) end end |
Class Method Details
.field ⇒ Object
28057 28058 28059 |
# File 'lib/quickfix_fields.rb', line 28057 def .field return 40058 end |