Class: Quickfix::UnderlyingProvisionCashSettlValueDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessCenter
constructor
A new instance of UnderlyingProvisionCashSettlValueDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessCenter
60222 60223 60224 60225 60226 60227 60228 |
# File 'lib/quickfix_fields.rb', line 60222 def initialize(data = nil) if( data == nil ) super(42183) else super(42183, data) end end |