Class: Quickfix::LegOptionExerciseEarliestDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseEarliestDateOffsetDayType

Returns a new instance of LegOptionExerciseEarliestDateOffsetDayType.



49211
49212
49213
49214
49215
49216
49217
# File 'lib/quickfix_fields.rb', line 49211

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

Class Method Details

.fieldObject



49208
49209
49210
# File 'lib/quickfix_fields.rb', line 49208

def LegOptionExerciseEarliestDateOffsetDayType.field
	return 41494
end