Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateBusinessCenter
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateBusinessCenter
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateBusinessCenter.
60196 60197 60198 60199 60200 60201 60202 |
# File 'lib/quickfix_fields.rb', line 60196 def initialize(data = nil) if( data == nil ) super(42181) else super(42181, data) end end |