Class: Quickfix::NoLegProvisionCashSettlPaymentDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegProvisionCashSettlPaymentDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProvisionCashSettlPaymentDateBusinessCenters
constructor
A new instance of NoLegProvisionCashSettlPaymentDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoLegProvisionCashSettlPaymentDateBusinessCenters
Returns a new instance of NoLegProvisionCashSettlPaymentDateBusinessCenters.
39396 39397 39398 39399 39400 39401 39402 |
# File 'lib/quickfix_fields.rb', line 39396 def initialize(data = nil) if( data == nil ) super(40934) else super(40934, data) end end |