Class: Quickfix::LegProvisionOptionExerciseStyle

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseStyle

Returns a new instance of LegProvisionOptionExerciseStyle.



33260
33261
33262
33263
33264
33265
33266
# File 'lib/quickfix_fields.rb', line 33260

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