Class: Quickfix::UnderlyingProvisionOptionExerciseStartDateUnadjusted

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

Returns a new instance of UnderlyingProvisionOptionExerciseStartDateUnadjusted.



59390
59391
59392
59393
59394
59395
59396
# File 'lib/quickfix_fields.rb', line 59390

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

Class Method Details

.fieldObject



59387
59388
59389
# File 'lib/quickfix_fields.rb', line 59387

def UnderlyingProvisionOptionExerciseStartDateUnadjusted.field
	return 42120
end