Class: Quickfix::UnderlyingReturnRateQuoteUnits

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteUnits

Returns a new instance of UnderlyingReturnRateQuoteUnits.



74496
74497
74498
74499
74500
74501
74502
# File 'lib/quickfix_fields.rb', line 74496

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