Class: Quickfix::UnderlyingProvisionOptionExpirationDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExpirationDateOffsetPeriod

Returns a new instance of UnderlyingProvisionOptionExpirationDateOffsetPeriod.



59598
59599
59600
59601
59602
59603
59604
# File 'lib/quickfix_fields.rb', line 59598

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