Class: Quickfix::ProvisionOptionRelevantUnderlyingDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateRelativeTo

Returns a new instance of ProvisionOptionRelevantUnderlyingDateRelativeTo.



29360
29361
29362
29363
29364
29365
29366
# File 'lib/quickfix_fields.rb', line 29360

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