Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionRelevantUnderlyingDateUnadjusted

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateUnadjusted.



59676
59677
59678
59679
59680
59681
59682
# File 'lib/quickfix_fields.rb', line 59676

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