Class: Quickfix::UnderlyingComplexEventCreditEventQualifier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventQualifier

Returns a new instance of UnderlyingComplexEventCreditEventQualifier.



52188
52189
52190
52191
52192
52193
52194
# File 'lib/quickfix_fields.rb', line 52188

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

Class Method Details

.fieldObject



52185
52186
52187
# File 'lib/quickfix_fields.rb', line 52185

def UnderlyingComplexEventCreditEventQualifier.field
	return 41725
end