Class: Quickfix::UnderlyingComplexEventCreditEventMinimumSources

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

Returns a new instance of UnderlyingComplexEventCreditEventMinimumSources.



52773
52774
52775
52776
52777
52778
52779
# File 'lib/quickfix_fields.rb', line 52773

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

Class Method Details

.fieldObject



52770
52771
52772
# File 'lib/quickfix_fields.rb', line 52770

def UnderlyingComplexEventCreditEventMinimumSources.field
	return 2281
end