Class: Quickfix::NoUnderlyingComplexEventCreditEventQualifiers

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) ⇒ NoUnderlyingComplexEventCreditEventQualifiers

Returns a new instance of NoUnderlyingComplexEventCreditEventQualifiers.



52175
52176
52177
52178
52179
52180
52181
# File 'lib/quickfix_fields.rb', line 52175

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

Class Method Details

.fieldObject



52172
52173
52174
# File 'lib/quickfix_fields.rb', line 52172

def NoUnderlyingComplexEventCreditEventQualifiers.field
	return 41724
end