Class: Quickfix::NoLegProvisionCashSettlValueDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegProvisionCashSettlValueDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProvisionCashSettlValueDateBusinessCenters
constructor
A new instance of NoLegProvisionCashSettlValueDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoLegProvisionCashSettlValueDateBusinessCenters
Returns a new instance of NoLegProvisionCashSettlValueDateBusinessCenters.
39409 39410 39411 39412 39413 39414 39415 |
# File 'lib/quickfix_fields.rb', line 39409 def initialize(data = nil) if( data == nil ) super(40935) else super(40935, data) end end |