Class: Quickfix::UnderlyingPricingDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPricingDateAdjusted

Returns a new instance of UnderlyingPricingDateAdjusted.



55620
55621
55622
55623
55624
55625
55626
# File 'lib/quickfix_fields.rb', line 55620

def initialize(data = nil)
	if( data == nil )
		super(41951)
	else
		super(41951, data)
	end
end