Class: Quickfix::EncodedLegAdditionalTermBondIssuer

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

Returns a new instance of EncodedLegAdditionalTermBondIssuer.



46455
46456
46457
46458
46459
46460
46461
# File 'lib/quickfix_fields.rb', line 46455

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

Class Method Details

.fieldObject



46452
46453
46454
# File 'lib/quickfix_fields.rb', line 46452

def EncodedLegAdditionalTermBondIssuer.field
  return 41325
end