Class: Quickfix::UnderlyingReturnRateQuoteExchange

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteExchange

Returns a new instance of UnderlyingReturnRateQuoteExchange.



74613
74614
74615
74616
74617
74618
74619
# File 'lib/quickfix_fields.rb', line 74613

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