Class: Quickfix::NoProvisionCashSettlPaymentDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoProvisionCashSettlPaymentDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProvisionCashSettlPaymentDateBusinessCenters
constructor
A new instance of NoProvisionCashSettlPaymentDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoProvisionCashSettlPaymentDateBusinessCenters
Returns a new instance of NoProvisionCashSettlPaymentDateBusinessCenters.
39630 39631 39632 39633 39634 39635 39636 |
# File 'lib/quickfix_fields.rb', line 39630 def initialize(data = nil) if( data == nil ) super(40952) else super(40952, data) end end |