Class: Quickfix::NoUnderlyingComplexEventCreditEventSources

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



52484
52485
52486
# File 'lib/quickfix_fields.rb', line 52484

def NoUnderlyingComplexEventCreditEventSources.field
	return 41748
end