Class: Quickfix::UnderlyingAdditionalTermBondIssuer

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

Returns a new instance of UnderlyingAdditionalTermBondIssuer.



58142
58143
58144
58145
58146
58147
58148
# File 'lib/quickfix_fields.rb', line 58142

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

Class Method Details

.fieldObject



58139
58140
58141
# File 'lib/quickfix_fields.rb', line 58139

def UnderlyingAdditionalTermBondIssuer.field
  return 42017
end