Class: Quickfix::ComplexEventDateOffsetDayType

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

Returns a new instance of ComplexEventDateOffsetDayType.



41086
41087
41088
41089
41090
41091
41092
# File 'lib/quickfix_fields.rb', line 41086

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

Class Method Details

.fieldObject



41083
41084
41085
# File 'lib/quickfix_fields.rb', line 41083

def ComplexEventDateOffsetDayType.field
	return 41024
end