Class: Quickfix::LegLoanFacility

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

Instance Method Summary collapse

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