Class: Quickfix::NoLegFinancingTermSupplements

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

Returns a new instance of NoLegFinancingTermSupplements.



61574
61575
61576
61577
61578
61579
61580
# File 'lib/quickfix_fields.rb', line 61574

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

Class Method Details

.fieldObject



61571
61572
61573
# File 'lib/quickfix_fields.rb', line 61571

def NoLegFinancingTermSupplements.field
	return 42200
end