Class: Quickfix::LegAdditionalTermBondCurrency

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

Returns a new instance of LegAdditionalTermBondCurrency.



46416
46417
46418
46419
46420
46421
46422
# File 'lib/quickfix_fields.rb', line 46416

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

Class Method Details

.fieldObject



46413
46414
46415
# File 'lib/quickfix_fields.rb', line 46413

def LegAdditionalTermBondCurrency.field
  return 41322
end