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