Class: Quickfix::UnderlyingOptionExerciseStartDateOffsetUnit

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

Returns a new instance of UnderlyingOptionExerciseStartDateOffsetUnit.



53878
53879
53880
53881
53882
53883
53884
# File 'lib/quickfix_fields.rb', line 53878

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

Class Method Details

.fieldObject



53875
53876
53877
# File 'lib/quickfix_fields.rb', line 53875

def UnderlyingOptionExerciseStartDateOffsetUnit.field
	return 41831
end