Class: Quickfix::UnderlyingProvisionOptionExerciseBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBusinessDayConvention

Returns a new instance of UnderlyingProvisionOptionExerciseBusinessDayConvention.



59325
59326
59327
59328
59329
59330
59331
# File 'lib/quickfix_fields.rb', line 59325

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