Class: Quickfix::UnderlyingProvisionCashSettlValueDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionCashSettlValueDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessDayConvention
constructor
A new instance of UnderlyingProvisionCashSettlValueDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessDayConvention
Returns a new instance of UnderlyingProvisionCashSettlValueDateBusinessDayConvention.
59208 59209 59210 59211 59212 59213 59214 |
# File 'lib/quickfix_fields.rb', line 59208 def initialize(data = nil) if( data == nil ) super(42106) else super(42106, data) end end |