Class: Quickfix::LegProvisionOptionExerciseMinimumNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseMinimumNotional

Returns a new instance of LegProvisionOptionExerciseMinimumNotional.



33286
33287
33288
33289
33290
33291
33292
# File 'lib/quickfix_fields.rb', line 33286

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

Class Method Details

.fieldObject



33283
33284
33285
# File 'lib/quickfix_fields.rb', line 33283

def LegProvisionOptionExerciseMinimumNotional.field
	return 40461
end