Class: Quickfix::EncodedLegAdditionalTermBondDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedLegAdditionalTermBondDesc

Returns a new instance of EncodedLegAdditionalTermBondDesc.



46403
46404
46405
46406
46407
46408
46409
# File 'lib/quickfix_fields.rb', line 46403

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

Class Method Details

.fieldObject



46400
46401
46402
# File 'lib/quickfix_fields.rb', line 46400

def EncodedLegAdditionalTermBondDesc.field
	return 41321
end