Class: Quickfix::LegProvisionOptionExerciseFixedDate

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) ⇒ LegProvisionOptionExerciseFixedDate

Returns a new instance of LegProvisionOptionExerciseFixedDate.



33741
33742
33743
33744
33745
33746
33747
# File 'lib/quickfix_fields.rb', line 33741

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

Class Method Details

.fieldObject



33738
33739
33740
# File 'lib/quickfix_fields.rb', line 33738

def LegProvisionOptionExerciseFixedDate.field
	return 40496
end