Class: Quickfix::LegProvisionOptionExerciseBoundsLastDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseBoundsLastDateUnadjusted

Returns a new instance of LegProvisionOptionExerciseBoundsLastDateUnadjusted.



33663
33664
33665
33666
33667
33668
33669
# File 'lib/quickfix_fields.rb', line 33663

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

Class Method Details

.fieldObject



33660
33661
33662
# File 'lib/quickfix_fields.rb', line 33660

def LegProvisionOptionExerciseBoundsLastDateUnadjusted.field
	return 40490
end