Class: Quickfix::UnderlyingBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingBusinessDayConvention
constructor
A new instance of UnderlyingBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingBusinessDayConvention
Returns a new instance of UnderlyingBusinessDayConvention.
39786 39787 39788 39789 39790 39791 39792 |
# File 'lib/quickfix_fields.rb', line 39786 def initialize(data = nil) if( data == nil ) super(40964) else super(40964, data) end end |