Class: Quickfix::ReturnRateQuoteExchange

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateQuoteExchange

Returns a new instance of ReturnRateQuoteExchange.



70466
70467
70468
70469
70470
70471
70472
# File 'lib/quickfix_fields.rb', line 70466

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