Class: Quickfix::UnderlyingStreamEffectiveDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStreamEffectiveDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateBusinessDayConvention
constructor
A new instance of UnderlyingStreamEffectiveDateBusinessDayConvention.
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 |