Class: Quickfix::NoProvisionCashSettlValueDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoProvisionCashSettlValueDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProvisionCashSettlValueDateBusinessCenters
constructor
A new instance of NoProvisionCashSettlValueDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoProvisionCashSettlValueDateBusinessCenters
Returns a new instance of NoProvisionCashSettlValueDateBusinessCenters.
39643 39644 39645 39646 39647 39648 39649 |
# File 'lib/quickfix_fields.rb', line 39643 def initialize(data = nil) if( data == nil ) super(40953) else super(40953, data) end end |