Class: Quickfix::UnderlyingProvisionOptionExerciseFixedDate

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

Returns a new instance of UnderlyingProvisionOptionExerciseFixedDate.



59299
59300
59301
59302
59303
59304
59305
# File 'lib/quickfix_fields.rb', line 59299

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

Class Method Details

.fieldObject



59296
59297
59298
# File 'lib/quickfix_fields.rb', line 59296

def UnderlyingProvisionOptionExerciseFixedDate.field
	return 42113
end