Class: Quickfix::EncodedLegAdditionalTermBondIssuerLen

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

Returns a new instance of EncodedLegAdditionalTermBondIssuerLen.



46442
46443
46444
46445
46446
46447
46448
# File 'lib/quickfix_fields.rb', line 46442

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

Class Method Details

.fieldObject



46439
46440
46441
# File 'lib/quickfix_fields.rb', line 46439

def EncodedLegAdditionalTermBondIssuerLen.field
	return 41324
end