Class: Quickfix::UnderlyingOptionExerciseExpirationDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateType

Returns a new instance of UnderlyingOptionExerciseExpirationDateType.



54229
54230
54231
54232
54233
54234
54235
# File 'lib/quickfix_fields.rb', line 54229

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