Class: Quickfix::LegComplexEventCreditEventMinimumSources

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

Returns a new instance of LegComplexEventCreditEventMinimumSources.



47794
47795
47796
47797
47798
47799
47800
# File 'lib/quickfix_fields.rb', line 47794

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

Class Method Details

.fieldObject



47791
47792
47793
# File 'lib/quickfix_fields.rb', line 47791

def LegComplexEventCreditEventMinimumSources.field
	return 2246
end