Class: Quickfix::UnderlyingProvisionCashSettlValueDateAdjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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