Class: Quickfix::ComplexEventCreditEventStandardSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventStandardSources

Returns a new instance of ComplexEventCreditEventStandardSources.



41424
41425
41426
41427
41428
41429
41430
# File 'lib/quickfix_fields.rb', line 41424

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