Class: Quickfix::UnderlyingProvisionCashSettlValueDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateAdjusted
constructor
A new instance of UnderlyingProvisionCashSettlValueDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateAdjusted
Returns a new instance of UnderlyingProvisionCashSettlValueDateAdjusted.
59273 59274 59275 59276 59277 59278 59279 |
# File 'lib/quickfix_fields.rb', line 59273 def initialize(data = nil) if( data == nil ) super(42111) else super(42111, data) end end |