Class: Quickfix::UnderlyingCashSettlDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingCashSettlDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlDateBusinessDayConvention
constructor
A new instance of UnderlyingCashSettlDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlDateBusinessDayConvention
Returns a new instance of UnderlyingCashSettlDateBusinessDayConvention.
70960 70961 70962 70963 70964 70965 70966 |
# File 'lib/quickfix_fields.rb', line 70960 def initialize(data = nil) if( data == nil ) super(42791) else super(42791, data) end end |