Class: Quickfix::UnderlyingReturnRateFXCurrencySymbol

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

Returns a new instance of UnderlyingReturnRateFXCurrencySymbol.



74340
74341
74342
74343
74344
74345
74346
# File 'lib/quickfix_fields.rb', line 74340

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

Class Method Details

.fieldObject



74337
74338
74339
# File 'lib/quickfix_fields.rb', line 74337

def UnderlyingReturnRateFXCurrencySymbol.field
  return 43031
end