Class: Quickfix::NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters
constructor
A new instance of NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters
Returns a new instance of NoUnderlyingProvisionCashSettlPaymentDateBusinessCenters.
60183 60184 60185 60186 60187 60188 60189 |
# File 'lib/quickfix_fields.rb', line 60183 def initialize(data = nil) if( data == nil ) super(42180) else super(42180, data) end end |