Class: Quickfix::NoFinancingTermSupplements

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

Returns a new instance of NoFinancingTermSupplements.



27904
27905
27906
27907
27908
27909
27910
# File 'lib/quickfix_fields.rb', line 27904

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

Class Method Details

.fieldObject



27901
27902
27903
# File 'lib/quickfix_fields.rb', line 27901

def NoFinancingTermSupplements.field
	return 40046
end