Class: Quickfix::ProvisionOptionRelevantUnderlyingDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateOffsetDayType

Returns a new instance of ProvisionOptionRelevantUnderlyingDateOffsetDayType.



29399
29400
29401
29402
29403
29404
29405
# File 'lib/quickfix_fields.rb', line 29399

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