Class: Quickfix::OptionExerciseExpirationDateType

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

Returns a new instance of OptionExerciseExpirationDateType.



44245
44246
44247
44248
44249
44250
44251
# File 'lib/quickfix_fields.rb', line 44245

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

Class Method Details

.fieldObject



44242
44243
44244
# File 'lib/quickfix_fields.rb', line 44242

def OptionExerciseExpirationDateType.field
	return 41154
end