Class: Quickfix::UnderlyingAdditionalTermBondCurrency

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

Returns a new instance of UnderlyingAdditionalTermBondCurrency.



58129
58130
58131
58132
58133
58134
58135
# File 'lib/quickfix_fields.rb', line 58129

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

Class Method Details

.fieldObject



58126
58127
58128
# File 'lib/quickfix_fields.rb', line 58126

def UnderlyingAdditionalTermBondCurrency.field
  return 41712
end