Class: Quickfix::UnderlyingProvisionDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionDateAdjusted

Returns a new instance of UnderlyingProvisionDateAdjusted.



59819
59820
59821
59822
59823
59824
59825
# File 'lib/quickfix_fields.rb', line 59819

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