Class: Quickfix::LegComplexEventCreditEventQualifier

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

Returns a new instance of LegComplexEventCreditEventQualifier.



47105
47106
47107
47108
47109
47110
47111
# File 'lib/quickfix_fields.rb', line 47105

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

Class Method Details

.fieldObject



47102
47103
47104
# File 'lib/quickfix_fields.rb', line 47102

def LegComplexEventCreditEventQualifier.field
	return 41375
end