Class: Quickfix::UnderlyingComplexEventCreditEventDayType

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

Returns a new instance of UnderlyingComplexEventCreditEventDayType.



52149
52150
52151
52152
52153
52154
52155
# File 'lib/quickfix_fields.rb', line 52149

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

Class Method Details

.fieldObject



52146
52147
52148
# File 'lib/quickfix_fields.rb', line 52146

def UnderlyingComplexEventCreditEventDayType.field
	return 41722
end