Class: Quickfix::NoUnderlyingProvisionCashSettlValueDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingProvisionCashSettlValueDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlValueDateBusinessCenters
constructor
A new instance of NoUnderlyingProvisionCashSettlValueDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlValueDateBusinessCenters
Returns a new instance of NoUnderlyingProvisionCashSettlValueDateBusinessCenters.
60209 60210 60211 60212 60213 60214 60215 |
# File 'lib/quickfix_fields.rb', line 60209 def initialize(data = nil) if( data == nil ) super(42182) else super(42182, data) end end |