Class: Quickfix::EncodedUnderlyingAdditionalTermBondIssuerLen

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

Returns a new instance of EncodedUnderlyingAdditionalTermBondIssuerLen.



58155
58156
58157
58158
58159
58160
58161
# File 'lib/quickfix_fields.rb', line 58155

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

Class Method Details

.fieldObject



58152
58153
58154
# File 'lib/quickfix_fields.rb', line 58152

def EncodedUnderlyingAdditionalTermBondIssuerLen.field
	return 42025
end