Class: Quickfix::LegProvisionCashSettlValueDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegProvisionCashSettlValueDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateBusinessDayConvention
constructor
A new instance of LegProvisionCashSettlValueDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateBusinessDayConvention
Returns a new instance of LegProvisionCashSettlValueDateBusinessDayConvention.
34131 34132 34133 34134 34135 34136 34137 |
# File 'lib/quickfix_fields.rb', line 34131 def initialize(data = nil) if( data == nil ) super(40526) else super(40526, data) end end |