Class: Quickfix::EncodedUnderlyingAdditionalTermBondIssuer

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

Returns a new instance of EncodedUnderlyingAdditionalTermBondIssuer.



58168
58169
58170
58171
58172
58173
58174
# File 'lib/quickfix_fields.rb', line 58168

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

Class Method Details

.fieldObject



58165
58166
58167
# File 'lib/quickfix_fields.rb', line 58165

def EncodedUnderlyingAdditionalTermBondIssuer.field
  return 42026
end