Class: Quickfix::UnderlyingComplexEventCreditEventSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventSource

Returns a new instance of UnderlyingComplexEventCreditEventSource.



52500
52501
52502
52503
52504
52505
52506
# File 'lib/quickfix_fields.rb', line 52500

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