Class: Quickfix::ReturnRateQuoteCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateQuoteCurrency



70375
70376
70377
70378
70379
70380
70381
# File 'lib/quickfix_fields.rb', line 70375

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