Class: Quickfix::NoUnderlyingReturnRateDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingReturnRateDates

Returns a new instance of NoUnderlyingReturnRateDates.



74041
74042
74043
74044
74045
74046
74047
# File 'lib/quickfix_fields.rb', line 74041

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