Class: Quickfix::LegLoanFacility

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

Returns a new instance of LegLoanFacility.



42776
42777
42778
42779
42780
42781
42782
# File 'lib/quickfix_fields.rb', line 42776

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

Class Method Details

.fieldObject



42773
42774
42775
# File 'lib/quickfix_fields.rb', line 42773

def LegLoanFacility.field
	return 2170
end