Class: Quickfix::NoLegComplexEventCreditEventSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegComplexEventCreditEventSources

Returns a new instance of NoLegComplexEventCreditEventSources.



47404
47405
47406
47407
47408
47409
47410
# File 'lib/quickfix_fields.rb', line 47404

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