Class: Quickfix::ComplexEventCreditEventSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventSource

Returns a new instance of ComplexEventCreditEventSource.



41164
41165
41166
41167
41168
41169
41170
# File 'lib/quickfix_fields.rb', line 41164

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