Class: Quickfix::UnderlyingComplexEventDateOffsetDayType

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

Returns a new instance of UnderlyingComplexEventDateOffsetDayType.



52422
52423
52424
52425
52426
52427
52428
# File 'lib/quickfix_fields.rb', line 52422

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

Class Method Details

.fieldObject



52419
52420
52421
# File 'lib/quickfix_fields.rb', line 52419

def UnderlyingComplexEventDateOffsetDayType.field
	return 41743
end