Class: Quickfix::UnderlyingComplexEventCreditEventDayType

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

Instance Method Summary collapse

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