Class: Quickfix::NoUnderlyingProvisionOptionExerciseFixedDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProvisionOptionExerciseFixedDates

Returns a new instance of NoUnderlyingProvisionOptionExerciseFixedDates.



59286
59287
59288
59289
59290
59291
59292
# File 'lib/quickfix_fields.rb', line 59286

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