Class: Quickfix::UnderlyingComplexEventCreditEventPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventPeriod

Returns a new instance of UnderlyingComplexEventCreditEventPeriod.



52123
52124
52125
52126
52127
52128
52129
# File 'lib/quickfix_fields.rb', line 52123

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