Class: Quickfix::ReturnRateFXCurrencySymbol

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateFXCurrencySymbol

Returns a new instance of ReturnRateFXCurrencySymbol.



70193
70194
70195
70196
70197
70198
70199
# File 'lib/quickfix_fields.rb', line 70193

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