Class: Quickfix::NoUnderlyingComplexEventCreditEventSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEventSources

Returns a new instance of NoUnderlyingComplexEventCreditEventSources.



52487
52488
52489
52490
52491
52492
52493
# File 'lib/quickfix_fields.rb', line 52487

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