Class: Quickfix::UnderlyingPricingDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPricingDateUnadjusted

Returns a new instance of UnderlyingPricingDateUnadjusted.



55594
55595
55596
55597
55598
55599
55600
# File 'lib/quickfix_fields.rb', line 55594

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