Class: Quickfix::UnderlyingComplexEventCreditEventRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventRateSource

Returns a new instance of UnderlyingComplexEventCreditEventRateSource.



52162
52163
52164
52165
52166
52167
52168
# File 'lib/quickfix_fields.rb', line 52162

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